Re: [PATCH v2 15/17] iotests: remove qemu_io_pipe_and_status()

2022-03-25 Thread Hanna Reitz
On 24.03.22 19:30, John Snow wrote: I know we just added it, sorry. This is done in favor of qemu_io() which *also* returns the console output and status, but with more robust error handling on failure. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 3 --- 1 file changed, 3 del

Re: [PATCH v2 15/17] iotests: remove qemu_io_pipe_and_status()

2022-03-24 Thread Eric Blake
On Thu, Mar 24, 2022 at 02:30:16PM -0400, John Snow wrote: > I know we just added it, sorry. This is done in favor of qemu_io() which > *also* returns the console output and status, but with more robust error > handling on failure. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.

[PATCH v2 15/17] iotests: remove qemu_io_pipe_and_status()

2022-03-24 Thread John Snow
I know we just added it, sorry. This is done in favor of qemu_io() which *also* returns the console output and status, but with more robust error handling on failure. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/qemu-iotes