commit | 77db5cbd29b7cb0e0fb4fd146e7f7ac2831a025a | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Fri Oct 08 16:24:15 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:53:15 2010 +0200 |
tree | 1ea1aa2e677ed92f4ce2ec62920a6d7239b005aa | |
parent | 5854dbca9b235f8cdd414a0961018763d2d5bf77 [diff] |
KVM: MCE: Send SRAR SIGBUS directly Originally, SRAR SIGBUS is sent to QEMU-KVM via touching the poisoned page. But commit 96054569190bdec375fe824e48ca1f4e3b53dd36 prevents the signal from being sent. So now the signal is sent via force_sig_info_fault directly. [marcelo: use send_sig_info instead] Reported-by: Dean Nelson <dnelson@redhat.com> Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>