Re: [PATCH v6 4/7] xen/arm: static memory initialization

2021-09-08 Thread Stefano Stabellini
On Wed, 8 Sep 2021, Penny Zheng wrote: > This patch introduces static memory initialization, during system boot-up. > > The new function init_staticmem_pages is responsible for static memory > initialization. > > Helper free_staticmem_pages is the equivalent of free_heap_pages, to free > nr_mfns

[PATCH v6 4/7] xen/arm: static memory initialization

2021-09-08 Thread Penny Zheng
This patch introduces static memory initialization, during system boot-up. The new function init_staticmem_pages is responsible for static memory initialization. Helper free_staticmem_pages is the equivalent of free_heap_pages, to free nr_mfns pages of static memory. This commit also introduces