diff options
| author | Alberto Garcia <berto@igalia.com> | 2020-07-10 18:12:51 +0200 |
|---|---|---|
| committer | Max Reitz <mreitz@redhat.com> | 2020-08-25 08:33:20 +0200 |
| commit | d0346b5591825bab4d4b35aefb0ab0d7650e3641 (patch) | |
| tree | d4c0f80f2702fdc2544526fcb3b9474eb338a525 /scripts/qapi/parser.py | |
| parent | a3c7d9162513c2bea742f4278a58e401c6f37d0c (diff) | |
| download | focaccia-qemu-d0346b5591825bab4d4b35aefb0ab0d7650e3641.tar.gz focaccia-qemu-d0346b5591825bab4d4b35aefb0ab0d7650e3641.zip | |
qcow2: Add subcluster-related fields to BDRVQcow2State
This patch adds the following new fields to BDRVQcow2State: - subclusters_per_cluster: Number of subclusters in a cluster - subcluster_size: The size of each subcluster, in bytes - subcluster_bits: No. of bits so 1 << subcluster_bits = subcluster_size Images without subclusters are treated as if they had exactly one subcluster per cluster (i.e. subcluster_size = cluster_size). Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <55bfeac86b092fa2c9d182a95cbeb479ff7eca4f.1594396418.git.berto@igalia.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions