mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
qmp-commands: move 'stop' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
8046bf53ba
commit
9787339ebb
2 changed files with 6 additions and 12 deletions
|
@ -113,18 +113,6 @@ Example:
|
|||
-> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
|
||||
<- { "return": {} }
|
||||
|
||||
stop
|
||||
----
|
||||
|
||||
Stop the emulator.
|
||||
|
||||
Arguments: None.
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "stop" }
|
||||
<- { "return": {} }
|
||||
|
||||
cont
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue