usb-core: Allow the first packet of a pipelined ep to complete immediately
authorHans de Goede <hdegoede@redhat.com>
Mon, 3 Sep 2012 10:48:49 +0000 (12:48 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:42:59 +0000 (07:42 +0200)
commit9c1f67654ab611553bbfca54a1e0922728c25760
tree4bdc0542ec2c1648a69eff6b48db712f5fc02d0a
parentc13a9e61366cc3e28299d8faeb65e65c6e5964cf
usb-core: Allow the first packet of a pipelined ep to complete immediately

This can happen with usb-redir live-migration when the packet gets re-queued
after the migration and the original queuing from the migration source side
has already finished.

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