Re: [Qemu-devel] [PATCH 7/8] usb-hid: Move from NAK/polling to async packet handling

2012-11-08 Thread Gerd Hoffmann
On 11/06/12 15:08, Hans de Goede wrote: > Signed-off-by: Hans de Goede This one makes win7 guests run into this assert when moving the mouse ptr: qemu-system-x86_64: /home/kraxel/projects/qemu/hw/usb/dev-hid.c:490: usb_hid_handle_data: Assertion `us->async_packet_pending == ((void *)0)' failed.

[Qemu-devel] [PATCH 7/8] usb-hid: Move from NAK/polling to async packet handling

2012-11-06 Thread Hans de Goede
Signed-off-by: Hans de Goede --- hw/usb/dev-hid.c | 44 ++-- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c index aa59ec4..69f89ff 100644 --- a/hw/usb/dev-hid.c +++ b/hw/usb/dev-hid.c @@ -45,6 +45,7 @@ t