Re: [PATCH v2 02/13] xen/bitops: Cleanup ahead of rearrangements

2024-05-31 Thread Andrew Cooper
On 27/05/2024 9:24 am, Jan Beulich wrote: > On 24.05.2024 22:03, Andrew Cooper wrote: >> * Rename __attribute_pure__ to just __pure before it gains users. >> * Introduce __constructor which is going to be used in lib/, and is >>unconditionally cf_check. >> * Identify the areas of xen/bitops.

Re: [PATCH v2 02/13] xen/bitops: Cleanup ahead of rearrangements

2024-05-27 Thread Jan Beulich
On 24.05.2024 22:03, Andrew Cooper wrote: > * Rename __attribute_pure__ to just __pure before it gains users. > * Introduce __constructor which is going to be used in lib/, and is >unconditionally cf_check. > * Identify the areas of xen/bitops.h which are a mess. > * Introduce xen/boot-chec

[PATCH v2 02/13] xen/bitops: Cleanup ahead of rearrangements

2024-05-24 Thread Andrew Cooper
* Rename __attribute_pure__ to just __pure before it gains users. * Introduce __constructor which is going to be used in lib/, and is unconditionally cf_check. * Identify the areas of xen/bitops.h which are a mess. * Introduce xen/boot-check.h as helpers for compile and boot time testing.