Re: [PATCH v3 04/12] vfio-user: instantiate vfio-user context

2021-11-01 Thread Stefan Hajnoczi
On Fri, Oct 29, 2021 at 02:59:02PM +, Jag Raman wrote: > > > > On Oct 27, 2021, at 11:59 AM, Stefan Hajnoczi wrote: > > > > On Mon, Oct 11, 2021 at 01:31:09AM -0400, Jagannathan Raman wrote: > >> @@ -94,9 +101,31 @@ static void vfu_object_set_device(Object *obj, const > >> char *str, Error

Re: [PATCH v3 04/12] vfio-user: instantiate vfio-user context

2021-10-29 Thread Jag Raman
> On Oct 27, 2021, at 11:59 AM, Stefan Hajnoczi wrote: > > On Mon, Oct 11, 2021 at 01:31:09AM -0400, Jagannathan Raman wrote: >> @@ -94,9 +101,31 @@ static void vfu_object_set_device(Object *obj, const >> char *str, Error **errp) >> trace_vfu_prop("device", str); >> } >> >> +/* >> + * vfi

Re: [PATCH v3 04/12] vfio-user: instantiate vfio-user context

2021-10-27 Thread Stefan Hajnoczi
On Mon, Oct 11, 2021 at 01:31:09AM -0400, Jagannathan Raman wrote: > @@ -94,9 +101,31 @@ static void vfu_object_set_device(Object *obj, const char > *str, Error **errp) > trace_vfu_prop("device", str); > } > > +/* > + * vfio-user-server depends on the availability of the 'socket' and 'devi

[PATCH v3 04/12] vfio-user: instantiate vfio-user context

2021-10-10 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 | 38 ++ 1 file changed, 38 insertions(+) diff --git a/hw/remote/vfio