Re: [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
From: Will Deacon <will@kernel.org>
Date: 2021-08-12 09:01:54
Also in:
kvmarm, linux-arm-kernel
From: Will Deacon <will@kernel.org>
Date: 2021-08-12 09:01:54
Also in:
kvmarm, linux-arm-kernel
On Mon, Jul 19, 2021 at 05:03:32PM +0100, Fuad Tabba wrote:
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. Signed-off-by: Fuad Tabba <redacted> [*] https://lore.kernel.org/kvmarm/20210603183347.1695-1-will@kernel.org/ (local)
You can make this a Link: tag. Anyway, I think it makes lots of sense to decouple this from the user-ABI series: Acked-by: Will Deacon <will@kernel.org> Will