Re: [Qemu-devel] [PATCH] usb: Remove obsolete assert from usb_packet_complete

2012-07-02 Thread Gerd Hoffmann
On 06/29/12 18:27, Jan Kiszka wrote: > Due to queuing/pipelining, there can now be multiple packets per > endpoint in flight. So the assertion in usb_packet_complete became wrong > and can cause bogus QEMU terminations. Seen with a passed-through USB > headset. NAK. The assert doesn't protect aga

[Qemu-devel] [PATCH] usb: Remove obsolete assert from usb_packet_complete

2012-06-29 Thread Jan Kiszka
Due to queuing/pipelining, there can now be multiple packets per endpoint in flight. So the assertion in usb_packet_complete became wrong and can cause bogus QEMU terminations. Seen with a passed-through USB headset. Signed-off-by: Jan Kiszka --- I'm not 100% sure that the assertion that the ass