mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-04 12:59:26 +00:00
add qga_freezefs
empty for now, need to implement Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
ae2aa1a876
commit
3d5149c925
@ -2783,6 +2783,12 @@ sub qemu_snapshot_end {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub qga_freezefs {
|
||||||
|
my ($vmid) = @_;
|
||||||
|
|
||||||
|
#need to impplement call to qemu-ga
|
||||||
|
}
|
||||||
|
|
||||||
sub vm_start {
|
sub vm_start {
|
||||||
my ($storecfg, $vmid, $statefile, $skiplock, $migratedfrom) = @_;
|
my ($storecfg, $vmid, $statefile, $skiplock, $migratedfrom) = @_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user