37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
From 14406d5398bab0cde8e340964e13f992a179d4ac Mon Sep 17 00:00:00 2001
|
|
Message-ID: <14406d5398bab0cde8e340964e13f992a179d4ac.1759835599.git.jdenemar@redhat.com>
|
|
From: Zhenzhong Duan <zhenzhong.duan@intel.com>
|
|
Date: Thu, 10 Jul 2025 03:21:05 -0400
|
|
Subject: [PATCH] qemucapabilitiesdata: Document '+inteltdx' variant
|
|
|
|
Upcoming patch will introduce test data from an TDX-enabled host.
|
|
Document the new variant.
|
|
|
|
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
|
|
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
|
|
(cherry picked from commit 4c59ff7783d1672b872cc4190df3e89ae8d4130a)
|
|
Resolves: https://issues.redhat.com/browse/RHEL-111840
|
|
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
---
|
|
tests/qemucapabilitiesdata/README.rst | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/tests/qemucapabilitiesdata/README.rst b/tests/qemucapabilitiesdata/README.rst
|
|
index f65f07cfca..f87bbda52b 100644
|
|
--- a/tests/qemucapabilitiesdata/README.rst
|
|
+++ b/tests/qemucapabilitiesdata/README.rst
|
|
@@ -58,6 +58,11 @@ Known test variants
|
|
for qemu.
|
|
|
|
|
|
+``+inteltdx``
|
|
+
|
|
+ Variant of the test data captured on hosts supporting INTEL TDX security
|
|
+ framework.
|
|
+
|
|
Usage in tests
|
|
==============
|
|
|
|
--
|
|
2.51.0
|