]> git.proxmox.com Git - mirror_qemu.git/commit
accel: abort if we fail to load the accelerator plugin
authorClaudio Fontana <cfontana@suse.de>
Thu, 29 Sep 2022 09:30:35 +0000 (11:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 6 Nov 2022 08:48:50 +0000 (09:48 +0100)
commit5141e9a23fc9a890d66a5700920a5ffd8885121f
tree47682d06b1dad406adcd23ddc40073eaa6b1b726
parent971974f0a9745a5163e1c825d38da03118054ae2
accel: abort if we fail to load the accelerator plugin

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 <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[claudio: changed abort() to exit(1)]
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220929093035.4231-6-cfontana@suse.de>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/accel-softmmu.c