Re: [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks

2021-04-12 Thread Marc Zyngier
On Fri, 02 Apr 2021 01:56:51 +0100, Sean Christopherson wrote: > > Move arm64 to the gfn-base MMU notifier APIs, which do the hva->gfn > lookup in common code. > > No meaningful functional change intended, though the exact order of > operations is slightly different since the memslot lookups occ

[PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks

2021-04-01 Thread Sean Christopherson
Move arm64 to the gfn-base MMU notifier APIs, which do the hva->gfn lookup in common code. No meaningful functional change intended, though the exact order of operations is slightly different since the memslot lookups occur before calling into arch code. Signed-off-by: Sean Christopherson --- a