diff options
Diffstat (limited to 'qapi/event.json')
-rw-r--r-- | qapi/event.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/event.json b/qapi/event.json index 37bf34e..c7689b2 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -272,9 +272,9 @@ # # Emitted when guest executes ACPI _OST method. # -# Since: 2.1 -# # @info: ACPIOSTInfo type as described in qapi-schema.json +# +# Since: 2.1 ## { 'event': 'ACPI_DEVICE_OST', 'data': { 'info': 'ACPIOSTInfo' } } |