KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 8 Oct 2018 05:31:17 +0000 (16:31 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 9 Oct 2018 05:04:27 +0000 (16:04 +1100)
commit83a055104eaf89589582659737ff5bf6eed63ac4
tree4eb46ed6e4e9d564a62a4dc900703fd7b9a9de9e
parentde760db4d9d7b3e735dbc7e4e3fa2c00909abe7c
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs

This adds a list of valid shadow PTEs for each nested guest to
the 'radix' file for the guest in debugfs.  This can be useful for
debugging.

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/kvm_book3s_64.h
arch/powerpc/kvm/book3s_64_mmu_radix.c
arch/powerpc/kvm/book3s_hv_nested.c