Re: [PATCH 03/23] qemu-img: factor out parse_output_format() and use it in the code

2024-02-20 Thread Daniel P . Berrangé
On Sat, Feb 10, 2024 at 12:22:24AM +0300, Michael Tokarev wrote: > Use common code and simplify error message > > Signed-off-by: Michael Tokarev > --- > qemu-img.c | 63 -- > 1 file changed, 18 insertions(+), 45 deletions(-) Reviewed-by:

[PATCH 03/23] qemu-img: factor out parse_output_format() and use it in the code

2024-02-09 Thread Michael Tokarev
Use common code and simplify error message Signed-off-by: Michael Tokarev --- qemu-img.c | 63 -- 1 file changed, 18 insertions(+), 45 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 7edfc56572..4e962843da 100644 --- a/qemu-img.c +++