]> git.proxmox.com Git - mirror_qemu.git/commit - kvm-all.c
KVM: remove kvm_arch_on_sigbus
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Feb 2017 09:04:34 +0000 (10:04 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Mar 2017 15:40:02 +0000 (16:40 +0100)
commit4d39892cca86a9162beaa3944057d118ef42edcd
tree4848f257f09d798d7ab35b3a3ced3e089ca2417a
parenta16fc07ebd58da51d5e1c2928069879c40a26f59
KVM: remove kvm_arch_on_sigbus

Build it on kvm_arch_on_sigbus_vcpu instead.  They do the same
for "action optional" SIGBUSes, and the main thread should never get
"action required" SIGBUSes because it blocks the signal.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/kvm.h
kvm-all.c
target/arm/kvm.c
target/i386/kvm.c
target/mips/kvm.c
target/ppc/kvm.c
target/s390x/kvm.c