xhci: only update dequeue ptr on completed transfers
commitd54fddea989ba4aa2912d49583d86ce01c0d27ea
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 8 Jun 2017 07:41:22 +0000 (8 09:41 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 12 Jun 2017 14:14:04 +0000 (12 16:14 +0200)
tree4eefc7679718f661e3b7a51dec30c10fabecdabf
parent475df9d809b1f3a7ebe8b15abd208216591f0143
xhci: only update dequeue ptr on completed transfers

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: 243afe858b95765b98d16a1f0dd50dca262858ad
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
hw/usb/hcd-xhci.c