55d5ad26bf
Add a driver that filters SMCs during running KVM in protected mode. This patch has the skeleton for the driver and its config, and the logic is added in next patches. Bug: 278009271 Bug: 357781595 Change-Id: I76b7f0c1fab49f38700d22a161c7cc92730f81a1 Signed-off-by: Mostafa Saleh <smostafa@google.com> Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
hyp-obj-y := pkvm-smc.o
|
|
include $(srctree)/arch/arm64/kvm/hyp/nvhe/Makefile.module
|