diff options
author | Claudio Fontana | 2022-09-29 11:30:35 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-11-06 09:48:50 +0100 |
commit | 5141e9a23fc9a890d66a5700920a5ffd8885121f (patch) | |
tree | 47682d06b1dad406adcd23ddc40073eaa6b1b726 /include/exec | |
parent | dmg: warn when opening dmg images containing blocks of unknown type (diff) | |
download | qemu-5141e9a23fc9a890d66a5700920a5ffd8885121f.tar.gz qemu-5141e9a23fc9a890d66a5700920a5ffd8885121f.tar.xz qemu-5141e9a23fc9a890d66a5700920a5ffd8885121f.zip |
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>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions