ehci: Properly report completed but not yet processed packets to the guest
authorHans de Goede <hdegoede@redhat.com>
Thu, 30 Aug 2012 13:18:24 +0000 (15:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:42:59 +0000 (07:42 +0200)
commit4b63a0df3bda8a2c278e45d9d94d9ba6d5791d8d
tree921f0cf0f20543afeccaa79b110695f491e76e6d
parent0e7953525f52aa6c098dc0c1ce0b4a80ce82da45
ehci: Properly report completed but not yet processed packets to the guest

Reported packets which have completed before being cancelled as such to the
host. Note that the new code path this patch adds is untested since it I've
been unable to actually trigger the race which needs this code path.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
hw/usb/hcd-ehci.c