[PATCH 03/27] qemu-img: global option processing and error printing

2025-05-31 Thread Michael Tokarev
In order to correctly print executable name in various error messages, pass argv[0] to error_exit() function. This way, error messages will refer to actual executable name, which may be different from 'qemu-img'. For subcommands, pass original command name from the qemu-img argv[0], plus the subco

Re: [PATCH 03/27] qemu-img: global option processing and error printing

2024-11-05 Thread Kevin Wolf
Am 27.09.2024 um 08:10 hat Michael Tokarev geschrieben: > In order to correctly print executable name in various > error messages, pass argv[0] to error_exit() function. > This way, error messages will refer to actual executable > name, which may be different from 'qemu-img'. > > For subcommands,

[PATCH 03/27] qemu-img: global option processing and error printing

2024-09-27 Thread Michael Tokarev
In order to correctly print executable name in various error messages, pass argv[0] to error_exit() function. This way, error messages will refer to actual executable name, which may be different from 'qemu-img'. For subcommands, pass original command name from the qemu-img argv[0], plus the subco

[PATCH 03/27] qemu-img: global option processing and error printing

2024-04-24 Thread Michael Tokarev
In order to correctly print executable name in various error messages, pass argv[0] to error_exit() function. This way, error messages will refer to actual executable name, which may be different from 'qemu-img'. For subcommands, pass original command name from the qemu-img argv[0], plus the subco