mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qmp-commands: move '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
f9cfb8f729
commit
7b338db7ef
2 changed files with 6 additions and 14 deletions
|
@ -1074,20 +1074,6 @@ Arguments:
|
|||
Returns: Nothing on success
|
||||
If "device" does not exist or cannot be determined, DeviceNotFound
|
||||
|
||||
balloon
|
||||
-------
|
||||
|
||||
Request VM to change its memory allocation (in bytes).
|
||||
|
||||
Arguments:
|
||||
|
||||
- "value": New memory allocation (json-int)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "balloon", "arguments": { "value": 536870912 } }
|
||||
<- { "return": {} }
|
||||
|
||||
getfd
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue