Re: [PATCH 5/7] xen/arm: Rework heap page allocation outside allocate_bank_memory

2024-05-09 Thread Michal Orzel
Hi Luca, On 23/04/2024 10:25, Luca Fancellu wrote: > > > The function allocate_bank_memory allocates pages from the heap and > map them to the guest using guest_physmap_add_page. s/map/maps > > As a preparation work to support static shared memory bank when the > host physical address is not

[PATCH 5/7] xen/arm: Rework heap page allocation outside allocate_bank_memory

2024-04-23 Thread Luca Fancellu
The function allocate_bank_memory allocates pages from the heap and map them to the guest using guest_physmap_add_page. As a preparation work to support static shared memory bank when the host physical address is not provided, Xen needs to allocate memory from the heap, so rework