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

2022-08-23 Thread Daniel P . Berrangé
On Fri, Aug 12, 2022 at 12:04:19PM +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 v3 4/8] qemu_domain: Introduce qemuDomainSchedCoreStart()

2022-08-12 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