From ca1b9a7ff6353da7d6cde4d15ad4b99ee9bfc541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Mon, 12 Feb 2024 21:11:40 +0000 Subject: [PATCH] runtime: make sev_snp_guest default to false Fixes a remnant of cc-msft-prototypes. This will require a change in the kata-containers-cc spec. [upstream-not-needed] Signed-off-by: Aurelien Bombo --- src/runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 6aaa11e072df..0761848c51dd 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -275,7 +275,7 @@ DEFBINDMOUNTS := [] DEFSERVICEOFFLOAD ?= false # SNP -DEFSNPGUEST ?= true +DEFSNPGUEST ?= false # Based on SEV Secure Nested Paging Firmware ABI Specification section 4.3 # unspecified or == 0 --> 0x30000 i.e. Bit#17 is '1' and Bit#16 is '1' (SMT is allowed) DEFSNPGUESTPOLICY ?= 0x30000