mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-02 20:58:59 +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 {
|
||||
my ($storecfg, $vmid, $statefile, $skiplock, $migratedfrom) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user