]> git.ipfire.org Git - thirdparty/qemu.git/commit
xhci: rip out background transfer code
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 17 Aug 2012 12:05:21 +0000 (14:05 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
commit64022e9d58dc7cf48fee14ca08f4c84ac5d70fe0
tree6069181166932b39f01bcdc8806e36985286e8b5
parent3e3750e10ad3443defe1dce204b455e2a7368bbf
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>
(cherry picked from commit 331e9406f152b6bae6859a153d36e5076c58901d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/hcd-xhci.c