diff options
author | Alexey Kardashevskiy | 2019-02-14 06:14:40 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2019-02-22 16:51:31 +0100 |
commit | ee1cd0099ab04f748c6d839e4f4d9a41b21e7399 (patch) | |
tree | d4e0fcaab8751286bcbd44c9db6c895ab9c9f21b /include | |
parent | virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size (diff) | |
download | qemu-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.h | 2 |
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 |