summaryrefslogtreecommitdiff
path: root/drivers/virt/coco/pkvm-guest/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon1-0/+2
Implement a pKVM protected guest driver to probe the presence of pKVM and determine the memory protection granule using the HYP_MEMINFO hypercall. Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20240830130150.8568-3-will@kernel.org Signed-off-by: Will Deacon <will@kernel.org>