[PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables

2020-08-25 Thread Will Deacon
Introduce alloc() and free() functions to the generic page-table code for guest stage-2 page-tables and plumb these into the existing KVM page-table allocator. Subsequent patches will convert other operations within the KVM allocator over to the generic code. Cc: Marc Zyngier Cc: Quentin Perret

Re: [PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables

2020-09-01 Thread Gavin Shan
Hi Will, On 8/25/20 7:39 PM, Will Deacon wrote: Introduce alloc() and free() functions to the generic page-table code for guest stage-2 page-tables and plumb these into the existing KVM page-table allocator. Subsequent patches will convert other operations within the KVM allocator over to the ge

Re: [PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables

2020-09-02 Thread Will Deacon
On Wed, Sep 02, 2020 at 04:40:03PM +1000, Gavin Shan wrote: > On 8/25/20 7:39 PM, Will Deacon wrote: > > Introduce alloc() and free() functions to the generic page-table code > > for guest stage-2 page-tables and plumb these into the existing KVM > > page-table allocator. Subsequent patches will co