From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoqYz-0002lL-EL for qemu-devel@nongnu.org; Mon, 26 May 2014 04:47:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoqYt-0002bN-2F for qemu-devel@nongnu.org; Mon, 26 May 2014 04:47:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoqYs-0002b7-OQ for qemu-devel@nongnu.org; Mon, 26 May 2014 04:47:14 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4Q8lDpo018595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 26 May 2014 04:47:13 -0400 From: Gerd Hoffmann Date: Mon, 26 May 2014 10:46:57 +0200 Message-Id: <1401094027-5275-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/10] usb queue: usb3 streams, xhci + mtp fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Finally support for usb3 streams is coming. The depending bits landed upstream (kernel 3.15, libusbx 1.0.19, usbredir 0.7), time to get the qemu support upstream too. This pull also has some xhci and mtp bugfixes. please pull, Gerd The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-7 for you to fetch changes up to 8d1bd3c901a315d0000b09b495fa9d5b87641bd9: usb-host-libusb: Set stream id when submitting bulk-stream transfers (2014-05-26 08:41:07 +0200) ---------------------------------------------------------------- usb: usb3 streams support for usb-host and usb-redir usb: xhci and mtp bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (6): xhci: child detach fix xhci: add endpoint cap on express bus only xhci: add xhci_get_flag usb-mtp: use bool to track MTPObject init status usb-mtp: handle lseek failure usb-mtp: handle usb_mtp_get_object failure Hans de Goede (4): usb-redir: Add support for bulk streams usb-host-libusb: Fill in endpoint max_streams when available usb-host-libusb: Add alloc / free streams ops usb-host-libusb: Set stream id when submitting bulk-stream transfers hw/usb/dev-mtp.c | 28 +++++++---- hw/usb/hcd-xhci.c | 17 +++++-- hw/usb/host-libusb.c | 83 +++++++++++++++++++++++++++++-- hw/usb/redirect.c | 137 +++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 242 insertions(+), 23 deletions(-)