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

2014-12-02 Thread Markus Armbruster
Max Reitz writes: > On 2014-11-28 at 16:55, Markus Armbruster wrote: >> Copying Luiz. >> >> Max Reitz writes: >> >>> This series does not add new functionality. Adding a QMP monitor with >>> prettily formatted JSON output can be done as follows: >>> >>> $ qemu -chardev stdio,id=mon0 -mon chardev

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

2014-12-02 Thread Max Reitz
On 2014-11-28 at 16:55, Markus Armbruster wrote: Copying Luiz. Max Reitz writes: This series does not add new functionality. Adding a QMP monitor with prettily formatted JSON output can be done as follows: $ qemu -chardev stdio,id=mon0 -mon chardev=mon0,mode=control,pretty=on However, this

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

2014-11-28 Thread Paolo Bonzini
On 28/11/2014 16:55, Markus Armbruster wrote: > Copying Luiz. > > Max Reitz writes: > >> This series does not add new functionality. Adding a QMP monitor with >> prettily formatted JSON output can be done as follows: >> >> $ qemu -chardev stdio,id=mon0 -mon chardev=mon0,mode=control,pretty=on

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

2014-11-28 Thread Markus Armbruster
Copying Luiz. Max Reitz writes: > This series does not add new functionality. Adding a QMP monitor with > prettily formatted JSON output can be done as follows: > > $ qemu -chardev stdio,id=mon0 -mon chardev=mon0,mode=control,pretty=on > > However, this is rather cumbersome, so this series (its

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

2014-11-20 Thread Kevin Wolf
Am 17.11.2014 um 13:31 hat Max Reitz geschrieben: > This series does not add new functionality. Adding a QMP monitor with > prettily formatted JSON output can be done as follows: > > $ qemu -chardev stdio,id=mon0 -mon chardev=mon0,mode=control,pretty=on > > However, this is rather cumbersome, so

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

2014-11-17 Thread Max Reitz
This series does not add new functionality. Adding a QMP monitor with prettily formatted JSON output can be done as follows: $ qemu -chardev stdio,id=mon0 -mon chardev=mon0,mode=control,pretty=on However, this is rather cumbersome, so this series (its first patch) adds a shortcut in the form of t