mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-10 01:18:01 +03:00
convert balloon monitor command to qmp
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
12060fe8c3
commit
2d23ddc5db
@ -3238,7 +3238,7 @@ sub print_pci_addr {
|
||||
sub vm_balloonset {
|
||||
my ($vmid, $value) = @_;
|
||||
|
||||
vm_monitor_command($vmid, "balloon $value");
|
||||
vm_mon_cmd($vmid, "balloon", value => $value);
|
||||
}
|
||||
|
||||
# vzdump restore implementaion
|
||||
|
Loading…
Reference in New Issue
Block a user