]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
authorSean Christopherson <seanjc@google.com>
Fri, 19 Sep 2025 00:33:02 +0000 (17:33 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Sep 2025 17:40:02 +0000 (13:40 -0400)
commit6560468305da263c35ff51cde1dd74d6a228b286
tree94c9f4a26cc280b60744c9229026f459a64a3478
parentd273b52b6fad95b6b00b93250151c323c19de50d
KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks

Drop the exporting of several kvm_arch_xxx() hooks that are only called
from arch-neutral code, i.e. that are only called from kvm.ko.

Link: https://lore.kernel.org/r/20250919003303.1355064-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c