Hi Henry, On 07/09/2022 15:35, Henry Wang wrote:
With the static heap setup, keep using xenheap_* in the function setup_xenheap_mappings() will make the code confusing to read, because we always need to map the full RAM on Arm64. Therefore, renaming all "xenheap_*" variables to "directmap_*" to make clear the area is used to access the RAM easily.
You are also renaming a function. So I think it should be clarified in the commit message.
With that: Acked-by: Julien Grall <jgr...@amazon.com> Cheers, -- Julien Grall