Re: [PATCH v3 05/12] vfio-user: find and init PCI device

2021-11-01 Thread Stefan Hajnoczi
On Fri, Oct 29, 2021 at 03:58:28PM +, Jag Raman wrote: > > > > On Oct 27, 2021, at 12:05 PM, Stefan Hajnoczi wrote: > > > > On Mon, Oct 11, 2021 at 01:31:10AM -0400, Jagannathan Raman wrote: > >> Find the PCI device with specified id. Initialize the device context > >> with the QEMU PCI dev

Re: [PATCH v3 05/12] vfio-user: find and init PCI device

2021-10-29 Thread Jag Raman
> On Oct 27, 2021, at 12:05 PM, Stefan Hajnoczi wrote: > > On Mon, Oct 11, 2021 at 01:31:10AM -0400, Jagannathan Raman wrote: >> Find the PCI device with specified id. Initialize the device context >> with the QEMU PCI device >> >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: John G Johns

Re: [PATCH v3 05/12] vfio-user: find and init PCI device

2021-10-27 Thread Stefan Hajnoczi
On Mon, Oct 11, 2021 at 01:31:10AM -0400, Jagannathan Raman wrote: > Find the PCI device with specified id. Initialize the device context > with the QEMU PCI device > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > hw/remote/vfio-user

[PATCH v3 05/12] vfio-user: find and init PCI device

2021-10-10 Thread Jagannathan Raman
Find the PCI device with specified id. Initialize the device context with the QEMU PCI device Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/remote/vfio-user-obj.c | 32 1 file changed, 32 insertions(+) dif