]> Git Repo - qemu.git/commitdiff
usb-xhci: enable packet queuing
authorGerd Hoffmann <[email protected]>
Fri, 24 Feb 2012 09:44:05 +0000 (10:44 +0100)
committerGerd Hoffmann <[email protected]>
Mon, 27 Feb 2012 12:37:36 +0000 (13:37 +0100)
qemu usb core has packet queues now, so flip lets the switch.

Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb-xhci.c

index 008b0b5718e50842347cd0e23e9ed1660b64b892..fc5b542d99aac1be428c5fd71128837adbf4bca3 100644 (file)
@@ -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;
     }
 }
 
This page took 0.03324 seconds and 4 git commands to generate.