diff options
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index ff30ace82b..98350048f6 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3276,3 +3276,13 @@ 'slot-type': 'ACPISlotType', 'source': 'int', 'status': 'int' } } + +## +# @query-acpi-ospm-status +# +# Lists ACPI OSPM status of ACPI device objects, +# which might be reported via _OST method +# +# Since: 2.1 +## +{ 'command': 'query-acpi-ospm-status', 'returns': ['ACPIOSTInfo'] } |