Re: [PATCH v2 6/9] virCommand: Introduce APIs for core scheduling

2022-07-13 Thread Daniel P . Berrangé
On Mon, Jun 27, 2022 at 12:44:38PM +0200, Michal Privoznik wrote: > There are two modes of core scheduling that are handy wrt > virCommand: > > 1) create new trusted group when executing a virCommand > > 2) place freshly executed virCommand into the trusted group of >another process. > > The

[PATCH v2 6/9] virCommand: Introduce APIs for core scheduling

2022-06-27 Thread Michal Privoznik
There are two modes of core scheduling that are handy wrt virCommand: 1) create new trusted group when executing a virCommand 2) place freshly executed virCommand into the trusted group of another process. Therefore, implement these two new operations as new APIs: virCommandSetRunAlone() and