| commit | 302eb83cb4ec3d2e9c2b2826d9dc084f1baea550 | [log] [tgz] |
|---|---|---|
| author | Will Deacon <will@kernel.org> | Wed Dec 03 16:06:23 2025 +0000 |
| committer | Will Deacon <will@kernel.org> | Wed Dec 03 16:06:23 2025 +0000 |
| tree | 8502bcd9a6dbd7b89a831d426de8d1904c818b9b | |
| parent | 655a497f9d5d1472647d637a8d8233fbdfb790da [diff] |
arm64: Add support for protected VMs Introduce a new '--protected' parameter which requests the creation of a protected VM type from the kernel. In addition, a reserved DMA region is advertised in the device-tree and VIRTIO_F_ACCESS_PLATFORM is advertised so that virtio transfers can be bounced through a shared memory window. Signed-off-by: Will Deacon <will@kernel.org>