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
> 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
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
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