Home
last modified time | relevance | path

Searched hist:"82 bd4ca3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dkvm.h82bd4ca3 Sun May 16 12:01:46 CDT 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic

kvm_on_sigbus() and kvm_on_sigbus_vcpu() prototypes don't have
to be target specific. Remove this limitation to be able to build
softmmu/cpus.c once for all targets.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220207075426.81934-7-f4bug@amsat.org>