Re: [PATCH v6 08/15] xen/page_alloc: introduce init_free_page_fields() helper

2024-02-01 Thread Jan Beulich
On 29.01.2024 18:18, Carlo Nonato wrote: > Introduce a new helper to initialize fields that have different uses for > free pages. > > Signed-off-by: Carlo Nonato Acked-by: Jan Beulich

[PATCH v6 08/15] xen/page_alloc: introduce init_free_page_fields() helper

2024-01-29 Thread Carlo Nonato
Introduce a new helper to initialize fields that have different uses for free pages. Signed-off-by: Carlo Nonato --- v6: - Carlo Nonato as the only signed-off-by v5: - new patch --- xen/common/page_alloc.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git