]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/hcd-ehci.c
ehci: handle TD deactivation of inflight packets
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 21 Aug 2012 12:03:09 +0000 (14:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Aug 2012 13:47:35 +0000 (15:47 +0200)
commit287fd3f1dd0b2abbd69e58b402e5364b334e95bd
tree75063f322d1c040453c3bf08ab6ebdfe0fa168f3
parentc7cdca3b853eed0dd521c43098b6d07bcce24fd1
ehci: handle TD deactivation of inflight packets

Check the TDs of inflight packets, cancel
packets in case the guest clears the active bit.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c