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

2022-10-19 Thread Daniel P . Berrangé
On Thu, Oct 06, 2022 at 03:49:50PM +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 is

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

2022-10-06 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 f

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

2022-08-24 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 f