]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
authorSean Christopherson <seanjc@google.com>
Tue, 10 Jun 2025 22:57:25 +0000 (15:57 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:07:30 +0000 (13:07 -0700)
commit4ceca57e3f2025936644abac6afafa59d3cc15be
tree3128031fe13db9323827560f72da56b90b9347cc
parent160f143cc1317a599ef44c8d35a1328f2dd7a14d
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()

Rename msr_filter_changed() to recalc_msr_intercepts() and drop the
trampoline wrapper now that both SVM and VMX use a filter-agnostic recalc
helper to react to the new userspace filter.

No functional change intended.

Reviewed-by: Xin Li (Intel) <xin@zytor.com>
Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com>
Link: https://lore.kernel.org/r/20250610225737.156318-21-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