Re: [Qemu-devel] [PATCH 3/3] iotests: Add test for drive-mirror with NBD target

2015-02-03 Thread Paolo Bonzini
On 02/02/2015 22:40, Max Reitz wrote: > When the drive-mirror block job is completed, it will call bdrv_swap() > on the source and the target BDS; this should obviously not result in a > segmentation fault. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/094 | 81 > +++

[Qemu-devel] [PATCH 3/3] iotests: Add test for drive-mirror with NBD target

2015-02-02 Thread Max Reitz
When the drive-mirror block job is completed, it will call bdrv_swap() on the source and the target BDS; this should obviously not result in a segmentation fault. Signed-off-by: Max Reitz --- tests/qemu-iotests/094 | 81 ++ tests/qemu-iotests/094.o