Re: [PATCH v2 16/44] qapi: convert trivial intro sections for acpi.json
Igor Mammedov <[email protected]> Mon, 27 Jul 2026 14:18:48 +0200
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <20260727141848.5cc56eb2@imammedo> |
On Thu, 23 Jul 2026 00:47:37 -0400 John Snow <[email protected]> wrote: > (Trivial) > > Signed-off-by: John Snow <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> > --- > qapi/acpi.json | 15 ++++++--------- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/qapi/acpi.json b/qapi/acpi.json > index 906b3687a55..291a04a7ea4 100644 > --- a/qapi/acpi.json > +++ b/qapi/acpi.json > @@ -81,10 +81,9 @@ > > ## > # @ACPIOSTInfo: > -# > -# OSPM Status Indication for a device. For description of possible > -# values of @source and @status fields see "_OST (OSPM Status > -# Indication)" chapter of ACPI5.0 spec. > +# OSPM Status Indication for a device. For description > +# of possible values of @source and @status fields see "_OST (OSPM > +# Status Indication)" chapter of ACPI5.0 spec. > # > # @device: device ID associated with slot > # > @@ -107,9 +106,8 @@ > > ## > # @query-acpi-ospm-status: > -# > -# Return a list of `ACPIOSTInfo` for devices that support status > -# reporting via ACPI _OST method. > +# Return a list of `ACPIOSTInfo` for devices > +# that support status reporting via ACPI _OST method. > # > # Since: 2.1 > # > @@ -126,8 +124,7 @@ > > ## > # @ACPI_DEVICE_OST: > -# > -# Emitted when guest executes ACPI _OST method. > +# Emitted when guest executes ACPI _OST method. > # > # @info: OSPM Status Indication > #