[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230725100844.3416164-1-foxywang@tencent.com>
Date: Tue, 25 Jul 2023 18:08:44 +0800
From: Yi Wang <up2wing@...il.com>
To: seanjc@...gle.com, pbonzini@...hat.com, tglx@...utronix.de,
mingo@...hat.com, bp@...en8.de, dave.hansen@...ux.intel.com,
hpa@...or.com
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
wanpengli@...cent.com, Yi Wang <foxywang@...cent.com>
Subject: [PATCH] kvm: vmx: fix a trivial comment in vmx_vcpu_after_set_cpuid()
The commit b6247686b7571 ("KVM: VMX: Drop caching of KVM's desired
sec exec controls for vmcs01") renamed vmx_compute_secondary_exec_control()
to vmx_secondary_exec_control(), but forgot to modify the comment.
Signed-off-by: Yi Wang <foxywang@...cent.com>
---
arch/x86/kvm/vmx/vmx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
index 0ecf4be2c6af..26d62990fea7 100644
--- a/arch/x86/kvm/vmx/vmx.c
+++ b/arch/x86/kvm/vmx/vmx.c
@@ -7722,7 +7722,7 @@ static void vmx_vcpu_after_set_cpuid(struct kvm_vcpu *vcpu)
{
struct vcpu_vmx *vmx = to_vmx(vcpu);
- /* xsaves_enabled is recomputed in vmx_compute_secondary_exec_control(). */
+ /* xsaves_enabled is recomputed in vmx_secondary_exec_control(). */
vcpu->arch.xsaves_enabled = false;
vmx_setup_uret_msrs(vmx);
--
2.39.3
Powered by blists - more mailing lists