aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index cae5b12bf93..6aace61fdb6 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -1038,6 +1038,7 @@ int kvm_get_msr_common(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata)
1038 case MSR_P6_EVNTSEL0: 1038 case MSR_P6_EVNTSEL0:
1039 case MSR_P6_EVNTSEL1: 1039 case MSR_P6_EVNTSEL1:
1040 case MSR_K7_EVNTSEL0: 1040 case MSR_K7_EVNTSEL0:
1041 case MSR_K8_INT_PENDING_MSG:
1041 data = 0; 1042 data = 0;
1042 break; 1043 break;
1043 case MSR_MTRRcap: 1044 case MSR_MTRRcap: