]> git.proxmox.com Git - qemu.git/commit
usb-redir: Only add actually in flight packets to the in flight queue
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Nov 2012 13:14:59 +0000 (14:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 Nov 2012 10:27:32 +0000 (11:27 +0100)
commit2cb343b442c98b45d1187f5691c45b3c114f3b04
tree3b74e6e7bd3857d44a20fc23dfb0aa6272dc4880
parent55903f1d2d8abfa8d7610ab32a4046a1ed4fdbb8
usb-redir: Only add actually in flight packets to the in flight queue

Packets which are queued up, but not yet handed over to the device, are
*not* in flight.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/redirect.c