[Qemu-devel] [PATCH 0/4] xhci: cleanups, add qemu-xhci device.

Gerd Hoffmann posted 4 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486382139-30630-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
docs/specs/pci-ids.txt |   1 +
hw/usb/hcd-xhci.c      | 232 ++++++++++++++++---------------------------------
include/hw/pci/pci.h   |   1 +
3 files changed, 78 insertions(+), 156 deletions(-)
[Qemu-devel] [PATCH 0/4] xhci: cleanups, add qemu-xhci device.
Posted by Gerd Hoffmann 7 years, 2 months ago
  Hi,

This series adds a new qemu-xhci device.  It is pretty much identical to
the existing nec-usb-xhci device, except that some quirks needed to make
the nec/renesas windows driver work will be disabled for the qemu-xhci
device.  And qemu-xhci gets a PCI ID from the qemu PCi ID range.

please review,
  Gerd

Gerd Hoffmann (4):
  xhci: drop ER_FULL_HACK workaround
  xhci: add qemu xhci controller
  xhci: fix nec vendor quirk handling
  xhci: drop via vendor command handling

 docs/specs/pci-ids.txt |   1 +
 hw/usb/hcd-xhci.c      | 232 ++++++++++++++++---------------------------------
 include/hw/pci/pci.h   |   1 +
 3 files changed, 78 insertions(+), 156 deletions(-)

-- 
1.8.3.1