[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(-)
- [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci.,
Gerd Hoffmann <=
- [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
- [Qemu-devel] [PULL 07/19] usb: usb-bt QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 09/19] usb: usb-hub QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 19/19] uhci: controller is halted after reset, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 12/19] usb: usb-net QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 05/19] uhci: QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 08/19] usb: usb-hid QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 04/19] xhci: fix events for setup trb., Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 10/19] usb: usb-mtp QOMify, Gerd Hoffmann, 2015/05/08
- [Qemu-devel] [PULL 06/19] usb: usb-audio QOMify, Gerd Hoffmann, 2015/05/08