qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci.
Date: Fri, 8 May 2015 13:45:34 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]