Re: [PATCH v5 4/8] Arm: annotate entry points with type and size

2024-03-15 Thread Julien Grall
Hi Jan, On 22/01/2024 13:22, Jan Beulich wrote: On 15.01.2024 15:36, Jan Beulich wrote: Use the generic framework in xen/linkage.h. No change in generated code except for the changed padding value (noticable when config.gz isn't a multiple of 4 in size). Plus of course the converted symbols

Re: [PATCH v5 4/8] Arm: annotate entry points with type and size

2024-01-22 Thread Jan Beulich
On 15.01.2024 15:36, Jan Beulich wrote: > Use the generic framework in xen/linkage.h. No change in generated code > except for the changed padding value (noticable when config.gz isn't a > multiple of 4 in size). Plus of course the converted symbols change to > be hidden ones. > > Note that

[PATCH v5 4/8] Arm: annotate entry points with type and size

2024-01-15 Thread Jan Beulich
Use the generic framework in xen/linkage.h. No change in generated code except for the changed padding value (noticable when config.gz isn't a multiple of 4 in size). Plus of course the converted symbols change to be hidden ones. Note that ASM_INT() is switched to DATA(), not DATA_LOCAL(), as the