On 9/5/22 22:55, Philippe Mathieu-Daudé wrote: > On 5/9/22 17:55, Claudio Fontana wrote: >> mayfail is always passed as false for every invocation throughout the >> program. >> It controls whether to printf or not to printf an error on >> g_module_open failure. >> >> Remove this unused argument. >> >> Signed-off-by: Claudio Fontana <cfont...@suse.de> >> --- >> include/qemu/module.h | 8 ++++---- >> softmmu/qtest.c | 2 +- >> util/module.c | 20 +++++++++----------- >> 3 files changed, 14 insertions(+), 16 deletions(-) > > Why RFC?
Maybe there was some obscure way the parameter was intended to be used by someone, somewhere :-) > > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> Ciao, C