diff options
| author | Alberto Garcia <berto@igalia.com> | 2020-07-10 18:13:07 +0200 |
|---|---|---|
| committer | Max Reitz <mreitz@redhat.com> | 2020-08-25 08:33:20 +0200 |
| commit | aca00cd971c830ad2a71cc881db33275d0a4107c (patch) | |
| tree | 89e0208cc299d185080d5015b28d0b9775492f75 /scripts/qapi/doc.py | |
| parent | fc2e6528d5c14a15cac586406cb72d0127449178 (diff) | |
| download | focaccia-qemu-aca00cd971c830ad2a71cc881db33275d0a4107c.tar.gz focaccia-qemu-aca00cd971c830ad2a71cc881db33275d0a4107c.zip | |
qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
The L2 bitmap needs to be updated after each write to indicate what new subclusters are now allocated. This needs to happen even if the cluster was already allocated and the L2 entry was otherwise valid. In some cases however a write operation doesn't need change the L2 bitmap (because all affected subclusters were already allocated). This is detected in calculate_l2_meta(), and qcow2_alloc_cluster_link_l2() is never called in those cases. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <0875620d49f44320334b6a91c73b3f301f975f38.1594396418.git.berto@igalia.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'scripts/qapi/doc.py')
0 files changed, 0 insertions, 0 deletions