Re: [PATCH v7 08/17] vfio-user: instantiate vfio-user context

2022-03-29 Thread Stefan Hajnoczi
On Fri, Mar 25, 2022 at 03:19:37PM -0400, Jagannathan Raman wrote: > create a context with the vfio-user library to run a PCI device > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > hw/remote/vfio-user-obj.c | 82

[PATCH v7 08/17] vfio-user: instantiate vfio-user context

2022-03-25 Thread Jagannathan Raman
create a context with the vfio-user library to run a PCI device Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/remote/vfio-user-obj.c | 82 +++ 1 file changed, 82 insertions(+) diff --git a/hw/remote/vfi