KVM: SVM: Merge "after set CPUID" intercept recalc helpers
authorSean Christopherson <seanjc@google.com>
Tue, 10 Jun 2025 22:57:28 +0000 (15:57 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:07:32 +0000 (13:07 -0700)
commit4880919aaf8d4beda81746909559578544387728
treedcd880ff053becd54ebcf02f1a7e65ff2445c60b
parent40ba80e4b04364bc5ee7991d6a41475ef8c4e8a1
KVM: SVM: Merge "after set CPUID" intercept recalc helpers

Merge svm_recalc_intercepts_after_set_cpuid() and
svm_recalc_instruction_intercepts() such that the "after set CPUID" helper
simply invokes the type-specific helpers (MSRs vs. instructions), i.e.
make svm_recalc_intercepts_after_set_cpuid() a single entry point for all
intercept updates that need to be performed after a CPUID change.

No functional change intended.

Link: https://lore.kernel.org/r/20250610225737.156318-24-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/svm.c