Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-18 Thread Jonathan Creekmore
Andrew Cooper writes: > On 17/12/2015 20:59, Jonathan Creekmore wrote: >> Allow the schedulers to be independently enabled or disabled at >> compile-time instead of just allowing the scheduler to be selected on >> the command line. To match existing behavior, all four schedulers are >> compiled i

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-18 Thread Dario Faggioli
On Fri, 2015-12-18 at 10:52 +, George Dunlap wrote: > On 18/12/15 01:35, Dario Faggioli wrote: > > On Thu, 2015-12-17 at 14:59 -0600, Jonathan Creekmore wrote: > > > Allow the schedulers to be independently enabled or disabled at > > > compile-time instead of just allowing the scheduler to be >

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-18 Thread George Dunlap
On 18/12/15 01:35, Dario Faggioli wrote: > On Thu, 2015-12-17 at 14:59 -0600, Jonathan Creekmore wrote: >> Allow the schedulers to be independently enabled or disabled at >> compile-time instead of just allowing the scheduler to be selected on >> the command line. >> > Reading this quickly, that "

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-18 Thread Dario Faggioli
On Thu, 2015-12-17 at 20:20 -0600, Jonathan Creekmore wrote: > > On Dec 17, 2015, at 7:35 PM, Dario Faggioli > com> wrote: > >  > > Fact is, I don't think the phrase "instead of just allowing the > > scheduler to be selected on the command line." adds much > > information, > > and I'd just remove

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-18 Thread Andrew Cooper
On 17/12/2015 20:59, Jonathan Creekmore wrote: > Allow the schedulers to be independently enabled or disabled at > compile-time instead of just allowing the scheduler to be selected on > the command line. To match existing behavior, all four schedulers are > compiled in by default, although the RTD

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-17 Thread Jonathan Creekmore
> On Dec 17, 2015, at 7:35 PM, Dario Faggioli wrote: > > On Thu, 2015-12-17 at 14:59 -0600, Jonathan Creekmore wrote: >> Allow the schedulers to be independently enabled or disabled at >> compile-time instead of just allowing the scheduler to be selected on >> the command line. >> > Reading th

Re: [Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-17 Thread Dario Faggioli
On Thu, 2015-12-17 at 14:59 -0600, Jonathan Creekmore wrote: > Allow the schedulers to be independently enabled or disabled at > compile-time instead of just allowing the scheduler to be selected on > the command line. > Reading this quickly, that "instead" gave me a bit of an hard time. I'm not a

[Xen-devel] [PATCH 1/4] build: Hook the schedulers into Kconfig

2015-12-17 Thread Jonathan Creekmore
Allow the schedulers to be independently enabled or disabled at compile-time instead of just allowing the scheduler to be selected on the command line. To match existing behavior, all four schedulers are compiled in by default, although the RTDS and ARINC653 are marked EXPERIMENTAL to match their n