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

2019-09-25 Thread Dario Faggioli
On Sat, 2019-09-14 at 10:52 +0200, Juergen Gross wrote: > Switch arinc653 scheduler completely from vcpu to sched_unit usage. > > Signed-off-by: Juergen Gross > Reviewed-by: Dario Faggioli Similar considerations to the ones I made on sched_rt applies here, I guess. But again, as soon as core s

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

2019-09-14 Thread Juergen Gross
Switch arinc653 scheduler completely from vcpu to sched_unit usage. Signed-off-by: Juergen Gross --- xen/common/sched_arinc653.c | 208 +--- 1 file changed, 101 insertions(+), 107 deletions(-) diff --git a/xen/common/sched_arinc653.c b/xen/common/sched_ar