diff options
author | Andrey Shinkevich | 2019-02-08 16:06:07 +0100 |
---|---|---|
committer | Eric Blake | 2019-02-11 21:35:43 +0100 |
commit | b8968c875f4030dd6924d6971bb3d92dfa3d2f65 (patch) | |
tree | 2faef1ceb11b64be4ade3fb50a4e6e34bbe7afc5 /tests/test-qapi-util.c | |
parent | bdrv_query_image_info Error parameter added (diff) | |
download | qemu-b8968c875f4030dd6924d6971bb3d92dfa3d2f65.tar.gz qemu-b8968c875f4030dd6924d6971bb3d92dfa3d2f65.tar.xz qemu-b8968c875f4030dd6924d6971bb3d92dfa3d2f65.zip |
qcow2: Add list of bitmaps to ImageInfoSpecificQCow2
In the 'Format specific information' section of the 'qemu-img info'
command output, the supplemental information about existing QCOW2
bitmaps will be shown, such as a bitmap name, flags and granularity:
image: /vz/vmprivate/VM1/harddisk.hdd
file format: qcow2
virtual size: 64G (68719476736 bytes)
disk size: 3.0M
cluster_size: 1048576
Format specific information:
compat: 1.1
lazy refcounts: true
bitmaps:
[0]:
flags:
[0]: in-use
[1]: auto
name: back-up1
granularity: 65536
[1]:
flags:
[0]: in-use
[1]: auto
name: back-up2
granularity: 65536
refcount bits: 16
corrupt: false
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <1549638368-530182-3-git-send-email-andrey.shinkevich@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/test-qapi-util.c')
0 files changed, 0 insertions, 0 deletions