Re: [PATCH 05/14] iotests: add qemu_img_map() function

2022-03-17 Thread Hanna Reitz
On 09.03.22 04:53, John Snow wrote: Add a qemu_img_map() function by analogy with qemu_img_measure(), qemu_img_check(), and qemu_img_info() that all return JSON information. Replace calls to qemu_img_pipe('map', '--output=json', ...) with this new function, which provides better diagnostic infor

[PATCH 05/14] iotests: add qemu_img_map() function

2022-03-08 Thread John Snow
Add a qemu_img_map() function by analogy with qemu_img_measure(), qemu_img_check(), and qemu_img_info() that all return JSON information. Replace calls to qemu_img_pipe('map', '--output=json', ...) with this new function, which provides better diagnostic information on failure. Signed-off-by: Joh