diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-15 14:34:39 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | 5f158f21f9b2ff129b5154bccf6212692ac9f6c1 (patch) | |
tree | 47e34188e4171242f47ec2f0e950e22ef290a184 /qapi-schema.json | |
parent | 7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 (diff) | |
download | qemu-5f158f21f9b2ff129b5154bccf6212692ac9f6c1.zip |
qapi: Convert stop
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 38104635c0..cd05034953 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -236,3 +236,15 @@ # Since: 0.14.0 ## { 'command': 'quit' } + +## +# @stop: +# +# Stop all guest VCPU execution. +# +# Since: 0.14.0 +# +# Notes: This function will succeed even if the guest is already in the stopped +# state +## +{ 'command': 'stop' } |