Nit, () on function names. Maybe I should offer to buy you a beer every time you remember to add parantheses :-)
On Wed, Nov 09, 2022, Paolo Bonzini wrote:
Since registers are reachable through vcpu_svm, and we will need to access more fields of that struct, pass it instead of the regs[] array.
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