Re: [Qemu-devel] [PATCH V6 2/2] qemu-img: Add json output option to the info command.

2012-09-04 Thread Benoît Canet
Thanks for reviewing. I will correct the series tomorow. Benoît Le Tuesday 04 Sep 2012 à 14:54:18 (+0200), Kevin Wolf a écrit : > Am 27.08.2012 09:15, schrieb Benoît Canet: > > This option --output=[human|json] make qemu-img info output on > > human or JSON representation at the choice of the use

Re: [Qemu-devel] [PATCH V6 2/2] qemu-img: Add json output option to the info command.

2012-09-04 Thread Kevin Wolf
Am 27.08.2012 09:15, schrieb Benoît Canet: > This option --output=[human|json] make qemu-img info output on > human or JSON representation at the choice of the user. > > example: > { > "snapshots": [ > { > "vm-clock-nsec": 637102488, > "name": "vm-20120821145509

[Qemu-devel] [PATCH V6 2/2] qemu-img: Add json output option to the info command.

2012-08-27 Thread Benoît Canet
This option --output=[human|json] make qemu-img info output on human or JSON representation at the choice of the user. example: { "snapshots": [ { "vm-clock-nsec": 637102488, "name": "vm-20120821145509", "date-sec": 1345553709, "date-nsec