Re: [Xen-devel] [PATCH 2/9] xen/sched: make sched-if.h really scheduler private

2019-12-18 Thread Dario Faggioli
On Wed, 2019-12-18 at 10:15 +0100, Jürgen Groß wrote: > On 18.12.19 10:10, Andrew Cooper wrote: > > On 18/12/2019 09:08, Dario Faggioli wrote: > > > > Signed-off-by: Juergen Gross > > > > > > > Reviewed-by: Dario Faggioli > > > > Thoughts on simply naming it private.h? > > Fine with me.

Re: [Xen-devel] [PATCH 2/9] xen/sched: make sched-if.h really scheduler private

2019-12-18 Thread Jürgen Groß
On 18.12.19 10:10, Andrew Cooper wrote: On 18/12/2019 09:08, Dario Faggioli wrote: On Wed, 2019-12-18 at 08:48 +0100, Juergen Gross wrote: include/xen/sched-if.h should be private to scheduler code, so move it to common/sched/sched-if.h and move the remaining use cases to cpupool.c and

Re: [Xen-devel] [PATCH 2/9] xen/sched: make sched-if.h really scheduler private

2019-12-18 Thread Andrew Cooper
On 18/12/2019 09:08, Dario Faggioli wrote: > On Wed, 2019-12-18 at 08:48 +0100, Juergen Gross wrote: >> include/xen/sched-if.h should be private to scheduler code, so move >> it >> to common/sched/sched-if.h and move the remaining use cases to >> cpupool.c and schedule.c. >> > Very, very nice

Re: [Xen-devel] [PATCH 2/9] xen/sched: make sched-if.h really scheduler private

2019-12-18 Thread Dario Faggioli
On Wed, 2019-12-18 at 08:48 +0100, Juergen Gross wrote: > include/xen/sched-if.h should be private to scheduler code, so move > it > to common/sched/sched-if.h and move the remaining use cases to > cpupool.c and schedule.c. > Very, very nice cleanup. > Signed-off-by: Juergen Gross >

[Xen-devel] [PATCH 2/9] xen/sched: make sched-if.h really scheduler private

2019-12-17 Thread Juergen Gross
include/xen/sched-if.h should be private to scheduler code, so move it to common/sched/sched-if.h and move the remaining use cases to cpupool.c and schedule.c. Signed-off-by: Juergen Gross --- xen/arch/x86/dom0_build.c| 5 +- xen/common/domain.c |