Re: [PATCH v10 0/9] populate/unpopulate memory when domain on static allocation

2022-08-24 Thread Julien Grall
Hi Penny, On 16/08/2022 03:36, Penny Zheng wrote: Penny Zheng (9): xen/arm: rename PGC_reserved to PGC_static This was committed by Jan a week ago. And ... xen: do not merge reserved pages in free_heap_pages() xen: add field "flags" to cover all internal CDF_XXX ... I have commit

[PATCH v10 0/9] populate/unpopulate memory when domain on static allocation

2022-08-15 Thread Penny Zheng
Today when a domain unpopulates the memory on runtime, they will always hand the memory over to the heap allocator. And it will be a problem if it is a static domain. Pages used as guest RAM for static domain shall always be reserved to this domain only, and not be used for any other purposes, so t