aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 11:40:02 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commitf504e3dc21bb76ef7766cc99390defb200faa893 (patch)
tree0ea9a80bac8c7eb13c6010607c6bde8b2556b7da /docs
parentbc7e260271f98d44006d4e14bcb05647b8f2606e (diff)
downloadqemu-f504e3dc21bb76ef7766cc99390defb200faa893.zip
qemu-f504e3dc21bb76ef7766cc99390defb200faa893.tar.gz
qemu-f504e3dc21bb76ef7766cc99390defb200faa893.tar.bz2
qmp-commands: move 'query-balloon' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index d018480..9445bd1 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -2193,25 +2193,6 @@ Example:
]
}
-query-balloon
--------------
-
-Show balloon information.
-
-Make an asynchronous request for balloon info. When the request completes a
-json-object will be returned containing the following data:
-
-- "actual": current balloon value in bytes (json-int)
-
-Example:
-
--> { "execute": "query-balloon" }
-<- {
- "return":{
- "actual":1073741824,
- }
- }
-
query-tpm
---------