Re: [PATCH 14/16] xen/arm64: mm: Add memory to the boot allocator first

2022-06-03 Thread Stefano Stabellini
On Fri, 20 May 2022, Julien Grall wrote: > From: Julien Grall > > Currently, memory is added to the boot allocator after the xenheap > mappings are done. This will break if the first mapping is more than > 512GB of RAM. > > In addition to that, a follow-up patch will rework setup_xenheap_mapping

Re: [PATCH 14/16] xen/arm64: mm: Add memory to the boot allocator first

2022-05-26 Thread Luca Fancellu
> On 20 May 2022, at 13:09, Julien Grall wrote: > > From: Julien Grall > > Currently, memory is added to the boot allocator after the xenheap > mappings are done. This will break if the first mapping is more than > 512GB of RAM. > > In addition to that, a follow-up patch will rework setup_xe