On Wed, Nov 09, 2022, Paolo Bonzini wrote:
Continue moving all accesses to struct vcpu_svm directly in vmenter.S. This limits the confusion due to different registers used for argument passing in 32- and 64-bit ABIs.
It is not strictly necessary for __svm_sev_es_vcpu_run, but staying
It's not strictly necessary at all ;-)
__svm_sev_es_vcpu_run()
consistent is a good idea since it makes __svm_sev_es_vcpu_run a
__svm_sev_es_vcpu_run()
stripped version of _svm_vcpu_run.
Missed an underscore. And parantheses.
No functional change intended.
Cc: stable@vger.kernel.org Fixes: a149180fbcf3 ("x86: Add magic AMD return-thunk") Signed-off-by: Paolo Bonzini pbonzini@redhat.com
Reviewed-by: Sean Christopherson seanjc@google.com