Re: [PATCH trivial] qemu-img: factor out parse_output_format() and use it in the code
07.02.2024 20:52, Michael Tokarev : Use common code and simplify error message I've sent this as part of qemu-img --help/options refactoring series, done in that context so this path does not make sense anymore. /mjt
[PATCH trivial] qemu-img: factor out parse_output_format() and use it in the code
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 7668f86769..eb6017d339 100644 --- a/qemu-img.c +++ b