]> git.proxmox.com Git - qemu-server.git/commit
resume suspended vm on start
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 14 Mar 2019 16:04:48 +0000 (17:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Mar 2019 07:53:14 +0000 (08:53 +0100)
commit7ceade4cb39eab84cd06e0e625bf65e1fb2d5118
tree5f7c05283ea31235df95e62cedbfea440e6c6587
parent159719e55b0e84ec91c72b051adc44a7cb52662c
resume suspended vm on start

if a vm has the 'suspended' lock, we resume with the saved state
and remove the lock, the saved vmstate and the saved runningmachine
after the vm started

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm