[PATCH v2 29/44] qapi: convert trivial intro sections for misc-i386.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:50 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/misc-i386.json | 52 ++++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 34 deletions(-) diff --git a/qapi/misc-i386.json b/qapi/misc-i386.json index 05a94d6c416..78ec9aec647 100644 --- a/qapi/misc-i386.json +++ b/qapi/misc-i386.json @@ -25,8 +25,7 @@ ## # @SevState: -# -# An enumeration of SEV state information used during `query-sev`. +# An enumeration of SEV state information used during `query-sev`. # # @uninit: The guest is uninitialized. # @@ -52,8 +51,7 @@ ## # @SevGuestType: -# -# An enumeration indicating the type of SEV guest being run. +# An enumeration indicating the type of SEV guest being run. # # @sev: The guest is a legacy SEV or SEV-ES guest. # @@ -66,8 +64,7 @@ ## # @SevGuestInfo: -# -# Information specific to legacy SEV/SEV-ES guests. +# Information specific to legacy SEV/SEV-ES guests. # # @policy: SEV policy value # @@ -81,8 +78,7 @@ ## # @SevSnpGuestInfo: -# -# Information specific to SEV-SNP guests. +# Information specific to SEV-SNP guests. # # @snp-policy: SEV-SNP policy value # @@ -93,8 +89,7 @@ ## # @SevInfo: -# -# Information about Secure Encrypted Virtualization (SEV) support +# Information about Secure Encrypted Virtualization (SEV) support # # @enabled: true if SEV is active # @@ -144,8 +139,7 @@ ## # @SevLaunchMeasureInfo: -# -# SEV Guest Launch measurement information +# SEV Guest Launch measurement information # # @data: the measurement value encoded in base64 # @@ -180,9 +174,8 @@ ## # @SevCapability: -# -# The struct describes capability for a Secure Encrypted -# Virtualization feature. +# The struct describes capability for a Secure Encrypted +# Virtualization feature. # # @pdh: Platform Diffie-Hellman key (base64 encoded) # @@ -252,9 +245,8 @@ ## # @SevAttestationReport: -# -# The struct describes attestation report for a Secure Encrypted -# Virtualization feature. +# The struct describes attestation report for a Secure Encrypted +# Virtualization feature. # # @data: guest attestation report (base64 encoded) # @@ -294,8 +286,7 @@ ## # @SgxEpcSection: -# -# Information about intel SGX EPC section +# Information about intel SGX EPC section # # @node: the numa node # @@ -309,8 +300,7 @@ ## # @SgxInfo: -# -# Information about intel Safe Guard eXtension (SGX) support +# Information about intel Safe Guard eXtension (SGX) support # # @sgx: true if SGX is supported # @@ -333,8 +323,7 @@ ## # @query-sgx: -# -# Return information about configured SGX capabilities of guest +# Return information about configured SGX capabilities of guest # # Since: 6.2 # @@ -350,8 +339,7 @@ ## # @query-sgx-capabilities: -# -# Return information about SGX capabilities of host +# Return information about SGX capabilities of host # # Since: 6.2 # @@ -367,8 +355,7 @@ ## # @EvtchnPortType: -# -# An enumeration of Xen event channel port types. +# An enumeration of Xen event channel port types. # # @closed: The port is unused. # @@ -389,8 +376,7 @@ ## # @EvtchnInfo: -# -# Information about a Xen event channel port +# Information about a Xen event channel port # # @port: the port number # @@ -419,8 +405,7 @@ ## # @xen-event-list: -# -# Query the Xen event channels opened by the guest. +# Query the Xen event channels opened by the guest. # # Returns: list of open event channel ports. # @@ -456,8 +441,7 @@ ## # @xen-event-inject: -# -# Inject a Xen event channel port (interrupt) to the guest. +# Inject a Xen event channel port (interrupt) to the guest. # # @port: The port number # -- 2.55.0