diff options
author | Igor Mammedov <imammedo@redhat.com> | 2014-06-23 15:26:57 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:12:28 -0400 |
commit | 5f41fbba903fc4e55b94c54cd97ea2d904371351 (patch) | |
tree | 686961cab813f28a2abd2a1cf017080616ae97e0 /docs/qmp | |
parent | 7cfadb6b5291765d360137ac5cab78729bde0272 (diff) |
qmp: convert ACPI_DEVICE_OST event
... using new QAPI event infrastructure
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'docs/qmp')
-rw-r--r-- | docs/qmp/qmp-events.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index adb83d35b0..4fbc3de86f 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -1,16 +1,6 @@ QEMU Machine Protocol Events ============================ -ACPI_DEVICE_OST ---------------- - -Emitted when guest executes ACPI _OST method. - - - data: ACPIOSTInfo type as described in qapi-schema.json - -{ "event": "ACPI_DEVICE_OST", - "data": { "device": "d1", "slot": "0", "slot-type": "DIMM", "source": 1, "status": 0 } } - BALLOON_CHANGE -------------- |