Re: [PATCH 05/15] iotests: create generic qemu_tool() function

2022-03-22 Thread John Snow
On Tue, Mar 22, 2022, 10:49 AM Hanna Reitz wrote: > On 18.03.22 21:36, John Snow wrote: > > reimplement qemu_img() in terms of qemu_tool() in preparation for doing > > the same with qemu_io(). > > > > Signed-off-by: John Snow > > --- > > tests/qemu-iotests/iotests.py | 37

Re: [PATCH 05/15] iotests: create generic qemu_tool() function

2022-03-22 Thread Hanna Reitz
On 18.03.22 21:36, John Snow wrote: reimplement qemu_img() in terms of qemu_tool() in preparation for doing the same with qemu_io(). Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 37 +++ 1 file changed, 24 insertions(+), 13 deletions(-) diff

Re: [PATCH 05/15] iotests: create generic qemu_tool() function

2022-03-21 Thread John Snow
On Mon, Mar 21, 2022, 11:13 AM Eric Blake wrote: > On Fri, Mar 18, 2022 at 04:36:45PM -0400, John Snow wrote: > > reimplement qemu_img() in terms of qemu_tool() in preparation for doing > > the same with qemu_io(). > > > > Signed-off-by: John Snow > > --- > > tests/qemu-iotests/iotests.py | 37

Re: [PATCH 05/15] iotests: create generic qemu_tool() function

2022-03-21 Thread Eric Blake
On Fri, Mar 18, 2022 at 04:36:45PM -0400, John Snow wrote: > reimplement qemu_img() in terms of qemu_tool() in preparation for doing > the same with qemu_io(). > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 37 +++ > 1 file changed, 24

[PATCH 05/15] iotests: create generic qemu_tool() function

2022-03-18 Thread John Snow
reimplement qemu_img() in terms of qemu_tool() in preparation for doing the same with qemu_io(). Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 37 +++ 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/tests/qemu-iotests/iotests.py