Re: [PATCH 2/3] virprocess: add the SCHED_DEADLINE scheduling policy

2022-08-10 Thread Michal Prívozník
On 8/1/22 19:11, Sasha Algisi wrote: > Tasks associated to virtual CPUs, IO Threads and Emulator processes > can be created with the SCHED_DEADLINE policy. The policy is described > in details here: https://docs.kernel.org/scheduler/sched-deadline.html > > It requires the following parameters (all

[PATCH 2/3] virprocess: add the SCHED_DEADLINE scheduling policy

2022-08-01 Thread Sasha Algisi
Tasks associated to virtual CPUs, IO Threads and Emulator processes can be created with the SCHED_DEADLINE policy. The policy is described in details here: https://docs.kernel.org/scheduler/sched-deadline.html It requires the following parameters (all in nanoseconds): 1) runtime 2) deadline 3) per