Re: [PATCH 05/11] xen/arm: Introduce helper for static memory pages

2024-03-20 Thread Michal Orzel
Hi Luca, On 12/03/2024 14:03, Luca Fancellu wrote: > > > Introduce a new helper function in the static-memory module > that can be called to manage static memory banks, this is > done to reuse the code when other modules would like to > manage static memory banks that are not part of the >

[PATCH 05/11] xen/arm: Introduce helper for static memory pages

2024-03-12 Thread Luca Fancellu
Introduce a new helper function in the static-memory module that can be called to manage static memory banks, this is done to reuse the code when other modules would like to manage static memory banks that are not part of the reserved_mem structure. Signed-off-by: Luca Fancellu ---