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
