Re: [PATCH v3 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API

2020-09-02 Thread Gavin Shan
Hi Will, On 8/25/20 7:39 PM, Will Deacon wrote: Convert the page-aging functions and access fault handler to use the generic page-table code instead of walking the page-table directly. Cc: Marc Zyngier Cc: Quentin Perret Signed-off-by: Will Deacon --- arch/arm64/kvm/mmu.c | 74 ++--

[PATCH v3 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API

2020-08-25 Thread Will Deacon
Convert the page-aging functions and access fault handler to use the generic page-table code instead of walking the page-table directly. Cc: Marc Zyngier Cc: Quentin Perret Signed-off-by: Will Deacon --- arch/arm64/kvm/mmu.c | 74 ++-- 1 file changed, 16