Re: [Xen-devel] [PATCH 3/4] sched: Register the schedulers into the list

2015-12-18 Thread Andrew Cooper
On 17/12/2015 20:59, Jonathan Creekmore wrote: > Adds a simple macro to place a pointer to a scheduler into an array > section at compile time. Also, goes ahead and generates the array > entries with each of the schedulers. > > CC: George Dunlap > CC: Dario Faggioli > CC: Josh Whitehead > CC: Ro

Re: [Xen-devel] [PATCH 3/4] sched: Register the schedulers into the list

2015-12-17 Thread Dario Faggioli
On Thu, 2015-12-17 at 14:59 -0600, Jonathan Creekmore wrote: > Adds a simple macro to place a pointer to a scheduler into an array > section at compile time. Also, goes ahead and generates the array > entries with each of the schedulers. > > CC: George Dunlap > CC: Dario Faggioli > CC: Josh Whit

[Xen-devel] [PATCH 3/4] sched: Register the schedulers into the list

2015-12-17 Thread Jonathan Creekmore
Adds a simple macro to place a pointer to a scheduler into an array section at compile time. Also, goes ahead and generates the array entries with each of the schedulers. CC: George Dunlap CC: Dario Faggioli CC: Josh Whitehead CC: Robert VanVossen Signed-off-by: Jonathan Creekmore --- xen/co