Files
Mostafa Saleh 55d5ad26bf ANDROID: misc: pkvm_smc: Add pKVM SMC filter driver
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>
2025-01-23 03:09:15 -08:00

3 lines
83 B
Makefile

hyp-obj-y := pkvm-smc.o
include $(srctree)/arch/arm64/kvm/hyp/nvhe/Makefile.module