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 ------------- diff --git a/qapi-schema.json b/qapi-schema.json index 0bdd193f71..babac12e16 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2289,6 +2289,12 @@ # this case, the effect of the command is to make sure the guest # starts once migration finishes, removing the effect of the -S # command line option if it was passed. +# +# Example: +# +# -> { "execute": "cont" } +# <- { "return": {} } +# ## { 'command': 'cont' }