RE: [PATCH v4 3/4] xen/arm: mm: Rename xenheap_* variable to directmap_*

2022-09-07 Thread Henry Wang
Hi Julien, > -Original Message- > From: Julien Grall > Subject: Re: [PATCH v4 3/4] xen/arm: mm: Rename xenheap_* variable to > directmap_* > > Hi Henry, > > On 07/09/2022 15:35, Henry Wang wrote: > > With the static heap setup, keep u

Re: [PATCH v4 3/4] xen/arm: mm: Rename xenheap_* variable to directmap_*

2022-09-07 Thread Julien Grall
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

[PATCH v4 3/4] xen/arm: mm: Rename xenheap_* variable to directmap_*

2022-09-07 Thread Henry Wang
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