Re: [Qemu-devel] [PATCH] monitor: fix object_del for command-line-created objects

2016-12-01 Thread Michael Roth
Quoting Dr. David Alan Gilbert (2016-12-01 06:34:10) > * Daniel P. Berrange (berra...@redhat.com) wrote: > > On Wed, Nov 30, 2016 at 05:06:16PM -0600, Michael Roth wrote: > > > Currently objects specified on the command-line are only partially > > > cleaned up when 'object_del' is issued in either

Re: [Qemu-devel] [PATCH] monitor: fix object_del for command-line-created objects

2016-12-01 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > On Wed, Nov 30, 2016 at 05:06:16PM -0600, Michael Roth wrote: > > Currently objects specified on the command-line are only partially > > cleaned up when 'object_del' is issued in either HMP or QMP: the > > object itself is fully finalized, but

Re: [Qemu-devel] [PATCH] monitor: fix object_del for command-line-created objects

2016-12-01 Thread Daniel P. Berrange
On Wed, Nov 30, 2016 at 05:06:16PM -0600, Michael Roth wrote: > Currently objects specified on the command-line are only partially > cleaned up when 'object_del' is issued in either HMP or QMP: the > object itself is fully finalized, but the QemuOpts are not removed. > This results in the

[Qemu-devel] [PATCH] monitor: fix object_del for command-line-created objects

2016-11-30 Thread Michael Roth
Currently objects specified on the command-line are only partially cleaned up when 'object_del' is issued in either HMP or QMP: the object itself is fully finalized, but the QemuOpts are not removed. This results in the following behavior: x86_64-softmmu/qemu-system-x86_64 -monitor stdio \