[PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2

2021-03-02 Thread Quentin Perret
Extend the memory pool allocated for the hypervisor to include enough pages to map all of memory at page granularity for the host stage 2. While at it, also reserve some memory for device mappings. Signed-off-by: Quentin Perret --- arch/arm64/kvm/hyp/include/nvhe/mm.h | 23 ++

Re: [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2

2021-03-04 Thread Will Deacon
On Tue, Mar 02, 2021 at 02:59:54PM +, Quentin Perret wrote: > Extend the memory pool allocated for the hypervisor to include enough > pages to map all of memory at page granularity for the host stage 2. > While at it, also reserve some memory for device mappings. > > Signed-off-by: Quentin Per

Re: [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2

2021-03-05 Thread Quentin Perret
On Thursday 04 Mar 2021 at 19:49:53 (+), Will Deacon wrote: > On Tue, Mar 02, 2021 at 02:59:54PM +, Quentin Perret wrote: > > Extend the memory pool allocated for the hypervisor to include enough > > pages to map all of memory at page granularity for the host stage 2. > > While at it, also