]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/ppc/kvm.c
KVM: do not use sigtimedwait to catch SIGBUS
[mirror_qemu.git] / target / ppc / kvm.c
index acc40ece65a5a120009253e24028edf91c10b65d..03f5097eabc794299ae42a6f02ad628d65e98384 100644 (file)
@@ -2582,16 +2582,6 @@ bool kvm_arch_stop_on_emulation_error(CPUState *cpu)
     return true;
 }
 
-int kvm_arch_on_sigbus_vcpu(CPUState *cpu, int code, void *addr)
-{
-    return 1;
-}
-
-int kvm_arch_on_sigbus(int code, void *addr)
-{
-    return 1;
-}
-
 void kvm_arch_init_irq_routing(KVMState *s)
 {
 }