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

2019-02-13 Thread Alex Williamson
On Thu, 14 Feb 2019 13:26:49 +1100 Alexey Kardashevskiy wrote: > Ping? 3 months today :) How about a non-RFC? > On 16/01/2019 15:20, Alexey Kardashevskiy wrote: > > Ping, anyone? > > > > On 14/12/2018 14:36, Alexey Kardashevskiy wrote: > >> > >> > >> On 21/11/2018 05:27, Alistair Francis

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

2019-02-13 Thread Alexey Kardashevskiy
Ping? 3 months today :) On 16/01/2019 15:20, Alexey Kardashevskiy wrote: > Ping, anyone? > > On 14/12/2018 14:36, Alexey Kardashevskiy wrote: >> >> >> On 21/11/2018 05:27, Alistair Francis wrote: >>> On Tue, Nov 13, 2018 at 12:42 AM Alexey Kardashevskiy >>> wrote: sPAPR code will

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

2019-01-15 Thread Alexey Kardashevskiy
Ping, anyone? On 14/12/2018 14:36, Alexey Kardashevskiy wrote: > > > On 21/11/2018 05:27, Alistair Francis wrote: >> On Tue, Nov 13, 2018 at 12:42 AM Alexey Kardashevskiy wrote: >>> >>> sPAPR code will use it too so move it from VFIO to the common code. >>> >>> Signed-off-by: Alexey

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

2018-12-13 Thread Alexey Kardashevskiy
On 21/11/2018 05:27, Alistair Francis wrote: > On Tue, Nov 13, 2018 at 12:42 AM 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: Alistair Francis Aand who is taking this? I

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

2018-11-20 Thread Alistair Francis
On Tue, Nov 13, 2018 at 12:42 AM 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: Alistair Francis Alistair > --- > include/hw/pci/pci_ids.h | 2 ++ > hw/vfio/pci-quirks.c | 2 -- > 2

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

2018-11-18 Thread David Gibson
On Tue, Nov 13, 2018 at 07:31:00PM +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 This looks correct to me independent of the rest of the series. > --- >

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

2018-11-13 Thread Alexey Kardashevskiy
sPAPR code will use it too so move it from VFIO to the common code. Signed-off-by: Alexey Kardashevskiy --- include/hw/pci/pci_ids.h | 2 ++ hw/vfio/pci-quirks.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index