]> git.proxmox.com Git - mirror_qemu.git/commit - block/vmdk.c
vmdk: Fix next_cluster_sector for compressed write
authorFam Zheng <famz@redhat.com>
Wed, 6 May 2015 12:23:46 +0000 (20:23 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 May 2015 15:08:00 +0000 (17:08 +0200)
commit5e82a31eb967db135fc4e688b134fb0972d62de3
treeb6f4c435fd3a659d2733d7dbcd1a477c50c17067
parentaacd5650c68ef2e9e19079ba60cb0df51e15880c
vmdk: Fix next_cluster_sector for compressed write

This fixes the bug introduced by commit c6ac36e (vmdk: Optimize cluster
allocation).

Sometimes, write_len could be larger than cluster size, because it
contains both data and marker.  We must advance next_cluster_sector in
this case, otherwise the image gets corrupted.

Cc: qemu-stable@nongnu.org
Reported-by: Antoni Villalonga <qemu-list@friki.cat>
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vmdk.c