On Wed, Sep 18, 2013 at 07:14:13PM +0800, Fam Zheng wrote: > This fixes two bugs of image opening. The vmdk fix also applies to 1.6. > > Fam Zheng (2): > block: don't lose data from last incomplete sector > vmdk: fix cluster size check for flat extents > > block.c | 2 +- > block/vmdk.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Please add qemu-iotests cases for these bugs. This way we get regression tests that ensure the same bug will not be reintroduced in the future. Stefan