commit | 2ae41db262e02743b27719fe085e749d957613c0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 08 12:48:54 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 03 16:40:02 2017 +0100 |
tree | 2f250d65d9a20985f56a574f7c5f4ee81e48437b | |
parent | 4d39892cca86a9162beaa3944057d118ef42edcd [diff] |
KVM: do not use sigtimedwait to catch SIGBUS Call kvm_on_sigbus_vcpu asynchronously from the VCPU thread. Information for the SIGBUS can be stored in thread-local variables and processed later in kvm_cpu_exec. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>