diff options
author | John Snow <jsnow@redhat.com> | 2025-07-11 01:39:48 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-14 12:52:46 +0200 |
commit | 95b3be1965779e77a12a95d531914fa0fecc24ec (patch) | |
tree | 66bed0833cb8ace1890f00844f3289b92c42ecef | |
parent | f7296f8de5c96c09452a0774435c1e5b512fab19 (diff) | |
download | qemu-95b3be1965779e77a12a95d531914fa0fecc24ec.zip qemu-95b3be1965779e77a12a95d531914fa0fecc24ec.tar.gz qemu-95b3be1965779e77a12a95d531914fa0fecc24ec.tar.bz2 |
qapi: add cross-references to acpi.json
Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250711054005.60969-2-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/acpi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/acpi.json b/qapi/acpi.json index 90f8f56..906b368 100644 --- a/qapi/acpi.json +++ b/qapi/acpi.json @@ -108,7 +108,7 @@ ## # @query-acpi-ospm-status: # -# Return a list of ACPIOSTInfo for devices that support status +# Return a list of `ACPIOSTInfo` for devices that support status # reporting via ACPI _OST method. # # Since: 2.1 |