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

2025-05-31 Thread Michael Tokarev
Use common code and simplify error message Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé Reviewed-by: Kevin Wolf --- qemu-img.c | 63 -- 1 file changed, 18 insertions(+), 45 deletions(-) diff --git a/qemu-img.c b/qemu-img.c

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

2025-05-13 Thread Kevin Wolf
Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: > Use common code and simplify error message > > Signed-off-by: Michael Tokarev > Reviewed-by: Daniel P. Berrangé > --- > qemu-img.c | 63 -- > 1 file changed, 18 insertions(+), 45 deleti

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

2024-09-26 Thread Michael Tokarev
Use common code and simplify error message Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé --- qemu-img.c | 63 -- 1 file changed, 18 insertions(+), 45 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 7ed5e6d1a8..0853655

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

2024-04-24 Thread Michael Tokarev
Use common code and simplify error message Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé --- qemu-img.c | 63 -- 1 file changed, 18 insertions(+), 45 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 7ed5e6d1a8..0853655