Re: [Qemu-devel] [PATCH 1/2] qmp/hmp: add writeconfig

2017-02-16 Thread Eric Blake
On 02/15/2017 04:14 AM, Eduardo Otubo wrote: > This patch adds support for the command `writeconfig' on the QMP and HMP > consoles. This is a simple way to keep track of current state of VM > after series of hotplugs and/or hotunplugs of different devices: > > (qemu) writeconfig qemu.conf > > S

[Qemu-devel] [PATCH 1/2] qmp/hmp: add writeconfig

2017-02-15 Thread Eduardo Otubo
This patch adds support for the command `writeconfig' on the QMP and HMP consoles. This is a simple way to keep track of current state of VM after series of hotplugs and/or hotunplugs of different devices: (qemu) writeconfig qemu.conf Signed-off-by: Eduardo Otubo --- hmp-commands.hx | 14 +++