Re: [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level

2021-07-28 Thread Marc Zyngier
Hi Alex, On Tue, 27 Jul 2021 16:25:34 +0100, Alexandru Elisei wrote: > > Hi Marc, > > On 7/26/21 4:35 PM, Marc Zyngier wrote: > > It is becoming a common need to fetch the PTE for a given address > > together with its level. Add such a helper. > > > > Signed-off-by: Marc Zyngier > > --- > > a

Re: [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level

2021-07-27 Thread Alexandru Elisei
Hi Marc, On 7/26/21 4:35 PM, Marc Zyngier wrote: > It is becoming a common need to fetch the PTE for a given address > together with its level. Add such a helper. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/include/asm/kvm_pgtable.h | 19 ++ > arch/arm64/kvm/hyp/pgtable.c

Re: [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level

2021-07-27 Thread Quentin Perret
On Monday 26 Jul 2021 at 16:35:47 (+0100), Marc Zyngier wrote: > It is becoming a common need to fetch the PTE for a given address > together with its level. Add such a helper. Reviewed-by: Quentin Perret Thanks, Quentin ___ kvmarm mailing list kvmarm@

[PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level

2021-07-26 Thread Marc Zyngier
It is becoming a common need to fetch the PTE for a given address together with its level. Add such a helper. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_pgtable.h | 19 ++ arch/arm64/kvm/hyp/pgtable.c | 39 2 files changed, 58 inse