mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 01:29:13 +00:00
add qga_unfreezefs
empty for now, need to implement Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
3d5149c925
commit
e8f3f18e3d
@ -2789,6 +2789,12 @@ sub qga_freezefs {
|
|||||||
#need to impplement call to qemu-ga
|
#need to impplement call to qemu-ga
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub qga_unfreezefs {
|
||||||
|
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