]> git.proxmox.com Git - qemu-server.git/commit
Fix ACPI-suspended VMs resuming after migration
authorFilip Schauer <f.schauer@proxmox.com>
Mon, 9 Oct 2023 13:25:19 +0000 (15:25 +0200)
committerFiona Ebner <f.ebner@proxmox.com>
Tue, 10 Oct 2023 07:27:18 +0000 (09:27 +0200)
commit7ba974a6828d6d8ec20616bc48551cf226854f31
treed8a1d30372006afa30797c5378268b9240707654
parent95f1de689e3c898382f8fcc721b024718a0c910a
Fix ACPI-suspended VMs resuming after migration

Add checks for "suspended" and "prelaunch" runstates when checking
whether a VM is paused.

This fixes the following issues:
* ACPI-suspended VMs automatically resuming after migration
* Shutdown and reboot commands timing out instead of failing
  immediately on suspended VMs

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
PVE/QemuServer.pm