mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-19 00:20:59 +00:00

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>
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
config ARM_PKVM_GUEST
|
|
bool "Arm pKVM protected guest driver"
|
|
depends on ARM64
|
|
help
|
|
Protected guests running under the pKVM hypervisor on arm64
|
|
are isolated from the host and must issue hypercalls to enable
|
|
interaction with virtual devices. This driver implements
|
|
support for probing and issuing these hypercalls.
|
|
|
|
If unsure, say 'N'.
|