Re: [Qemu-devel] [PATCH qemu] pci: Move NVIDIA vendor id to the rest of ids

2019-02-14 Thread Alex Williamson
On Thu, 14 Feb 2019 16:14:40 +1100 Alexey Kardashevskiy wrote: > sPAPR code will use it too so move it from VFIO to the common code. > > Signed-off-by: Alexey Kardashevskiy > Reviewed-by: David Gibson > Reviewed-by: Alistair Francis > --- > > Previous version was RFC, this is is not. I assu

[Qemu-devel] [PATCH qemu] pci: Move NVIDIA vendor id to the rest of ids

2019-02-13 Thread Alexey Kardashevskiy
sPAPR code will use it too so move it from VFIO to the common code. Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson Reviewed-by: Alistair Francis --- Previous version was RFC, this is is not. --- include/hw/pci/pci_ids.h | 2 ++ hw/vfio/pci-quirks.c | 2 -- 2 files changed