Re: [Qemu-devel] [PATCH v3 08/18] qjson: Simplify by using json-output-visitor

2016-05-02 Thread Markus Armbruster
Markus Armbruster writes: > Eric Blake writes: > >> Instead of rolling our own limited JSON outputter, we can just >> wrap the more full-featured JSON output Visitor. >> >> This slightly changes the output (different spacing), but the >> result is still equivalent JSON contents. >> >> Signed-off

Re: [Qemu-devel] [PATCH v3 08/18] qjson: Simplify by using json-output-visitor

2016-05-02 Thread Markus Armbruster
Eric Blake writes: > Instead of rolling our own limited JSON outputter, we can just > wrap the more full-featured JSON output Visitor. > > This slightly changes the output (different spacing), but the > result is still equivalent JSON contents. > > Signed-off-by: Eric Blake The file comment

[Qemu-devel] [PATCH v3 08/18] qjson: Simplify by using json-output-visitor

2016-04-28 Thread Eric Blake
Instead of rolling our own limited JSON outputter, we can just wrap the more full-featured JSON output Visitor. This slightly changes the output (different spacing), but the result is still equivalent JSON contents. Signed-off-by: Eric Blake --- v3: rebase to master v2: rebase to earlier change