]> git.proxmox.com Git - qemu.git/commitdiff
usb-xhci: enable packet queuing
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Feb 2012 09:44:05 +0000 (10:44 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
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 <kraxel@redhat.com>
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;
     }
 }