diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 16:17:22 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:48 +0100 |
commit | 189d43bed6c08855b6a12b889264f09f5af012a7 (patch) | |
tree | e00a58388549c5819d04d7b48785228bf1b7ca27 /docs | |
parent | 12defe50f8c2339fda4c6f9d2c45710e9d31ecda (diff) |
qmp-events: move 'POWERDOWN' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-events.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index ab0f58ea9b..44840cea6f 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -114,19 +114,6 @@ Data: "timestamp": { "seconds": 1368697518, "microseconds": 326866 } } } -POWERDOWN ---------- - -Emitted when the Virtual Machine is powered down through the power -control system, such as via ACPI. - -Data: None. - -Example: - -{ "event": "POWERDOWN", - "timestamp": { "seconds": 1267040730, "microseconds": 682951 } } - QUORUM_FAILURE -------------- |