Re: [PATCH 4/5] iotests: QemuIoInteractive: use qemu_io_args_no_fmt

2020-07-08 Thread Stefan Hajnoczi
On Sat, Jun 20, 2020 at 05:36:48PM +0300, Vladimir Sementsov-Ogievskiy wrote: > All users of QemuIoInteractive provides -f argument, so it's incorrect > to use qemu_io_args, which contains -f too. Let's use > qemu_io_args_no_fmt, which also makes possible to use --image-opts with > QemuIoInteractiv

[PATCH 4/5] iotests: QemuIoInteractive: use qemu_io_args_no_fmt

2020-06-20 Thread Vladimir Sementsov-Ogievskiy
All users of QemuIoInteractive provides -f argument, so it's incorrect to use qemu_io_args, which contains -f too. Let's use qemu_io_args_no_fmt, which also makes possible to use --image-opts with QemuIoInteractive in the following patch. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qem