Re: [Qemu-devel] [PATCH v3 14/18] qemu-img: Use new JSON output formatter

2016-05-02 Thread Markus Armbruster
Eric Blake writes: > Now that we can pretty-print straight to JSON from a visitor, > we can eliminate the temporary conversion into QObject inside > qemu-img. > > The changes to qemu-iotests 043 expected output demonstrates > the fact that output is now done in qapi declaration order, > rather th

[Qemu-devel] [PATCH v3 14/18] qemu-img: Use new JSON output formatter

2016-04-28 Thread Eric Blake
Now that we can pretty-print straight to JSON from a visitor, we can eliminate the temporary conversion into QObject inside qemu-img. The changes to qemu-iotests 043 expected output demonstrates the fact that output is now done in qapi declaration order, rather than QDict hash order. Signed-off-b