From e673f57a2e50e3ca23f6013f7e4cf06b7c7740ba Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 26 Jul 2021 20:14:55 +0200 Subject: [PATCH] pygoscelis: Disable AMD SEV Looks as it is not (or not fully) supported on my Renoir CPU. Some docs: https://libvirt.org/kbase/launch_security_sev.html https://github.com/AMDESE/AMDSEV/issues/1 --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index f66edcc..5b50336 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -670,7 +670,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