diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2019-02-14 16:14:40 +1100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-02-22 10:51:31 -0500 |
commit | ee1cd0099ab04f748c6d839e4f4d9a41b21e7399 (patch) | |
tree | d4e0fcaab8751286bcbd44c9db6c895ab9c9f21b /hw/vfio/pci-quirks.c | |
parent | ed48c59875b603058366490f472490f0fb9c30f3 (diff) | |
download | 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 'hw/vfio/pci-quirks.c')
-rw-r--r-- | hw/vfio/pci-quirks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c index eae31c74d6..40a12001f5 100644 --- a/hw/vfio/pci-quirks.c +++ b/hw/vfio/pci-quirks.c @@ -526,8 +526,6 @@ static void vfio_probe_ati_bar2_quirk(VFIOPCIDevice *vdev, int nr) * note it for future reference. */ -#define PCI_VENDOR_ID_NVIDIA 0x10de - /* * Nvidia has several different methods to get to config space, the * nouveu project has several of these documented here: |