qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci.
@ 2015-05-08 11:45 Gerd Hoffmann
  2015-05-08 11:45 ` [Qemu-devel] [PULL 01/19] usb: fix usb-net segfault Gerd Hoffmann
                   ` (19 more replies)
  0 siblings, 20 replies; 22+ messages in thread
From: Gerd Hoffmann @ 2015-05-08 11:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the usb patch queue with a few bugfixes
and the qomify patch series from Gonglei.

please pull,
  Gerd

The following changes since commit 838686357b1a175e9a32569700a153b207a9e10f:

  Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150507-1' into staging (2015-05-07 18:22:03 +0100)

are available in the git repository at:


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

for you to fetch changes up to ca5a21c40d95d7a4e26ea0a304fd2cd8ad4e6ae1:

  uhci: controller is halted after reset (2015-05-08 13:01:08 +0200)

----------------------------------------------------------------
usb: qomify, bugfixes for xhci & uhci.

----------------------------------------------------------------
Gerd Hoffmann (4):
      xhci: set timer to retry xfers
      Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set"
      xhci: fix events for setup trb.
      uhci: controller is halted after reset

Gonglei (14):
      uhci: QOMify
      usb: usb-audio QOMify
      usb: usb-bt QOMify
      usb: usb-hid QOMify
      usb: usb-hub QOMify
      usb: usb-mtp QOMify
      usb-mtp: fix segmentation fault
      usb: usb-net QOMify
      usb: usb-ccid QOMify
      usb: usb-storage QOMify
      usb: usb-uas QOMify
      usb: usb-wacom-tablet QOMify
      usb: usb-redir QOMify
      usb: usb-serial QOMify

Michal Kazior (1):
      usb: fix usb-net segfault

 hw/usb/dev-audio.c            | 23 +++++++++++---------
 hw/usb/dev-bluetooth.c        | 13 ++++++-----
 hw/usb/dev-hid.c              | 34 +++++++++++++++++------------
 hw/usb/dev-hub.c              | 11 ++++++----
 hw/usb/dev-mtp.c              | 15 +++++++++----
 hw/usb/dev-network.c          | 15 +++++++++----
 hw/usb/dev-serial.c           | 43 +++++++++++++++++++++++--------------
 hw/usb/dev-smartcard-reader.c | 50 ++++++++++++++++++++++++-------------------
 hw/usb/dev-storage.c          | 32 ++++++++++++++++-----------
 hw/usb/dev-uas.c              | 15 +++++++------
 hw/usb/dev-wacom.c            |  9 +++++---
 hw/usb/hcd-uhci.c             | 45 +++++++++++++++++++++++++++-----------
 hw/usb/hcd-xhci.c             | 25 +++++++++++-----------
 hw/usb/redirect.c             | 25 ++++++++++++----------
 14 files changed, 219 insertions(+), 136 deletions(-)

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

end of thread, other threads:[~2015-05-11  9:43 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 11:45 [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 01/19] usb: fix usb-net segfault Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 02/19] xhci: set timer to retry xfers Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 03/19] Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set" Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 04/19] xhci: fix events for setup trb Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 05/19] uhci: QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 06/19] usb: usb-audio QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 07/19] usb: usb-bt QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 08/19] usb: usb-hid QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 09/19] usb: usb-hub QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 10/19] usb: usb-mtp QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 11/19] usb-mtp: fix segmentation fault Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 12/19] usb: usb-net QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 13/19] usb: usb-ccid QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 14/19] usb: usb-storage QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 15/19] usb: usb-uas QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 16/19] usb: usb-wacom-tablet QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 17/19] usb: usb-redir QOMify Gerd Hoffmann
2015-05-08 11:45 ` [Qemu-devel] [PULL 18/19] usb: usb-serial QOMify Gerd Hoffmann
2015-05-10 22:18   ` Samuel Thibault
2015-05-08 11:45 ` [Qemu-devel] [PULL 19/19] uhci: controller is halted after reset Gerd Hoffmann
2015-05-11  9:42 ` [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci Peter Maydell

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