Re: [Qemu-devel] [PATCH 2/3] qmp: Expose read-only option for 'change'

2014-11-26 Thread Eric Blake
On 11/20/2014 05:44 AM, Max Reitz wrote: Expose the new read-only option of qmp_change_blockdev() for the 'change' QMP command. Leave it unset for HMP for now. Signed-off-by: Max Reitz mre...@redhat.com --- hmp.c| 2 +- qapi-schema.json | 7 ++- qmp-commands.hx | 24

[Qemu-devel] [PATCH 2/3] qmp: Expose read-only option for 'change'

2014-11-20 Thread Max Reitz
Expose the new read-only option of qmp_change_blockdev() for the 'change' QMP command. Leave it unset for HMP for now. Signed-off-by: Max Reitz mre...@redhat.com --- hmp.c| 2 +- qapi-schema.json | 7 ++- qmp-commands.hx | 24 +++- qmp.c| 15