aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/pmu_intel.c
diff options
context:
space:
mode:
authorGravatar Paolo Bonzini <pbonzini@redhat.com> 2023-07-01 07:20:04 -0400
committerGravatar Paolo Bonzini <pbonzini@redhat.com> 2023-07-01 07:20:04 -0400
commit255006adb3da71bb75c334453786df781b415f54 (patch)
treedc9030af6576d97f8b7489310f76e7406dfb4afb /arch/x86/kvm/vmx/pmu_intel.c
parentMerge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD (diff)
parentKVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares (diff)
downloadlinux-255006adb3da71bb75c334453786df781b415f54.tar.gz
linux-255006adb3da71bb75c334453786df781b415f54.tar.bz2
linux-255006adb3da71bb75c334453786df781b415f54.zip
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
KVM VMX changes for 6.5: - Fix missing/incorrect #GP checks on ENCLS - Use standard mmu_notifier hooks for handling APIC access page - Misc cleanups
Diffstat (limited to 'arch/x86/kvm/vmx/pmu_intel.c')
-rw-r--r--arch/x86/kvm/vmx/pmu_intel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/vmx/pmu_intel.c b/arch/x86/kvm/vmx/pmu_intel.c
index 30ec9ccdea47..80c769c58a87 100644
--- a/arch/x86/kvm/vmx/pmu_intel.c
+++ b/arch/x86/kvm/vmx/pmu_intel.c
@@ -385,8 +385,6 @@ static int intel_pmu_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr_info)
}
break;
case MSR_IA32_DS_AREA:
- if (msr_info->host_initiated && data && !guest_cpuid_has(vcpu, X86_FEATURE_DS))
- return 1;
if (is_noncanonical_address(data, vcpu))
return 1;