diff options
author | Alberto Garcia <berto@igalia.com> | 2020-07-10 18:13:03 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-08-25 08:33:20 +0200 |
commit | 3f9c6b3b1f48d6c59d27df658f03792b857d7b55 (patch) | |
tree | 3cd3571e0b384f5535ca24398ea8ae032e3f0fda /pc-bios | |
parent | d53ec3d8d8e12d5a7c7f48347be450af56040b1a (diff) | |
download | qemu-3f9c6b3b1f48d6c59d27df658f03792b857d7b55.zip qemu-3f9c6b3b1f48d6c59d27df658f03792b857d7b55.tar.gz qemu-3f9c6b3b1f48d6c59d27df658f03792b857d7b55.tar.bz2 |
qcow2: Add subcluster support to qcow2_get_host_offset()
The logic of this function remains pretty much the same, except that
it uses count_contiguous_subclusters(), which combines the logic of
count_contiguous_clusters() / count_contiguous_clusters_unallocated()
and checks individual subclusters.
qcow2_cluster_to_subcluster_type() is not necessary as a separate
function anymore so it's inlined into its caller.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <d2193fd48653a350d80f0eca1c67b1d9053fb2f3.1594396418.git.berto@igalia.com>
[mreitz: Initialize expected_type to anything]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions