Re: [Qemu-devel] [PATCHv4 2/2] qemu-img: add json output option to the check command

2013-01-28 Thread Eric Blake
On 01/28/2013 04:59 AM, Federico Simoncelli wrote: > This option --output=[human|json] makes qemu-img check output a human > or JSON representation at the choice of the user. > > Signed-off-by: Federico Simoncelli > --- > qapi-schema.json | 46 +++ > qemu-img-cmds.hx |4 +- > qemu-

[Qemu-devel] [PATCHv4 2/2] qemu-img: add json output option to the check command

2013-01-28 Thread Federico Simoncelli
This option --output=[human|json] makes qemu-img check output a human or JSON representation at the choice of the user. Signed-off-by: Federico Simoncelli --- qapi-schema.json | 46 +++ qemu-img-cmds.hx |4 +- qemu-img.c | 232 +++-