mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-26 20:19:38 +00: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 {
|
sub vm_balloonset {
|
||||||
my ($vmid, $value) = @_;
|
my ($vmid, $value) = @_;
|
||||||
|
|
||||||
vm_monitor_command($vmid, "balloon $value");
|
vm_mon_cmd($vmid, "balloon", value => $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
# vzdump restore implementaion
|
# vzdump restore implementaion
|
||||||
|
Loading…
Reference in New Issue
Block a user