Re: [PATCH v2 7/8] KVM: VMX: Move common VT getters/converters to common.h
From: Xiaoyao Li
Date: Thu Aug 27 2026 - 08:04:13 EST
On 8/27/2026 1:12 AM, Sean Christopherson wrote:
Move the "to" vCPU converters and common exit information getters from
vmx.h to common.h to capture that they are indeed common VT code. Defer
renaming their prefixes to isolate the code movement from the massive
churn that will result from said renaming.
No functional change intended.
Signed-off-by: Sean Christopherson<seanjc@xxxxxxxxxx>
Reviewed-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>