Re: [Xen-devel] [PATCH v3 15/47] xen/sched: make rt scheduler vcpu agnostic.

2019-09-25 Thread Dario Faggioli
On Sat, 2019-09-14 at 10:52 +0200, Juergen Gross wrote: > Switch rt scheduler completely from vcpu to sched_unit usage. > > Signed-off-by: Juergen Gross > Reviewed-by: Dario Faggioli With just one additional note. > * This scheduler follows the Preemptive Global Earliest Deadline > First (ED

[Xen-devel] [PATCH v3 15/47] xen/sched: make rt scheduler vcpu agnostic.

2019-09-14 Thread Juergen Gross
Switch rt scheduler completely from vcpu to sched_unit usage. Signed-off-by: Juergen Gross --- xen/common/sched_rt.c | 356 -- 1 file changed, 174 insertions(+), 182 deletions(-) diff --git a/xen/common/sched_rt.c b/xen/common/sched_rt.c index a47