Re: [PATCH v7 5/5] accel: abort if we fail to load the accelerator plugin

2022-09-28 Thread Markus Armbruster
Claudio Fontana writes: > if QEMU is configured with modules enabled, it is possible that the > load of an accelerator module will fail. > Abort 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:

[PATCH v7 5/5] accel: abort if we fail to load the accelerator plugin

2022-09-27 Thread Claudio Fontana
if QEMU is configured with modules enabled, it is possible that the load of an accelerator module will fail. Abort 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 [claudio: changed