mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
packaging: add required modules for confidential guest kernel
SNP launch was failing after the confidential guest kernel was upgraded to 6.16.1. Added required module CONFIG_MTRR enabled. Added required module CONFIG_X86_PAT enabled. Fixes: #11779 Signed-off-by: Ryan Savino <ryan.savino@amd.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# !s390x !ppc64le !arm64
|
# !s390x !ppc64le !arm64
|
||||||
# enable sev-snp support
|
# enable sev-snp support
|
||||||
CONFIG_AMD_MEM_ENCRYPT=y
|
CONFIG_AMD_MEM_ENCRYPT=y
|
||||||
|
CONFIG_MTRR=y
|
||||||
CONFIG_SEV_GUEST=y
|
CONFIG_SEV_GUEST=y
|
||||||
CONFIG_VIRT_DRIVERS=y
|
CONFIG_VIRT_DRIVERS=y
|
||||||
|
CONFIG_X86_PAT=y
|
||||||
|
|
||||||
# Prepare kernel for direct boot using OVMF
|
# Prepare kernel for direct boot using OVMF
|
||||||
CONFIG_EFI=y
|
CONFIG_EFI=y
|
||||||
CONFIG_EFI_STUB=y
|
CONFIG_EFI_STUB=y
|
||||||
|
|
||||||
|
@@ -1 +1 @@
|
|||||||
163
|
164
|
||||||
|
Reference in New Issue
Block a user