mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
Merge: linux/common-config: enable Intel TDX guest support (#344372)
This commit is contained in:
commit
302ee112b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user