MCE: Relay UCR MCE to guest
authorMarcelo Tosatti <mtosatti@redhat.com>
Mon, 11 Oct 2010 18:31:21 +0000 (15:31 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 21:15:04 +0000 (16:15 -0500)
commit482beaae5ed7b44518dc396da1a83315e41c2f25
tree6a34d8986e474edd0ba63dd283cda22d31436dc3
parent0ecb50346d5f3d62b22df6fbcbc4b933b65dcbb5
MCE: Relay UCR MCE to guest

Port qemu-kvm's

commit 4b62fff1101a7ad77553147717a8bd3bf79df7ef
Author: Huang Ying <ying.huang@intel.com>
Date:   Mon Sep 21 10:43:25 2009 +0800

    MCE: Relay UCR MCE to guest

    UCR (uncorrected recovery) MCE is supported in recent Intel CPUs,
    where some hardware error such as some memory error can be reported
    without PCC (processor context corrupted). To recover from such MCE,
    the corresponding memory will be unmapped, and all processes accessing
    the memory will be killed via SIGBUS.

    For KVM, if QEMU/KVM is killed, all guest processes will be killed
    too. So we relay SIGBUS from host OS to guest system via a UCR MCE
    injection. Then guest OS can isolate corresponding memory and kill
    necessary guest processes only. SIGBUS sent to main thread (not VCPU
    threads) will be broadcast to all VCPU threads as UCR MCE.

aliguori: fix build

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpus.c
kvm-stub.c
kvm.h
target-i386/cpu.h
target-i386/helper.c
target-i386/kvm.c
target-i386/kvm_x86.h