diff options
| author | Luiz Capitulino | 2011-09-28 16:06:15 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2011-10-04 16:02:57 +0200 |
| commit | 5bc465e4b1b6f4582a400c0a7033a1c841744278 (patch) | |
| tree | a720bd699684b208c6d7c7a2f0c4172b0d8419aa /qapi-schema.json | |
| parent | qapi: Convert system_reset (diff) | |
| download | qemu-5bc465e4b1b6f4582a400c0a7033a1c841744278.tar.gz qemu-5bc465e4b1b6f4582a400c0a7033a1c841744278.tar.xz qemu-5bc465e4b1b6f4582a400c0a7033a1c841744278.zip | |
qapi: Convert system_powerdown
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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 02de4b55c6..5922c4a920 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -257,3 +257,17 @@ # Since: 0.14.0 ## { 'command': 'system_reset' } + +## +# @system_powerdown: +# +# Requests that a guest perform a powerdown operation. +# +# Since: 0.14.0 +# +# Notes: A guest may or may not respond to this command. This command +# returning does not indicate that a guest has accepted the request or +# that it has shut down. Many guests will respond to this command by +# prompting the user in some way. +## +{ 'command': 'system_powerdown' } |
