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

2012-09-03 Thread Richard W.M. Jones
On Mon, Aug 27, 2012 at 09:15:50AM +0200, Benoît Canet wrote: > 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. I won't comment on the patch set, but some

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

2012-08-30 Thread Benoît Canet
Le Monday 27 Aug 2012 à 11:52:59 (-0600), Eric Blake a écrit : > On 08/27/2012 01:15 AM, Benoît Canet wrote: > > 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 f

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

2012-08-27 Thread Eric Blake
On 08/27/2012 01:15 AM, Benoît Canet wrote: > 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 V6 0/2] Add JSON output to qemu-img info

2012-08-27 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