summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Kardashevskiy2019-02-14 06:14:40 +0100
committerMichael S. Tsirkin2019-02-22 16:51:31 +0100
commitee1cd0099ab04f748c6d839e4f4d9a41b21e7399 (patch)
treed4e0fcaab8751286bcbd44c9db6c895ab9c9f21b /include
parentvirtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size (diff)
downloadqemu-ee1cd0099ab04f748c6d839e4f4d9a41b21e7399.tar.gz
qemu-ee1cd0099ab04f748c6d839e4f4d9a41b21e7399.tar.xz
qemu-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')
-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