KVM: Expose MCE control MSRs to userspace
authorAvi Kivity <avi@redhat.com>
Wed, 7 Jul 2010 11:09:38 +0000 (14:09 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:36 +0000 (06:40 +0300)
Userspace needs to reset and save/restore these MSRs.

The MCE banks are not exposed since their number varies from vcpu to vcpu.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

arch/x86/kvm/x86.c

index d721e2d..eb55ec5 100644 (file)
@@ -744,6 +744,8 @@ static unsigned num_msrs_to_save;
 
 static u32 emulated_msrs[] = {
        MSR_IA32_MISC_ENABLE,
+       MSR_IA32_MCG_STATUS,
+       MSR_IA32_MCG_CTL,
 };
 
 static int set_efer(struct kvm_vcpu *vcpu, u64 efer)