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 /qapi | |
| parent | f7296f8de5c96c09452a0774435c1e5b512fab19 (diff) | |
| download | focaccia-qemu-95b3be1965779e77a12a95d531914fa0fecc24ec.tar.gz focaccia-qemu-95b3be1965779e77a12a95d531914fa0fecc24ec.zip | |
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>
Diffstat (limited to 'qapi')
| -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 90f8f564fd..906b3687a5 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 |