aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Liu <zhao1.liu@intel.com>2025-05-13 22:31:30 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2025-05-20 08:04:19 +0200
commitc6b8fb0fb1599cffdfe6603f93bba937c1ecb0b1 (patch)
tree7cd178f6c6477f9f7f965cf5fcc0d6d1ac248ba7
parent88aea26d1880f105b00c352485d3bf1f21d55012 (diff)
downloadqemu-c6b8fb0fb1599cffdfe6603f93bba937c1ecb0b1.zip
qemu-c6b8fb0fb1599cffdfe6603f93bba937c1ecb0b1.tar.gz
qemu-c6b8fb0fb1599cffdfe6603f93bba937c1ecb0b1.tar.bz2
qapi/misc-target: Fix the doc related SGXEPCSection
The "sections" field of SGXInfo is used to gather EPC section information for both the guest and the host. Therefore, delete the "for guest" limitation. Additionally, avoid the abbreviation "info" and use "information" instead. And for SGXEPCSection, delete the redundant word "info". Reported-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Acked-by: Markus Armbruster <armbru@redhat.com> Link: https://lore.kernel.org/r/20250513143131.2008078-2-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--qapi/misc-target.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/misc-target.json b/qapi/misc-target.json
index 6b3c9d8..6814708 100644
--- a/qapi/misc-target.json
+++ b/qapi/misc-target.json
@@ -321,7 +321,7 @@
##
# @SgxEpcSection:
#
-# Information about intel SGX EPC section info
+# Information about intel SGX EPC section
#
# @node: the numa node
#
@@ -346,7 +346,7 @@
#
# @flc: true if FLC is supported
#
-# @sections: The EPC sections info for guest (Since: 7.0)
+# @sections: The EPC sections information (Since: 7.0)
#
# Since: 6.2
##