From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2KAn-0006ey-Sy for qemu-devel@nongnu.org; Tue, 28 Feb 2012 05:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2KAh-00040T-PC for qemu-devel@nongnu.org; Tue, 28 Feb 2012 05:20:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2KAh-000406-BT for qemu-devel@nongnu.org; Tue, 28 Feb 2012 05:20:39 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SAKbhL015855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Feb 2012 05:20:38 -0500 From: Gerd Hoffmann Date: Tue, 28 Feb 2012 11:20:16 +0100 Message-Id: <1330424430-23015-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1330424430-23015-1-git-send-email-kraxel@redhat.com> References: <1330424430-23015-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 07/21] usb-xhci: enable packet queuing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann qemu usb core has packet queues now, so flip lets the switch. Signed-off-by: Gerd Hoffmann --- hw/usb-xhci.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/usb-xhci.c b/hw/usb-xhci.c index 008b0b5..fc5b542 100644 --- a/hw/usb-xhci.c +++ b/hw/usb-xhci.c @@ -1769,12 +1769,6 @@ static void xhci_kick_ep(XHCIState *xhci, unsigned int slotid, unsigned int epid epctx->retry = xfer; break; } - - /* - * Qemu usb can't handle multiple in-flight xfers. - * Stop here for now. - */ - break; } } -- 1.7.1