[PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions

2022-10-20 Thread Juergen Gross via Virtualization
There are some paravirt assembler functions which are sharing a common pattern. Introduce a macro DEFINE_PARAVIRT_ASM() for creating them. The explicit _paravirt_nop() prototype in paravirt.c isn't needed, as it is included in paravirt_types.h already. Signed-off-by: Juergen Gross --- arch/x86/

Re: [PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions

2022-11-07 Thread Juergen Gross via Virtualization
Ping? On 20.10.22 11:19, Juergen Gross wrote: There are some paravirt assembler functions which are sharing a common pattern. Introduce a macro DEFINE_PARAVIRT_ASM() for creating them. The explicit _paravirt_nop() prototype in paravirt.c isn't needed, as it is included in paravirt_types.h alrea

Re: [PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions

2022-11-08 Thread Srivatsa S. Bhat
Hi Juergen, Sorry for the delay in reviewing this patch! On 10/20/22 2:19 AM, Juergen Gross wrote: > There are some paravirt assembler functions which are sharing a common > pattern. Introduce a macro DEFINE_PARAVIRT_ASM() for creating them. > > The explicit _paravirt_nop() prototype in paravirt

Re: [PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions

2022-11-08 Thread Juergen Gross via Virtualization
On 09.11.22 06:16, Srivatsa S. Bhat wrote: Hi Juergen, Sorry for the delay in reviewing this patch! On 10/20/22 2:19 AM, Juergen Gross wrote: There are some paravirt assembler functions which are sharing a common pattern. Introduce a macro DEFINE_PARAVIRT_ASM() for creating them. The explicit