Re: [PATCH 4/7] qemuDomainHotplugAddVcpu: Remove legacy hotplug branch

2021-10-29 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Report an error if the new hotplug is not supported and remove the alternate code paths. The modern cpu-hotplug code was introduced in qemu-2.7. We keep the capability so that proper errors are reported in case a platform doesn't support hotplug.

[PATCH 4/7] qemuDomainHotplugAddVcpu: Remove legacy hotplug branch

2021-10-29 Thread Peter Krempa
Report an error if the new hotplug is not supported and remove the alternate code paths. The modern cpu-hotplug code was introduced in qemu-2.7. We keep the capability so that proper errors are reported in case a platform doesn't support hotplug. Signed-off-by: Peter Krempa ---