diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:03:30 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:27 +0100 |
commit | 04fcbabc45d793b0ec0b38b56e1fa4a9257892e6 (patch) | |
tree | 362318dc0c62aef801ebe7ebd9d13641b01de7ab /docs | |
parent | cd98e00be03c04faa82dd1149974a85dcb94aad8 (diff) |
qmp-commands: move 'system_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-commands.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 647cc3a9e5..2de1a488d2 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -137,18 +137,6 @@ Example: -> { "execute": "system_wakeup" } <- { "return": {} } -system_powerdown ----------------- - -Send system power down event. - -Arguments: None. - -Example: - --> { "execute": "system_powerdown" } -<- { "return": {} } - device_add ---------- |