Re: [PATCH v7 07/17] vfio-user: define vfio-user-server object

2022-03-29 Thread Jag Raman
> On Mar 29, 2022, at 6:21 AM, Stefan Hajnoczi wrote: > > On Fri, Mar 25, 2022 at 03:19:36PM -0400, Jagannathan Raman wrote: > ## >> diff --git a/include/hw/remote/machine.h b/include/hw/remote/machine.h >> index 8d0fa98d33..2fcb9dada5 100644 >> --- a/include/hw/remote/machine.h >> +++ b/inclu

Re: [PATCH v7 07/17] vfio-user: define vfio-user-server object

2022-03-29 Thread Stefan Hajnoczi
On Fri, Mar 25, 2022 at 03:19:36PM -0400, Jagannathan Raman wrote: ## > diff --git a/include/hw/remote/machine.h b/include/hw/remote/machine.h > index 8d0fa98d33..2fcb9dada5 100644 > --- a/include/hw/remote/machine.h > +++ b/include/hw/remote/machine.h > @@ -26,6 +26,12 @@ struct RemoteMachineSta

[PATCH v7 07/17] vfio-user: define vfio-user-server object

2022-03-25 Thread Jagannathan Raman
Define vfio-user object which is remote process server for QEMU. Setup object initialization functions and properties necessary to instantiate the object Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- qapi/qom.json | 20 +++- in