[GIT PULL] KVM: VMX change for 6.13
From: Sean Christopherson
Date: Tue Nov 12 2024 - 15:45:04 EST
One lonely, comically small VMX change for 6.13.
The following changes since commit 5cb1659f412041e4780f2e8ee49b2e03728a2ba6:
Merge branch 'kvm-no-struct-page' into HEAD (2024-10-25 13:38:16 -0400)
are available in the Git repository at:
https://github.com/kvm-x86/linux.git tags/kvm-x86-vmx-6.13
for you to fetch changes up to bc17fccb37c8c100e3390e429e952330fd7cab1e:
KVM: VMX: Remove the unused variable "gpa" in __invept() (2024-10-30 12:28:37 -0700)
----------------------------------------------------------------
KVM VMX change for 6.13
- Remove __invept()'s unused @gpa param, which was left behind when KVM
dropped code for invalidating a specific GPA (Intel never officially
documented support for single-address INVEPT; presumably pre-production
CPUs supported it at some point).
----------------------------------------------------------------
Yan Zhao (1):
KVM: VMX: Remove the unused variable "gpa" in __invept()
arch/x86/kvm/vmx/vmx.c | 5 ++---
arch/x86/kvm/vmx/vmx_ops.h | 16 ++++++++--------
2 files changed, 10 insertions(+), 11 deletions(-)