Merge: linux/common-config: enable Intel TDX guest support (#344372)

This commit is contained in:
Maximilian Bosch 2024-11-15 09:23:33 +01:00 committed by GitHub
commit 302ee112b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -769,6 +769,10 @@ let
# Shadow stacks
X86_USER_SHADOW_STACK = whenAtLeast "6.6" yes;
# Enable support for Intel Trust Domain Extensions (TDX)
INTEL_TDX_GUEST = whenAtLeast "5.19" yes;
TDX_GUEST_DRIVER = whenAtLeast "6.2" module;
# Mitigate straight line speculation at the cost of some file size
SLS = whenBetween "5.17" "6.9" yes;
MITIGATION_SLS = whenAtLeast "6.9" yes;