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

2022-09-23 Thread Claudio Fontana
On 9/23/22 17:28, Philippe Mathieu-Daudé via wrote: > On 23/9/22 16:51, Claudio Fontana wrote: >> 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 l

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

2022-09-23 Thread Philippe Mathieu-Daudé via
On 23/9/22 16:51, Claudio Fontana wrote: 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 v5 4/4] accel: abort if we fail to load the accelerator plugin

2022-09-23 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 --- accel/accel-softmmu