Re: [PATCH v3 05/18] xen/arm: Clean-up the memory layout

2022-12-13 Thread Michal Orzel
On 13/12/2022 11:57, Michal Orzel wrote: > > > Hi Julien, > > On 12/12/2022 10:55, Julien Grall wrote: >> >> >> From: Julien Grall >> >> In a follow-up patch, the base address for the common mappings will >> vary between arm32 and arm64. To avoid any duplication, define >> every mapping in t

Re: [PATCH v3 05/18] xen/arm: Clean-up the memory layout

2022-12-13 Thread Michal Orzel
Hi Julien, On 12/12/2022 10:55, Julien Grall wrote: > > > From: Julien Grall > > In a follow-up patch, the base address for the common mappings will > vary between arm32 and arm64. To avoid any duplication, define > every mapping in the common region from the previous one. > > Take the opport