Re: [PATCH v4 4/8] qemu_domain: Introduce qemuDomainSchedCoreStart()

2022-10-19 Thread Daniel P . Berrangé
On Thu, Oct 06, 2022 at 03:49:46PM +0200, Michal Privoznik wrote: > The aim of this helper function is to spawn a child process in > which new scheduling group is created. This dummy process will > then used to distribute scheduling group from (e.g. when starting > helper processes or QEMU

[PATCH v4 4/8] qemu_domain: Introduce qemuDomainSchedCoreStart()

2022-10-06 Thread Michal Privoznik
The aim of this helper function is to spawn a child process in which new scheduling group is created. This dummy process will then used to distribute scheduling group from (e.g. when starting helper processes or QEMU itself). The process is not needed for QEMU_SCHED_CORE_NONE case (obviously) nor

[PATCH v4 4/8] qemu_domain: Introduce qemuDomainSchedCoreStart()

2022-08-24 Thread Michal Privoznik
The aim of this helper function is to spawn a child process in which new scheduling group is created. This dummy process will then used to distribute scheduling group from (e.g. when starting helper processes or QEMU itself). The process is not needed for QEMU_SCHED_CORE_NONE case (obviously) nor