From 72a810f411abaabc55f375533220adf69e059c89 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 6 Feb 2017 12:55:37 +0100 Subject: xhci: add qemu xhci controller Turn existing TYPE_XHCI into an abstract base class. Create two child classes, TYPE_NEC_XHCI (same name as old xhci controller) and TYPE_QEMU_XHCI (using an ID from our namespace). Signed-off-by: Gerd Hoffmann Reviewed-by: Marcel Apfelbaum Message-id: 1486382139-30630-3-git-send-email-kraxel@redhat.com --- docs/specs/pci-ids.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/specs') diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt index 16fdb0c..95adee0 100644 --- a/docs/specs/pci-ids.txt +++ b/docs/specs/pci-ids.txt @@ -61,6 +61,7 @@ PCI devices (other than virtio): 1b36:0009 PCI Expander Bridge (-device pxb) 1b36:000a PCI-PCI bridge (multiseat) 1b36:000b PCIe Expander Bridge (-device pxb-pcie) +1b36:000d PCI xhci usb host adapter All these devices are documented in docs/specs. -- cgit v1.1