]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:14 +0000 (21:44 -0500)
commita8cf10d5d64c15c39ded647cf244fa45249c612e
treeb0646de41978ba3d88d6c3e235f67115704330ce
parent307fea863ad31b6cd6ceb44d2585f610f33db938
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>
(cherry picked from commit 4b63a0df3bda8a2c278e45d9d94d9ba6d5791d8d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/hcd-ehci.c