KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2
authorKeir Fraser <keirf@google.com>
Mon, 31 Jan 2022 12:40:53 +0000 (12:40 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 8 Feb 2022 15:28:19 +0000 (15:28 +0000)
commit4c68d6c0a1757139c791ccf1a781cbd81e35a063
tree731c6c52f86f12169b70b079102c2044294b5ab0
parentdfefa04a90cf9a20090cfa096153d64f95b7e33f
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2

Currently the check functions are stubbed out at EL2. Implement
versions suitable for the constrained EL2 environment.

Signed-off-by: Keir Fraser <keirf@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220131124114.3103337-1-keirf@google.com
arch/arm64/kvm/hyp/nvhe/Makefile
arch/arm64/kvm/hyp/nvhe/list_debug.c [new file with mode: 0644]
arch/arm64/kvm/hyp/nvhe/stub.c [deleted file]