Re: [PATCH v6 2/7] SVM: convert entry point annotations

2024-02-07 Thread Andrew Cooper
On 07/02/2024 1:37 pm, Jan Beulich wrote: > Use the generic framework from xen/linkage.h. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[PATCH v6 2/7] SVM: convert entry point annotations

2024-02-07 Thread Jan Beulich
Use the generic framework from xen/linkage.h. Signed-off-by: Jan Beulich --- v6: New. --- a/xen/arch/x86/hvm/svm/entry.S +++ b/xen/arch/x86/hvm/svm/entry.S @@ -24,7 +24,7 @@ #include #include -ENTRY(svm_asm_do_resume) +FUNC(svm_asm_do_resume) GET_CURRENT(bx) .Lsvm_do_resume: