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

2022-09-26 Thread Claudio Fontana
On 9/26/22 12:56, Kevin Wolf wrote: > Am 26.09.2022 um 09:58 hat Claudio Fontana geschrieben: >> On 9/24/22 14:35, Philippe Mathieu-Daudé via wrote: >>> On 24/9/22 01:21, Claudio Fontana wrote: if QEMU is configured with modules enabled, it is possible that the load of an accelerator modu

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

2022-09-26 Thread Kevin Wolf
Am 26.09.2022 um 09:58 hat Claudio Fontana geschrieben: > On 9/24/22 14:35, Philippe Mathieu-Daudé via wrote: > > On 24/9/22 01:21, 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,

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

2022-09-26 Thread Claudio Fontana
On 9/24/22 14:35, Philippe Mathieu-Daudé via wrote: > On 24/9/22 01:21, 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 v6 5/5] accel: abort if we fail to load the accelerator plugin

2022-09-24 Thread Philippe Mathieu-Daudé via
On 24/9/22 01:21, 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 v6 5/5] 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