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 <arm...@redhat.com> Signed-off-by: Zhao Liu <zhao1....@intel.com> --- qapi/misc-target.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/misc-target.json b/qapi/misc-target.json index 42e4a7417dc6..ed5b7db1bd2a 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 ## -- 2.34.1