Re: [PATCH v6 07/19] vfio-user: define vfio-user-server object

2022-03-02 Thread Stefan Hajnoczi
On Mon, Feb 28, 2022 at 07:14:21PM +, Jag Raman wrote: > > On Feb 21, 2022, at 10:37 AM, Stefan Hajnoczi wrote: > > On Thu, Feb 17, 2022 at 02:48:54AM -0500, Jagannathan Raman wrote: > >> +struct VfuObjectClass { > >> +ObjectClass parent_class; > >> + > >> +unsigned int nr_devs; > >> +

Re: [PATCH v6 07/19] vfio-user: define vfio-user-server object

2022-02-28 Thread Jag Raman
> On Feb 21, 2022, at 10:37 AM, Stefan Hajnoczi wrote: > > On Thu, Feb 17, 2022 at 02:48:54AM -0500, Jagannathan Raman wrote: >> +struct VfuObjectClass { >> +ObjectClass parent_class; >> + >> +unsigned int nr_devs; >> + >> +/* >> + * Can be set to shutdown automatically when all

Re: [PATCH v6 07/19] vfio-user: define vfio-user-server object

2022-02-25 Thread Eric Blake
On Thu, Feb 17, 2022 at 02:48:54AM -0500, Jagannathan Raman wrote: > 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 >

Re: [PATCH v6 07/19] vfio-user: define vfio-user-server object

2022-02-21 Thread Stefan Hajnoczi
On Thu, Feb 17, 2022 at 02:48:54AM -0500, Jagannathan Raman wrote: > +struct VfuObjectClass { > +ObjectClass parent_class; > + > +unsigned int nr_devs; > + > +/* > + * Can be set to shutdown automatically when all server object > + * instances are destroyed > + */ > +boo

[PATCH v6 07/19] vfio-user: define vfio-user-server object

2022-02-17 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 Reviewed-by: Stefan Hajnoczi --- qapi/qom.jso