Am 06.05.2015 um 20:01 hat Max Reitz geschrieben: > On 06.05.2015 14:23, Fam Zheng wrote: > >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. > > > >Reported-by: Antoni Villalonga <qemu-l...@friki.cat> > >Signed-off-by: Fam Zheng <f...@redhat.com> > > Reviewed-by: Max Reitz <mre...@redhat.com>
Thanks, added a "Cc: qemu-sta...@nongnu.org" line to the commit message and applied to the block branch. Kevin