Re: [PATCH 10/18] iotests: Avoid qemu-img create

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > Use _make_test_img whenever possible. This way, we will not ignore > user-specified image options. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/094 | 2 +- > tests/qemu-iotests/111 | 3 +-- > tests/qemu-iotests/123 | 2 +- > tests

[PATCH 10/18] iotests: Avoid qemu-img create

2019-09-27 Thread Max Reitz
Use _make_test_img whenever possible. This way, we will not ignore user-specified image options. Signed-off-by: Max Reitz --- tests/qemu-iotests/094 | 2 +- tests/qemu-iotests/111 | 3 +-- tests/qemu-iotests/123 | 2 +- tests/qemu-iotests/153 | 2 +- tests/qemu-iotests/200 | 4 ++-- 5 files cha