qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/17] usb patch queue
@ 2013-11-29  8:06 Gerd Hoffmann
  2013-11-29  8:06 ` [Qemu-devel] [PATCH 01/17] xhci: Add a few missing checks for disconnected devices Gerd Hoffmann
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Gerd Hoffmann @ 2013-11-29  8:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-11-29  8:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29  8:06 [Qemu-devel] [PULL 00/17] usb patch queue Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 01/17] xhci: Add a few missing checks for disconnected devices Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 02/17] xhci: add support for suspend/resume Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 03/17] scsi: Add 2 new sense codes needed by uas Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 04/17] uas: Only use report iu-s for task_mgmt status reporting Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 05/17] uas: Fix / cleanup usb_uas_task error handling Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 06/17] uas: Streams are numbered 1-y, rather then 0-x Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 07/17] uas: Bounds check tags when using streams Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 08/17] uas: Fix response iu struct definition Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 09/17] uas: s/ui/iu/ Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 10/17] usb: Add max_streams attribute to endpoint info Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 11/17] usb: Add usb_device_alloc/free_streams Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 12/17] xhci: Call usb_device_alloc/free_streams Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 13/17] ehci: implement port wakeup Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 14/17] Revert "usb-tablet: Don't claim wakeup capability for USB-2 version" Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 15/17] trace-events: Clean up after removal of old usb-host code Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 16/17] usb: add vendor request defines Gerd Hoffmann
2013-11-29  8:06 ` [Qemu-devel] [PATCH 17/17] usb: move usb_{hi, lo} helpers to header file Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).