]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
authorSean Christopherson <seanjc@google.com>
Fri, 2 Aug 2024 18:19:30 +0000 (11:19 -0700)
committerSean Christopherson <seanjc@google.com>
Thu, 22 Aug 2024 19:06:56 +0000 (12:06 -0700)
commitb848f24bd74a699745c1145e8cb707884d80694e
treec5abd6dc34e4467cb9ebd2e6d16c981e1c61b906
parent74c6c98a598a1fa650f9f8dfb095d66e987ed9cf
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()

Rename all APIs related to feature MSRs from get_msr_feature() to
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.

Link: https://lore.kernel.org/r/20240802181935.292540-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm-x86-ops.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/main.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/x86_ops.h
arch/x86/kvm/x86.c