Re: [PULL 12/12] accel: abort if we fail to load the accelerator plugin

2022-11-07 Thread Claudio Fontana
Hi all, and thanks Paolo for taking care of this series, I think I noticed something that seems off: On 11/6/22 09:51, Paolo Bonzini wrote: > From: Claudio Fontana > > if QEMU is configured with modules enabled, it is possible that the > load of an accelerator module will fail. > Exit in this

[PULL 12/12] accel: abort if we fail to load the accelerator plugin

2022-11-06 Thread Paolo Bonzini
From: Claudio Fontana if QEMU is configured with modules enabled, it is possible that the load of an accelerator module will fail. Exit in this case, relying on module_object_class_by_name to report the specific load error if any. Signed-off-by: Claudio Fontana Reviewed-by: Richard Henderson