Now that the infrastructure is in place for arm64 to support guest private memory, enable it in the arm64 kernel configuration. Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> --- arch/arm64/kvm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig index 6c3c8ca73e7f..559eb9d34447 100644 --- a/arch/arm64/kvm/Kconfig +++ b/arch/arm64/kvm/Kconfig @@ -40,6 +40,8 @@ menuconfig KVM select SCHED_INFO select GUEST_PERF_EVENTS if PERF_EVENTS select XARRAY_MULTI + select KVM_GENERIC_PRIVATE_MEM + select KVM_GENERIC_PRIVATE_MEM_MAPPABLE help Support hosting virtualized guest machines. -- 2.44.0.rc1.240.g4c46232300-goog