mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
bc7e260271
commit
f504e3dc21
2 changed files with 11 additions and 19 deletions
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue