Re: [Qemu-block] [PATCH v7 38/39] hmp: Add read-only-mode option to change command

2015-10-26 Thread Kevin Wolf
Am 19.10.2015 um 17:53 hat Max Reitz geschrieben: > Expose the new read-only-mode option of 'blockdev-change-medium' for the > 'change' HMP command. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > @@ -1336,9 +1337,16 @@ void hmp_change(Monitor *mon, const QDict *qdict) > const cha

[Qemu-block] [PATCH v7 38/39] hmp: Add read-only-mode option to change command

2015-10-19 Thread Max Reitz
Expose the new read-only-mode option of 'blockdev-change-medium' for the 'change' HMP command. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- hmp-commands.hx | 20 +--- hmp.c | 22 +- 2 files changed, 38 insertions(+), 4 deletions(-) diff --g