Re: [Qemu-devel] [PATCH] block: Adds mirroring tests for resized images

2013-01-25 Thread Paolo Bonzini
Il 25/01/2013 19:57, Vishvananda Ishaya ha scritto: > This test verifies two mirroring issues are fixed with resized images: > > * sync='top' creates an image that is the proper size > * sync='full' doesn't cause an assertion failure and crash qemu > --- > These are tests for my patches for the

[Qemu-devel] [PATCH] block: Adds mirroring tests for resized images

2013-01-25 Thread Vishvananda Ishaya
This test verifies two mirroring issues are fixed with resized images: * sync='top' creates an image that is the proper size * sync='full' doesn't cause an assertion failure and crash qemu --- These are tests for my patches for the following bugs: https://bugs.launchpad.net/qemu/+bug/1103868 ht