Merge pull request #11780 from ryansavino/snp-guest-kernel-upgrade-issue

packaging: add required modules for confidential guest kernel
This commit is contained in:
Dan Mihai
2025-09-10 18:21:26 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
# !s390x !ppc64le !arm64
# enable sev-snp support
CONFIG_AMD_MEM_ENCRYPT=y
CONFIG_MTRR=y
CONFIG_SEV_GUEST=y
CONFIG_VIRT_DRIVERS=y
CONFIG_X86_PAT=y
# Prepare kernel for direct boot using OVMF
CONFIG_EFI=y
CONFIG_EFI_STUB=y

View File

@@ -1 +1 @@
163
164