]> git.proxmox.com Git - qemu-server.git/commit
cpu config: die on hotplug of non x86_64 CPUs
authorFilip Schauer <f.schauer@proxmox.com>
Mon, 11 Mar 2024 10:13:08 +0000 (11:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 13:01:21 +0000 (14:01 +0100)
commitcaa88bc80a8d1ca078a996e7e40f6e614ca1d048
tree6c56c5c796061b64d545607a0e182b57abf56594
parentf6039cedf11389506a64ca4cdbdf7b1588614056
cpu config: die on hotplug of non x86_64 CPUs

When attempting a CPU hotplug on an architecture other than x86_64, die
with a clean error instead of attempting a hotplug with a known
non-working device command line. Also move the corresponding FIXME up to
the error.

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