5
0
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:
Alexandre Derumier 2012-06-25 10:02:50 +02:00 committed by Dietmar Maurer
parent 12060fe8c3
commit 2d23ddc5db

View File

@ -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