commit | 2ea7f655800b00b109951f22539fe2025add210b | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Tue Aug 17 09:11:20 2021 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Fri Aug 20 11:12:05 2021 +0100 |
tree | e577680a4db18464f3ff3a8b0a458b3dc3846497 | |
parent | c500bee1c5b2f1d59b1081ac879d73268ab0ff17 [diff] |
KVM: arm64: placeholder to check if VM is protected Add a function to check whether a VM is protected (under pKVM). Since the creation of protected VMs isn't enabled yet, this is a placeholder that always returns false. The intention is for this to become a check for protected VMs in the future (see Will's RFC). No functional change intended. Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Fuad Tabba <tabba@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/kvmarm/20210603183347.1695-1-will@kernel.org/ Link: https://lore.kernel.org/r/20210817081134.2918285-2-tabba@google.com