From 7d1994f863c355f1906655f08d624582eeb30788 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 24 Feb 2012 10:44:05 +0100 Subject: [PATCH] usb-xhci: enable packet queuing qemu usb core has packet queues now, so flip lets the switch. Signed-off-by: Gerd Hoffmann --- hw/usb-xhci.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hw/usb-xhci.c b/hw/usb-xhci.c index 008b0b571..fc5b542d9 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; } } -- 2.39.2