From: Gerd Hoffmann Date: Fri, 24 Feb 2012 09:44:05 +0000 (+0100) Subject: usb-xhci: enable packet queuing X-Git-Tag: v1.1-rc0~292^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d1994f863c355f1906655f08d624582eeb30788;p=thirdparty%2Fqemu.git usb-xhci: enable packet queuing qemu usb core has packet queues now, so flip lets the switch. Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb-xhci.c b/hw/usb-xhci.c index 008b0b5718e..fc5b542d99a 100644 --- a/hw/usb-xhci.c +++ b/hw/usb-xhci.c @@ -1769,12 +1769,6 @@ static void xhci_kick_ep(XHCIState *xhci, unsigned int slotid, unsigned int epid epctx->retry = xfer; break; } - - /* - * Qemu usb can't handle multiple in-flight xfers. - * Stop here for now. - */ - break; } }