[Qemu-devel] [PATCH for-1.7 2/2] qemu-iotests: Fix test 041

2013-11-25 Thread Max Reitz
Performing multiple drive-mirror blockjobs on the same qemu instance results in the image file used for the block device being replaced by the newly mirrored file, which is not what we want. Fix this by performing one dedicated test per sync mode. Signed-off-by: Max Reitz --- tests/qemu-iotests

Re: [Qemu-devel] [PATCH for-1.7 2/2] qemu-iotests: Fix test 041

2013-11-25 Thread Eric Blake
On 11/25/2013 12:28 PM, Max Reitz wrote: > Performing multiple drive-mirror blockjobs on the same qemu instance > results in the image file used for the block device being replaced by > the newly mirrored file, which is not what we want. > > Fix this by performing one dedicated test per sync mode.