Files
Keir Fraser 9d6f55bedc ANDROID: virtio_balloon: Replace generic mem_relinquish api with a driver-specific alternative
The old API was used only by virtio_balloon, and this way we end up
less scattered around the kernel tree.

Bug: 381400679
Bug: 357781595
Change-Id: Ic896d1da83565cc260567b5a1183e94a4d13daab
Signed-off-by: Keir Fraser <keirf@google.com>
2025-03-17 10:06:53 +00:00

12 lines
392 B
Plaintext

config ARM_PKVM_GUEST
bool "Arm pKVM protected guest driver"
depends on ARM64
select ARCH_HAS_VIRTIO_BALLOON_HYP_OPS
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'.