Re: [PATCH v3 7/8] KVM: VMX: Move common VT getters/converters to common.h
From: Binbin Wu
Date: Thu Sep 03 2026 - 22:57:37 EST
On 9/4/2026 9:03 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.
>
> Reviewed-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
> Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>
> Tested-by: Kai Huang <kai.huang@xxxxxxxxx>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Reviewed-by: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>