Re: [Qemu-devel] [PATCH 1/3] chardev: Add -qmp-pretty

2014-11-12 Thread Max Reitz
On 2014-11-12 at 05:41, Eric Blake wrote: On 11/11/2014 06:34 AM, Max Reitz wrote: Add a command line option for adding a QMP monitor using pretty JSON formatting. Signed-off-by: Max Reitz --- qemu-options.hx | 8 vl.c| 15 ++- 2 files changed, 18 insertio

Re: [Qemu-devel] [PATCH 1/3] chardev: Add -qmp-pretty

2014-11-11 Thread Eric Blake
On 11/11/2014 06:34 AM, Max Reitz wrote: > Add a command line option for adding a QMP monitor using pretty JSON > formatting. > > Signed-off-by: Max Reitz > --- > qemu-options.hx | 8 > vl.c| 15 ++- > 2 files changed, 18 insertions(+), 5 deletions(-) > Minor

[Qemu-devel] [PATCH 1/3] chardev: Add -qmp-pretty

2014-11-11 Thread Max Reitz
Add a command line option for adding a QMP monitor using pretty JSON formatting. Signed-off-by: Max Reitz --- qemu-options.hx | 8 vl.c| 15 ++- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index da9851d..bc7b