From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1EDI-0003ix-1u for qemu-devel@nongnu.org; Fri, 01 Feb 2013 05:51:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1ED8-0005np-AF for qemu-devel@nongnu.org; Fri, 01 Feb 2013 05:51:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1ED7-0005nO-UF for qemu-devel@nongnu.org; Fri, 01 Feb 2013 05:51:10 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r11Ap71P028326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 1 Feb 2013 05:51:09 -0500 From: Gerd Hoffmann Date: Fri, 1 Feb 2013 11:51:01 +0100 Message-Id: <1359715865-6798-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] sneak preview: usb3 streams List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Early patches to add support for usb3 streams to qemu. Covered are the subsystem core, xhci emulation and usb attached scsi emulation. It's good enougth to trigger bugs in the linux xhci driver's stream handling. enjoy, Gerd Gerd Hoffmann (4): usb: fix endpoint descriptor ordering [wip] core: usb3 streams [wip] xhci: usb3 streams [wip] uas: usb3 streams hw/usb.h | 10 +- hw/usb/core.c | 10 +- hw/usb/desc.c | 9 +- hw/usb/dev-bluetooth.c | 2 +- hw/usb/dev-hid.c | 2 +- hw/usb/dev-hub.c | 10 +- hw/usb/dev-network.c | 2 +- hw/usb/dev-smartcard-reader.c | 2 +- hw/usb/dev-uas.c | 247 +++++++++++++++++++++++++++++++------- hw/usb/dev-wacom.c | 4 +- hw/usb/hcd-ehci.c | 7 +- hw/usb/hcd-musb.c | 2 +- hw/usb/hcd-ohci.c | 4 +- hw/usb/hcd-uhci.c | 2 +- hw/usb/hcd-xhci.c | 266 +++++++++++++++++++++++++++++++++-------- trace-events | 6 +- 16 files changed, 461 insertions(+), 124 deletions(-) -- 1.7.9.7