]> Git Repo - qemu.git/commit - hw/usb/hcd-xhci.c
xhci: rip out background transfer code
authorGerd Hoffmann <[email protected]>
Fri, 17 Aug 2012 12:05:21 +0000 (14:05 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 11 Sep 2012 05:43:00 +0000 (07:43 +0200)
commit331e9406f152b6bae6859a153d36e5076c58901d
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 <[email protected]>
hw/usb/hcd-xhci.c
This page took 0.023916 seconds and 4 git commands to generate.