]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:13 +0000 (21:44 -0500)
commitd6e508d3a5dacacf5b93daaf9eb4bc35e01a124d
treea42a31abb6877c8c1a5b319b87330fa85547c7c7
parentd780116ab095a3ac1e2a6b98f13ee4effde01544
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>
(cherry picked from commit 9c1f67654ab611553bbfca54a1e0922728c25760)

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