Skip to content

Commit

Permalink
runtime: make sev_snp_guest default to false
Browse files Browse the repository at this point in the history
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 <abombo@microsfot.com>
  • Loading branch information
sprt committed Feb 12, 2024
1 parent b4ab11d commit ca1b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca1b9a7

Please sign in to comment.