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

2012-12-13 Thread Kevin Wolf
Am 10.12.2012 18:01, 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 > --- > qapi-schema.json | 38 + > qemu-img-cmds.hx |4 +- > qemu-img

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

2012-12-10 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 --- qapi-schema.json | 38 + qemu-img-cmds.hx |4 +- qemu-img.c | 246 +++---