From 83123519b2e5074d464b1ce5369c3912628ba605 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Wed, 7 Jul 2010 14:09:38 +0300 Subject: [PATCH] --- yaml --- r: 202404 b: refs/heads/master c: 908e75f3e70ca580cc20442cf6780dcc2d0557b7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/x86.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ce64dcf99434..7ac194e51cfd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aea924f606c309feead37ab5c43f410a08ff3826 +refs/heads/master: 908e75f3e70ca580cc20442cf6780dcc2d0557b7 diff --git a/trunk/arch/x86/kvm/x86.c b/trunk/arch/x86/kvm/x86.c index d721e2d81a53..eb55ec55125c 100644 --- a/trunk/arch/x86/kvm/x86.c +++ b/trunk/arch/x86/kvm/x86.c @@ -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)