Re: [PATCH v2 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
From: Tom Lendacky
Date: Mon Aug 05 2024 - 11:36:39 EST
On 8/2/24 13:19, Sean Christopherson wrote:
> Rename all APIs related to feature MSRs from get_feature_msr() to
s/get_feature_msr/get_msr_feature/
Thanks,
Tom
> get_feature_msr(). The APIs get "feature MSRs", not "MSR features".
> And unlike kvm_{g,s}et_msr_common(), the "feature" adjective doesn't
> describe the helper itself.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>