mbox

[PULL,00/17] usb patch queue

Message ID 1385712381-30918-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-1

Message

Gerd Hoffmann Nov. 29, 2013, 8:06 a.m. UTC
Hi,

A bunch of usb improvements have been piled up during the freeze.
So lets flush the queue and get the goodies in.  Also try something
new while being at it: signed pull request.

please pull,
  Gerd

The following changes since commit 7457fe9541b5162f285454947448d553a5d5a531:

  Update version for v1.7.0-rc2 release (2013-11-25 20:37:12 -0800)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-usb-1

for you to fetch changes up to 0b1fa34e1dd2764ee7ae2be849e1c5ba5e8724ca:

  usb: move usb_{hi,lo} helpers to header file. (2013-11-28 15:39:27 +0100)

----------------------------------------------------------------
Improvements for usb3 bulk stream (usb core, xhci).
Bugfixes for uas emulation.
Add remote wakeup support for ehci.
Add suspend support for xhci.
Misc minor tweaks and fixes.

----------------------------------------------------------------
Gerd Hoffmann (5):
      xhci: add support for suspend/resume
      ehci: implement port wakeup
      Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"
      usb: add vendor request defines
      usb: move usb_{hi,lo} helpers to header file.

Hans de Goede (11):
      xhci: Add a few missing checks for disconnected devices
      scsi: Add 2 new sense codes needed by uas
      uas: Only use report iu-s for task_mgmt status reporting
      uas: Fix / cleanup usb_uas_task error handling
      uas: Streams are numbered 1-y, rather then 0-x
      uas: Bounds check tags when using streams
      uas: Fix response iu struct definition
      uas: s/ui/iu/
      usb: Add max_streams attribute to endpoint info
      usb: Add usb_device_alloc/free_streams
      xhci: Call usb_device_alloc/free_streams

Markus Armbruster (1):
      trace-events: Clean up after removal of old usb-host code

 hw/scsi/scsi-bus.c     |  10 ++++
 hw/usb/bus.c           |  18 ++++++
 hw/usb/core.c          |  22 +++++++
 hw/usb/desc.c          |  12 +---
 hw/usb/desc.h          |  11 ++++
 hw/usb/dev-hid.c       |   2 +-
 hw/usb/dev-uas.c       | 156 ++++++++++++++++++++++++++-----------------------
 hw/usb/hcd-ehci.c      |  18 +++++-
 hw/usb/hcd-xhci.c      | 138 ++++++++++++++++++++++++++++++++++++++++++-
 include/hw/scsi/scsi.h |   4 ++
 include/hw/usb.h       |  32 ++++++++--
 trace-events           |  16 +----
 12 files changed, 335 insertions(+), 104 deletions(-)