KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
authorSean Christopherson <seanjc@google.com>
Tue, 10 Jun 2025 22:57:13 +0000 (15:57 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:05:40 +0000 (13:05 -0700)
commit925149b6d054046cc0b61e89596245f58e884575
treef1b39c96fce34e1f06a3d27c791970b816005649
parentb1bccf78839080a93898342cf1a613c38e871f75
KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs

Rename nested_svm_vmrun_msrpm() to nested_svm_merge_msrpm() to better
capture its role, and opportunistically feed it @vcpu instead of @svm, as
grabbing "svm" only to turn around and grab svm->vcpu is rather silly.

No functional change intended.

Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Link: https://lore.kernel.org/r/20250610225737.156318-9-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/nested.c
arch/x86/kvm/svm/svm.c