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