Re: [PATCH 09/14] iotests: remove remaining calls to qemu_img_pipe()

2022-03-17 Thread Hanna Reitz
On 09.03.22 04:54, John Snow wrote: As part of moving all python iotest invocations of qemu-img onto a single qemu_img() implementation, remove a few lingering uses of qemu_img_pipe() from outside of iotests.py itself. Several cases here rely on the knowledge that qemu_img_pipe() suppresses

[PATCH 09/14] iotests: remove remaining calls to qemu_img_pipe()

2022-03-08 Thread John Snow
As part of moving all python iotest invocations of qemu-img onto a single qemu_img() implementation, remove a few lingering uses of qemu_img_pipe() from outside of iotests.py itself. Several cases here rely on the knowledge that qemu_img_pipe() suppresses *all* output on a successful case when