diff options
| author | Luiz Capitulino | 2011-09-15 19:20:28 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2011-10-04 16:02:57 +0200 |
| commit | 7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 (patch) | |
| tree | dcdb119186cc081a65485edbe9826ca9f44aa6b1 /qapi-schema.json | |
| parent | qapi: Convert query-commands (diff) | |
| download | qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.tar.gz qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.tar.xz qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.zip | |
qapi: Convert quit
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 35434c1eb6..38104635c0 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -225,3 +225,14 @@ ## { 'command': 'query-commands', 'returns': ['CommandInfo'] } +## +# @quit: +# +# This command will cause the QEMU process to exit gracefully. While every +# attempt is made to send the QMP response before terminating, this is not +# guaranteed. When using this interface, a premature EOF would not be +# unexpected. +# +# Since: 0.14.0 +## +{ 'command': 'quit' } |
