From 6848d95b625a07242ec01378503f237ebdd87b72 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 29 Dec 2022 17:13:39 +0100 Subject: [PATCH] pygoscelis: Disable SEV again I've already disabled this feature related to memory encryption of virtual machines earlier in e673f57a2e50e3ca23f6013f7e4cf06b7c7740ba as it seems there is no support in hardware. Looks as it was enabled again in 5addc9bbe5fb95192ddaff5603070c5e5d0a1ac4 (pygoscelis: Add support for TEE/AMD PSP) by accident. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index d804512..7e581b4 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -646,7 +646,7 @@ CONFIG_VIRTUALIZATION=y CONFIG_KVM=m CONFIG_KVM_WERROR=y CONFIG_KVM_AMD=m -CONFIG_KVM_AMD_SEV=y +# CONFIG_KVM_AMD_SEV is not set # CONFIG_KVM_XEN is not set CONFIG_AS_AVX512=y CONFIG_AS_SHA1_NI=y