mirror of https://github.com/xemu-project/xemu.git
qmp-commands: move 'quit' 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
3fc3aa6de9
commit
8046bf53ba
|
@ -53,18 +53,6 @@ If you're planning to adopt QMP, please observe the following:
|
|||
Server's responses in the examples below are always a success response, please
|
||||
refer to the QMP specification for more details on error responses.
|
||||
|
||||
quit
|
||||
----
|
||||
|
||||
Quit the emulator.
|
||||
|
||||
Arguments: None.
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "quit" }
|
||||
<- { "return": {} }
|
||||
|
||||
eject
|
||||
-----
|
||||
|
||||
|
|
|
@ -2120,6 +2120,11 @@
|
|||
# unexpected.
|
||||
#
|
||||
# Since: 0.14.0
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "quit" }
|
||||
# <- { "return": {} }
|
||||
##
|
||||
{ 'command': 'quit' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue