]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
config_to_command: use -no-shutdown option
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 19 Oct 2020 12:18:40 +0000 (14:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Nov 2020 10:22:47 +0000 (11:22 +0100)
commit27b25d037e3a48fddbcbad254bfad245f1e296de
treee2733db87fcb36103f75793924d6af9096813463
parent962d4d647d0365d47e3e1426e5741f866f866955
config_to_command: use -no-shutdown option

Ignore shutdowns triggered from within the guest in favor of detecting
them via qmeventd and stopping the QEMU process that way.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
22 files changed:
PVE/QemuServer.pm
test/cfg2cmd/bootorder-empty.conf.cmd
test/cfg2cmd/bootorder-legacy.conf.cmd
test/cfg2cmd/bootorder.conf.cmd
test/cfg2cmd/custom-cpu-model-defaults.conf.cmd
test/cfg2cmd/custom-cpu-model-host-phys-bits.conf.cmd
test/cfg2cmd/custom-cpu-model.conf.cmd
test/cfg2cmd/efi-raw-old.conf.cmd
test/cfg2cmd/efi-raw.conf.cmd
test/cfg2cmd/i440fx-win10-hostpci.conf.cmd
test/cfg2cmd/minimal-defaults.conf.cmd
test/cfg2cmd/netdev.conf.cmd
test/cfg2cmd/pinned-version.conf.cmd
test/cfg2cmd/q35-linux-hostpci-multifunction.conf.cmd
test/cfg2cmd/q35-linux-hostpci.conf.cmd
test/cfg2cmd/q35-win10-hostpci.conf.cmd
test/cfg2cmd/simple-virtio-blk.conf.cmd
test/cfg2cmd/simple1.conf.cmd
test/cfg2cmd/spice-enhancments.conf.cmd
test/cfg2cmd/spice-linux-4.1.conf.cmd
test/cfg2cmd/spice-usb3.conf.cmd
test/cfg2cmd/spice-win.conf.cmd