]> git.proxmox.com Git - qemu-server.git/commit
use 'system_wakeup' to resume suspended vms
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 13 Jun 2018 09:17:26 +0000 (11:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Jun 2018 10:46:01 +0000 (12:46 +0200)
commitc2786bedc637c3cfa2702803c0ea0b75c2a03257
tree5502d642ace9bec703196e59ee2286ac078190b8
parent5bf9618308d51b4b2728d0556e4f452063e66b44
use 'system_wakeup' to resume suspended vms

when a vm is suspended (e.g. autosuspend on windows)
we detect that it is not running, display the resume button,
but 'cont' does not wakeup the system from suspend

with this we can wake up suspended vms

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