Re: [pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-03-11 Thread Filip Schauer
Here is a fixed patch v2: https://lists.proxmox.com/pipermail/pve-devel/2024-March/062153.html On 08/03/2024 14:53, Fiona Ebner wrote: Am 08.03.24 um 14:34 schrieb Thomas Lamprecht: Am 21/02/2024 um 15:33 schrieb Filip Schauer: When attempting a CPU hotplug on an architecture other than x86_6

Re: [pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-03-08 Thread Fiona Ebner
Am 08.03.24 um 14:34 schrieb Thomas Lamprecht: > Am 21/02/2024 um 15:33 schrieb Filip Schauer: >> 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 correspondin

Re: [pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-03-08 Thread Thomas Lamprecht
Am 21/02/2024 um 15:33 schrieb Filip Schauer: > 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

[pve-devel] [PATCH qemu-server 5/5] cpu config: die on hotplug of non x86_64 CPUs

2024-02-21 Thread Filip Schauer
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 --- PVE/QemuServer/CPUConfig.pm | 4 +++- 1 fil