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(-)