KVM: arm64: Convert to the gfn-based MMU notifier callbacks
mainline inclusion from mainline-v5.13-rc1 commit cd4c7183 category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I7S3VQ CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cd4c7183522817087278b3e000b8a888f9f91b5c ---------------------------------------------------------------------- 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. Reviewed-by:Marc Zyngier <maz@kernel.org> Tested-by:
Marc Zyngier <maz@kernel.org> Signed-off-by:
Sean Christopherson <seanjc@google.com> Message-Id: <20210402005658.3024832-4-seanjc@google.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Yu Zhang <yu.c.zhang@linux.intel.com>
Loading
Please sign in to comment