Skip to content

Commit cb8eb06

Browse files
committed
x86/virt/tdx: Disable TDX host support when kexec is enabled
TDX host support currently lacks the ability to handle kexec. Disable TDX when kexec is enabled. Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lore.kernel.org/all/20231208170740.53979-20-dave.hansen%40intel.com
1 parent 4e1c7dd commit cb8eb06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,7 @@ config INTEL_TDX_HOST
19731973
depends on X86_X2APIC
19741974
select ARCH_KEEP_MEMBLOCK
19751975
depends on CONTIG_ALLOC
1976+
depends on !KEXEC_CORE
19761977
help
19771978
Intel Trust Domain Extensions (TDX) protects guest VMs from malicious
19781979
host and certain physical attacks. This option enables necessary TDX

0 commit comments

Comments
 (0)