[PATCH 04/27] qemu-img: pass current cmd info into command handlers

2025-05-31 Thread Michael Tokarev
This info will be used to generate --help output. Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé Reviewed-by: Kevin Wolf --- qemu-img.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 4ece594

Re: [PATCH 04/27] qemu-img: pass current cmd info into command handlers

2024-11-05 Thread Kevin Wolf
Am 27.09.2024 um 08:10 hat Michael Tokarev geschrieben: > This info will be used to generate --help output. > > Signed-off-by: Michael Tokarev > Reviewed-by: Daniel P. Berrangé Reviewed-by: Kevin Wolf

[PATCH 04/27] qemu-img: pass current cmd info into command handlers

2024-09-26 Thread Michael Tokarev
This info will be used to generate --help output. Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé --- qemu-img.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 130188e287..e8234104e5 100644 --

[PATCH 04/27] qemu-img: pass current cmd info into command handlers

2024-04-24 Thread Michael Tokarev
This info will be used to generate --help output. Signed-off-by: Michael Tokarev Reviewed-by: Daniel P. Berrangé --- qemu-img.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 130188e287..e8234104e5 100644 --