| commit | 219a4e4628c8f54accde88c21dc79321a77f067f | [log] [tgz] |
|---|---|---|
| author | Will Deacon <will@kernel.org> | Mon Apr 25 15:20:12 2022 +0000 |
| committer | Fuad Tabba <tabba@google.com> | Mon Jun 26 12:27:58 2023 +0100 |
| tree | 4a67a4b9258505923dfad6c66818375541830c63 | |
| parent | 599292fcd2214c1455b12aff8b985faeaa40b229 [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>