Re: [PATCH v2 21/24] kvm: arm64: Add kvm-arm.protected early kernel parameter

2020-11-23 Thread Marc Zyngier
On Mon, 16 Nov 2020 20:43:15 +, David Brazdil wrote: > > Add an early parameter that allows users to opt into protected KVM mode > when using the nVHE hypervisor. In this mode, guest state will be kept > private from the host. This will primarily involve enabling stage-2 > address translation

[PATCH v2 21/24] kvm: arm64: Add kvm-arm.protected early kernel parameter

2020-11-16 Thread David Brazdil
Add an early parameter that allows users to opt into protected KVM mode when using the nVHE hypervisor. In this mode, guest state will be kept private from the host. This will primarily involve enabling stage-2 address translation for the host, restricting DMA to host memory, and filtering host SMC