commit | 5e10125f06baf1edff5ec865ed12fa74c0c4e03f | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Mon Apr 25 15:20:12 2022 +0000 |
committer | Will Deacon <willdeacon@google.com> | Thu May 19 13:10:57 2022 +0100 |
tree | 52d2b0b9b9227694a4aa8e8d8a410db0c7c185a0 | |
parent | 9a0a55917df56c987ee0db34a3a2d6d808553961 [diff] |
KVM: arm64: Introduce KVM_VM_TYPE_ARM_PROTECTED machine type for PVMs Introduce a new virtual machine type, KVM_VM_TYPE_ARM_PROTECTED, which specifies that the guest memory pages are to be unmapped from the host stage-2 by the hypervisor. Signed-off-by: Will Deacon <will@kernel.org>