mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 18:00:47 +00:00
add qemu_snapshot_end
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
182e97d9b0
commit
ae2aa1a876
@ -2776,6 +2776,13 @@ sub qemu_snapshot_start {
|
||||
|
||||
}
|
||||
|
||||
sub qemu_snapshot_end {
|
||||
my ($vmid) = @_;
|
||||
|
||||
vm_mon_cmd($vmid, "snapshot-end");
|
||||
|
||||
}
|
||||
|
||||
sub vm_start {
|
||||
my ($storecfg, $vmid, $statefile, $skiplock, $migratedfrom) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user