]> xenbits.xensource.com Git - qemu-xen.git/commit
qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
authorAlberto Garcia <berto@igalia.com>
Fri, 10 Jul 2020 16:13:01 +0000 (18:13 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 25 Aug 2020 06:33:20 +0000 (08:33 +0200)
commit97490a143ee7db264ae91623e3c1a4762835911b
tree23596df4ba364ca1149c293d5a8b695203e33b4b
parent10dabdc5966759f8c6d9bba5ca80f4ec621f4636
qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC

When dealing with subcluster types there is a new value called
QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC that has no equivalent in
QCow2ClusterType.

This patch handles that value in all places where subcluster types
are processed.

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: <bf09e2e2439a468a901bb96ace411eed9ee50295.1594396418.git.berto@igalia.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2.c