mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 07:35:47 +00:00
The dequeue pointer should only be updated in case the transfer is actually completed. If we update it for inflight transfers we will not pick them up again after migration, which easily triggers with HID devices as they typically have a pending transfer, waiting for user input to happen. Fixes:243afe858b
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451631 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Laurent Vivier <lvivier@redhat.com> Message-id: 20170608074122.32099-1-kraxel@redhat.com (cherry picked from commitd54fddea98
) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>