Re: [Qemu-devel] [PATCH v8 12/14] iotests: Add test for backing-chain commits

2014-06-09 Thread Eric Blake
On 06/07/2014 12:51 PM, Max Reitz wrote: > Add a test for qemu-img commit on backing chains with more than two > images. This test also checks whether the top image is emptied (unless > this is prevented by specifying either -d or -b) emptied and does s/ emptied// > therefore not work for qed a

[Qemu-devel] [PATCH v8 12/14] iotests: Add test for backing-chain commits

2014-06-07 Thread Max Reitz
Add a test for qemu-img commit on backing chains with more than two images. This test also checks whether the top image is emptied (unless this is prevented by specifying either -d or -b) emptied and does therefore not work for qed and vmdk which requires it to be separate from 020. Signed-off-by