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

2016-12-15 Thread Michael Roth
Quoting Markus Armbruster (2016-12-12 09:53:20) > Michael Roth writes: > > > 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

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

2016-12-12 Thread Markus Armbruster
Michael Roth writes: > 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:

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

2016-12-09 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 \