KVM: Expose MCE control MSRs to userspace
[deliverable/linux.git] / arch / x86 / kvm / x86.c
index d721e2d81a53a0f84580e4f93e40fb05c2c18ffb..eb55ec55125c27963e1c72e39304474f1d06ce42 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)
This page took 0.02583 seconds and 5 git commands to generate.