commit | 4d39892cca86a9162beaa3944057d118ef42edcd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 09 10:04:34 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 03 16:40:02 2017 +0100 |
tree | 4848f257f09d798d7ab35b3a3ced3e089ca2417a | |
parent | a16fc07ebd58da51d5e1c2928069879c40a26f59 [diff] |
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>