Re: [PATCH v3 8/8] qemu: Enable for vCPUs on hotplug

2022-08-23 Thread Daniel P . Berrangé
On Fri, Aug 12, 2022 at 12:04:23PM +0200, Michal Privoznik wrote: > As advertised in the previous commit, QEMU_SCHED_CORE_VCPUS case > is implemented for hotplug case. The implementation is very > similar to the cold boot case, except here we fork off for every > vCPU (because the implementation

[PATCH v3 8/8] qemu: Enable for vCPUs on hotplug

2022-08-12 Thread Michal Privoznik
As advertised in the previous commit, QEMU_SCHED_CORE_VCPUS case is implemented for hotplug case. The implementation is very similar to the cold boot case, except here we fork off for every vCPU (because the implementation is done in qemuProcessSetupVcpu() which is also the function that's called