Re: [Xen-devel] [PATCH v3 5/5] tools: sched: add support for 'null' scheduler

2017-04-07 Thread George Dunlap
On 07/04/17 13:28, Dario Faggioli wrote: > It being very very basic, also means this scheduler does > not need much support at the tools level (for now). > > Basically, just the definition of the symbol of the > scheduler itself and a couple of stubs. > > Signed-off-by: Dario Faggioli > Acked-by

[Xen-devel] [PATCH v3 5/5] tools: sched: add support for 'null' scheduler

2017-04-07 Thread Dario Faggioli
It being very very basic, also means this scheduler does not need much support at the tools level (for now). Basically, just the definition of the symbol of the scheduler itself and a couple of stubs. Signed-off-by: Dario Faggioli Acked-by: Wei Liu --- Cc: Ian Jackson Cc: George Dunlap Cc: Ju