Re: [Qemu-devel] [PATCH 5/5] scripts: qmp-shell: Add verbose flag

2015-04-22 Thread Eric Blake
On 04/21/2015 08:02 PM, John Snow wrote: > Add a verbose flag that shows the QMP command that was > constructed, to allow for later copy/pasting, reference, > debugging, etc. Very useful. > > Signed-off-by: John Snow > --- > scripts/qmp/qmp-shell | 21 - > 1 file changed, 1

[Qemu-devel] [PATCH 5/5] scripts: qmp-shell: Add verbose flag

2015-04-21 Thread John Snow
Add a verbose flag that shows the QMP command that was constructed, to allow for later copy/pasting, reference, debugging, etc. Signed-off-by: John Snow --- scripts/qmp/qmp-shell | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/scripts/qmp/qmp-shell b/sc