xhci: rip out background transfer code
commit331e9406f152b6bae6859a153d36e5076c58901d
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 17 Aug 2012 12:05:21 +0000 (17 14:05 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:00 +0000 (11 07:43 +0200)
treef1ceac0482609e8fcf99ea0846366c1c22187caa
parent2bbd086c41a00dc4384727ec895a94890c688eb5
xhci: rip out background transfer code

original xhci code (the one which used libusb directly) used to use
'background transfers' for iso streams.  In upstream qemu the iso
stream buffering is handled by usb-host & usb-redir, so we will
never ever need this.  It has been left in as reference, but is dead
code anyway.  Rip it out.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c