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

2022-05-05 Thread Stefan Hajnoczi
On Tue, May 03, 2022 at 10:16:48AM -0400, 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 v9 07/17] vfio-user: define vfio-user-server object

2022-05-05 Thread Jag Raman
> On May 5, 2022, at 11:22 AM, Markus Armbruster wrote: > > Stefan Hajnoczi writes: > >> On Wed, May 04, 2022 at 01:45:07PM +0200, Markus Armbruster wrote: >>> Jagannathan Raman writes: >>> Define vfio-user object which is remote process server for QEMU. Setup object initializati

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

2022-05-05 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Wed, May 04, 2022 at 01:45:07PM +0200, Markus Armbruster wrote: >> Jagannathan Raman writes: >> >> > Define vfio-user object which is remote process server for QEMU. Setup >> > object initialization functions and properties necessary to instantiate >> > the object >

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

2022-05-05 Thread Stefan Hajnoczi
On Wed, May 04, 2022 at 01:45:07PM +0200, Markus Armbruster wrote: > Jagannathan Raman writes: > > > 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 Ufimt

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

2022-05-04 Thread Markus Armbruster
Jag Raman writes: >> On May 4, 2022, at 7:45 AM, Markus Armbruster wrote: >> >> Jagannathan Raman writes: >> >>> Define vfio-user object which is remote process server for QEMU. Setup >>> object initialization functions and properties necessary to instantiate >>> the object >>> >>> Signed-of

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

2022-05-04 Thread Jag Raman
> On May 4, 2022, at 7:45 AM, Markus Armbruster wrote: > > Jagannathan Raman writes: > >> 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 >> S

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

2022-05-04 Thread Markus Armbruster
Jagannathan Raman writes: > 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 > ---

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

2022-05-03 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