Re: [PATCH v3 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API

2020-09-02 Thread Gavin Shan
Hi Will, On 8/25/20 7:39 PM, Will Deacon wrote: From: Quentin Perret Convert stage2_flush_memslot() to call the kvm_pgtable_stage2_flush() function of the generic page-table code instead of walking the page-table directly. Cc: Marc Zyngier Signed-off-by: Quentin Perret Signed-off-by: Will D

[PATCH v3 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API

2020-08-25 Thread Will Deacon
From: Quentin Perret Convert stage2_flush_memslot() to call the kvm_pgtable_stage2_flush() function of the generic page-table code instead of walking the page-table directly. Cc: Marc Zyngier Signed-off-by: Quentin Perret Signed-off-by: Will Deacon --- arch/arm64/kvm/mmu.c | 13 +