Re: [PATCH v5 10/18] vfio-user: instantiate vfio-user context

2022-01-25 Thread Stefan Hajnoczi
On Wed, Jan 19, 2022 at 04:41:59PM -0500, 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 | 78

[PATCH v5 10/18] vfio-user: instantiate vfio-user context

2022-01-19 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 | 78 +++ 1 file changed, 78 insertions(+) diff --git a/hw/remote/vfi