Re: [PATCH v3 12/19] xen/arm: mm: Allow page-table allocation from the boot allocator

2022-04-05 Thread Stefano Stabellini
On Mon, 21 Feb 2022, Julien Grall wrote: > From: Julien Grall > > At the moment, page-table can only be allocated from domheap. This means > it is not possible to create mapping in the page-tables via > map_pages_to_xen() if page-table needs to be allocated. > > In order to avoid open-coding pag

[PATCH v3 12/19] xen/arm: mm: Allow page-table allocation from the boot allocator

2022-02-21 Thread Julien Grall
From: Julien Grall At the moment, page-table can only be allocated from domheap. This means it is not possible to create mapping in the page-tables via map_pages_to_xen() if page-table needs to be allocated. In order to avoid open-coding page-tables update in early boot, we need to be able to al