From b3be76b2416285f205c25461d5c82dbc76a93355 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Wed, 1 Sep 2010 10:23:35 +0300 Subject: [PATCH] --- yaml --- r: 215809 b: refs/heads/master c: e90aa41e6ca76cd7be021d4d5560e64954cd4585 h: refs/heads/master i: 215807: 499f63008a1eb2315bb21135f371b6266ef4f0b8 v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/x86.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bc9bd5d701f4..9cc2f82c2268 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eaa48512ba9df32aab8be5fceec10f3f80369379 +refs/heads/master: e90aa41e6ca76cd7be021d4d5560e64954cd4585 diff --git a/trunk/arch/x86/kvm/x86.c b/trunk/arch/x86/kvm/x86.c index d0ba857cd7cf..1c972382e5d4 100644 --- a/trunk/arch/x86/kvm/x86.c +++ b/trunk/arch/x86/kvm/x86.c @@ -739,7 +739,7 @@ static u32 msrs_to_save[] = { #ifdef CONFIG_X86_64 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, #endif - MSR_IA32_TSC, MSR_IA32_PERF_STATUS, MSR_IA32_CR_PAT, MSR_VM_HSAVE_PA + MSR_IA32_TSC, MSR_IA32_CR_PAT, MSR_VM_HSAVE_PA }; static unsigned num_msrs_to_save;