qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3] monitor: allow object_del & device_del to ac


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3] monitor: allow object_del & device_del to accept QOM paths
Date: Wed, 2 Sep 2015 11:40:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0


On 01/09/2015 11:50, Daniel P. Berrange wrote:
> Similarly objects are required to implement the
> user-creatable interface
> 
>  (qemu) object_del /machine/unattached/device[4]
>  /machine/unattached/device[4] is not a user-creatable object

The question is not whether it's user-creatable, but whether it's
user-created.  It would probably be bad to delete the iothread that
x-data-plane=on creates.

IIRC the id is mandatory for all of object_add (HMP), object-add (QMP)
and -object, so I would do without the change to object_del.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]