|
| From: | Anthony Liguori |
| Subject: | [Qemu-devel] [CFR 1/10] qmp: balloon command |
| Date: | Tue, 15 Jun 2010 11:30:21 -0500 |
balloon
-------
Request VM to change its memory allocation (in bytes).
Arguments:
- "value": New memory allocation (json-int)
Example:
-> { "execute": "balloon", "arguments": { "value": 536870912 } }
<- { "return": {} }
| [Prev in Thread] | Current Thread | [Next in Thread] |