qemu-server/PVE
Dominik Csapak 159719e55b implement suspend to disk for running vms
the idea is to have the same logic as with snapshots, but without
the snapshotting of the disks, and after saving the vm state (incl memory),
we hard shut off the guest.

this way the disks will not be touched anymore by the guest

to prevent any alteration of the vm (incl migration, hw changes, etc) we
add a config lock 'suspend'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-03-19 08:53:14 +01:00
..
API2 cloud-init: allow custom network/user data files via snippets 2019-03-07 09:02:33 +01:00
CLI add pre- start/stop hookscripts to VMs 2019-02-01 12:58:37 +01:00
QemuServer cloud-init: allow custom network/user data files via snippets 2019-03-07 09:02:33 +01:00
VZDump fix #1779: vzdump: ensure guest-fsfreeze-thaw is called on error 2018-05-23 11:18:28 +02:00
Makefile add QemuServer::Memory 2016-05-23 10:02:07 +02:00
QemuConfig.pm implement suspend to disk for running vms 2019-03-19 08:53:14 +01:00
QemuMigrate.pm followup whitespace fixes 2019-02-20 07:34:10 +01:00
QemuServer.pm implement suspend to disk for running vms 2019-03-19 08:53:14 +01:00
QMPClient.pm use qemu's blockdev-snapshot functions 2018-09-24 11:12:34 +02:00