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? Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>