Re: [PATCH v5 09/18] vfio-user: define vfio-user-server object

2022-01-25 Thread Stefan Hajnoczi
On Wed, Jan 19, 2022 at 04:41:58PM -0500, Jagannathan Raman wrote: > +/** > + * VFU_OBJECT_ERROR - reports an error message. If auto_shutdown > + * is set, it abort the machine on error. Otherwise, it logs an s/abort/aborts/ Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

[PATCH v5 09/18] vfio-user: define vfio-user-server object

2022-01-19 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 +++- hw/r