KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
authorQuentin Perret <qperret@google.com>
Fri, 19 Mar 2021 10:01:19 +0000 (10:01 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 19 Mar 2021 12:01:20 +0000 (12:01 +0000)
commit40d9e41e525c13d07bc72d49968926f4502e5b33
tree7b2d69f0bb7c9c944c719fc6b5474ba30bdebbbb
parente759604087231c672f91564cc805336e70d333a0
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp

In order to use the kernel list library at EL2, introduce stubs for the
CONFIG_DEBUG_LIST out-of-lines calls.

Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Quentin Perret <qperret@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210319100146.1149909-12-qperret@google.com
arch/arm64/kvm/hyp/nvhe/Makefile
arch/arm64/kvm/hyp/nvhe/stub.c [new file with mode: 0644]