mirror of
https://github.com/qemu/qemu.git
synced 2024-11-29 23:03:41 +08:00
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:
parent
5a248289a8
commit
7d1994f863
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user