summaryrefslogtreecommitdiff
path: root/include/hw/pci/pci_ids.h
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2019-02-14 16:14:40 +1100
committerMichael S. Tsirkin <mst@redhat.com>2019-02-22 10:51:31 -0500
commitee1cd0099ab04f748c6d839e4f4d9a41b21e7399 (patch)
treed4e0fcaab8751286bcbd44c9db6c895ab9c9f21b /include/hw/pci/pci_ids.h
parented48c59875b603058366490f472490f0fb9c30f3 (diff)
downloadqemu-ee1cd0099ab04f748c6d839e4f4d9a41b21e7399.zip
pci: Move NVIDIA vendor id to the rest of ids
sPAPR code will use it too so move it from VFIO to the common code. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20190214051440.59167-1-aik@ozlabs.ru> Acked-by: Alex Williamson <alex.williamson@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci/pci_ids.h')
-rw-r--r--include/hw/pci/pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index eeb33018ad..0abe27a53a 100644
--- a/include/hw/pci/pci_ids.h
+++ b/include/hw/pci/pci_ids.h
@@ -271,4 +271,6 @@
#define PCI_VENDOR_ID_SYNOPSYS 0x16C3
+#define PCI_VENDOR_ID_NVIDIA 0x10de
+
#endif