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

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

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

2013-01-21 Thread Eric Blake
On 01/21/2013 07:25 AM, Federico Simoncelli wrote: This option --output=[human|json] make qemu-img check output an human s/make/makes/; s/an human/a human/ or JSON representation at the choice of the user. Signed-off-by: Federico Simoncelli fsimo...@redhat.com --- qapi-schema.json | 46

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

2013-01-21 Thread Kevin Wolf
Am 21.01.2013 15:25, schrieb Federico Simoncelli: This option --output=[human|json] make qemu-img check output an human or JSON representation at the choice of the user. Signed-off-by: Federico Simoncelli fsimo...@redhat.com Looks good to me, apart from Eric's spelling corrections. Let's