Skip to content

Commit

Permalink
Revert "xhci: set timer to retry xfers"
Browse files Browse the repository at this point in the history
This reverts commit 4e8cfbe.

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>
  • Loading branch information
kraxel committed Jul 17, 2015
1 parent 86d7e21 commit 92fdfa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hw/usb/hcd-xhci.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 92fdfa4

Please sign in to comment.