Skip to content

Commit b8e004d

Browse files
committed
Merge: x86/tdx: mark TDX guest as fully supported
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5979 JIRA: https://issues.redhat.com/browse/RHEL-70465 Signed-off-by: Vitaly Kuznetsov <[email protected]> Approved-by: Paolo Bonzini <[email protected]> Approved-by: Donald Dutile <[email protected]> Approved-by: Rafael Aquini <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: Rado Vrbovsky <[email protected]>
2 parents 30239a7 + 7574c7f commit b8e004d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/mm/mem_encrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static void print_mem_encrypt_feature_info(void)
4949
switch (cc_vendor) {
5050
case CC_VENDOR_INTEL:
5151
pr_cont("Intel TDX\n");
52-
mark_tech_preview("Intel Trusted Domain Extensions (TDX)", NULL);
5352
break;
5453
case CC_VENDOR_AMD:
5554
pr_cont("AMD");

0 commit comments

Comments
 (0)