Re: [Qemu-devel] [PATCH] usb-redir: Never return USB_RET_NAK for async handled packets

2012-08-21 Thread Gerd Hoffmann
On 08/17/12 17:27, Hans de Goede wrote: USB_RET_NAK is not a valid response for async handled packets (and will trigger an assert as such). Also drop the warning when receiving a status of cancelled for packets not cancelled by qemu itself, this can happen when a device gets unredirected by

[Qemu-devel] [PATCH] usb-redir: Never return USB_RET_NAK for async handled packets

2012-08-17 Thread Hans de Goede
USB_RET_NAK is not a valid response for async handled packets (and will trigger an assert as such). Also drop the warning when receiving a status of cancelled for packets not cancelled by qemu itself, this can happen when a device gets unredirected by the usbredir-host while transfers are