Re: [Qemu-devel] [PATCH] usb: Halt ep queue en cancel pending packets on a packet error

2012-08-21 Thread Gerd Hoffmann
On 08/17/12 15:24, Hans de Goede wrote: > For controllers which queue up more then 1 packet at a time, we must halt the > ep queue, and inside the controller code cancel all pending packets on an > error. Patch added to usb patch queue. thanks, Gerd

[Qemu-devel] [PATCH] usb: Halt ep queue en cancel pending packets on a packet error

2012-08-17 Thread Hans de Goede
For controllers which queue up more then 1 packet at a time, we must halt the ep queue, and inside the controller code cancel all pending packets on an error. There are multiple reasons for this: 1) Guests expect the controllers to halt ep queues on error, so that they get the opportunity to cance