summary refs log tree commit diff stats
path: root/hw/virtio-net.c
diff options
context:
space:
mode:
authorBenoƮt Canet <benoit@irqsave.net>2012-09-05 13:09:02 +0200
committerKevin Wolf <kwolf@redhat.com>2012-09-12 15:50:09 +0200
commitc054b3fd78f28b12f4d066583fc0ade017752479 (patch)
tree78018b3d8975fb9c63170130ed2bea6cc7894e27 /hw/virtio-net.c
parentc249ee682542ff3b8c310c78be67e3e713fd61d7 (diff)
downloadfocaccia-qemu-c054b3fd78f28b12f4d066583fc0ade017752479.tar.gz
focaccia-qemu-c054b3fd78f28b12f4d066583fc0ade017752479.zip
qemu-img: Add json output option to the info command.
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": 220289000,
            "vm-clock-sec": 20,
            "id": "1",
            "vm-state-size": 96522745
        },
        {
            "vm-clock-nsec": 28210866,
            "name": "vm-20120821154059",
            "date-sec": 1345556459,
            "date-nsec": 171392000,
            "vm-clock-sec": 46,
            "id": "2",
            "vm-state-size": 101208714
        }
    ],
    "virtual-size": 1073741824,
    "filename": "snap.qcow2",
    "cluster-size": 65536,
    "format": "qcow2",
    "actual-size": 985587712,
    "dirty-flag": false
}

Signed-off-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/virtio-net.c')
0 files changed, 0 insertions, 0 deletions