Revert "xhci: set timer to retry xfers"
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 17 Jul 2015 08:12:55 +0000 (10:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 17 Jul 2015 11:20:53 +0000 (13:20 +0200)
This reverts commit 4e8cfbe1143d8384387595b500212d7a7f11aeae.

We should not poll via timer, and with ccid being fixed
to properly notify us about pending transfers we don't have to.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c

index 90a5fbf..c673bed 100644 (file)
@@ -2222,8 +2222,6 @@ static void xhci_kick_ep(XHCIState *xhci, unsigned int slotid,
         if (xfer->running_retry) {
             DPRINTF("xhci: xfer nacked, stopping schedule\n");
             epctx->retry = xfer;
-            timer_mod(epctx->kick_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) +
-                      epctx->interval * 125000);
             break;
         }
     }