[Qemu-block] [PATCH v5 04/38] iotests: Only create BB if necessary

2015-09-18 Thread Max Reitz
Tests 071 and 081 test giving references in blockdev-add. It is not necessary to create a BlockBackend here, so omit it. While at it, fix up some blockdev-add invocations in the vicinity (s/raw/$IMGFMT/ in 081, drop the format BDS for blkverify's raw child in 071). Signed-off-by: Max Reitz

Re: [Qemu-block] [PATCH v5 04/38] iotests: Only create BB if necessary

2015-09-18 Thread Eric Blake
On 09/18/2015 09:22 AM, Max Reitz wrote: > Tests 071 and 081 test giving references in blockdev-add. It is not > necessary to create a BlockBackend here, so omit it. > > While at it, fix up some blockdev-add invocations in the vicinity > (s/raw/$IMGFMT/ in 081, drop the format BDS for blkverify's