diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:03:06 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:27 +0100 |
| commit | cd98e00be03c04faa82dd1149974a85dcb94aad8 (patch) | |
| tree | 1a22ade2ee67509f5a6c8319a645b4bf2a6371c4 /docs/qmp-commands.txt | |
| parent | 9787339ebb6af5360c3b4759831ff4a54464b64d (diff) | |
| download | focaccia-qemu-cd98e00be03c04faa82dd1149974a85dcb94aad8.tar.gz focaccia-qemu-cd98e00be03c04faa82dd1149974a85dcb94aad8.zip | |
qmp-commands: move 'system_reset' 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/qmp-commands.txt')
| -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 d0d324de73..647cc3a9e5 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -137,18 +137,6 @@ Example: -> { "execute": "system_wakeup" } <- { "return": {} } -system_reset ------------- - -Reset the system. - -Arguments: None. - -Example: - --> { "execute": "system_reset" } -<- { "return": {} } - system_powerdown ---------------- |