Re: [Qemu-devel] [PATCH V8 0/2] Add JSON output to qemu-img info

2012-09-07 Thread Kevin Wolf
Am 05.09.2012 13:09, schrieb Benoît Canet: > This patchset add a JSON output mode to the qemu-img info command. > It's a rewrite from scratch of the original patchset by Wenchao Xia > following Anthony Liguori advices on JSON formating. > > the --output=(json|human) option is now mandatory on the

[Qemu-devel] [PATCH V8 0/2] Add JSON output to qemu-img info

2012-09-05 Thread Benoît Canet
This patchset add a JSON output mode to the qemu-img info command. It's a rewrite from scratch of the original patchset by Wenchao Xia following Anthony Liguori advices on JSON formating. the --output=(json|human) option is now mandatory on the command line. Benoît Canet (3): qapi: Add Snapshot