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
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