> On Feb 21, 2022, at 10:37 AM, Stefan Hajnoczi <stefa...@redhat.com> 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 server object
>> +     * instances are destroyed
>> +     */
>> +    bool auto_shutdown;
> 
> This field is introduced but it is hardcoded to true. Is there a way to
> set it to false?

We could add a property to ’TYPE_REMOTE_MACHINE’ which indicates if
it would run as a server/daemon.

Thank you!
--
Jag


Reply via email to