diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:07:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:27 +0100 |
commit | 3815d0de51124db3da50abaebbb4ec5f1d531f53 (patch) | |
tree | f223e411b2ccf371e1347d4fa89e6a4341519564 /docs | |
parent | 978d4d97dac8ab98e28011fd696e2594a999af26 (diff) |
qmp-commands: move 'cont' 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 bc7cec1447..083273d7dc 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -113,18 +113,6 @@ Example: -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } } <- { "return": {} } -cont ----- - -Resume emulation. - -Arguments: None. - -Example: - --> { "execute": "cont" } -<- { "return": {} } - system_wakeup ------------- |