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

2012-09-05 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

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

2012-09-05 Thread Kevin Wolf
Am 05.09.2012 11:25, 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