usb-xhci: enable packet queuing

qemu usb core has packet queues now, so flip lets the switch.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2012-02-24 10:44:05 +01:00
parent 5a248289a8
commit 7d1994f863

View 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;
}
}