Re: [Xen-devel] [PATCH 4/7] xen: get rid of the SEDF scheduler

2015-06-29 Thread Dario Faggioli
On Mon, 2015-06-29 at 12:56 +0100, Andrew Cooper wrote: > On 26/06/15 17:19, Dario Faggioli wrote: > > --- a/xen/include/public/domctl.h > > +++ b/xen/include/public/domctl.h > > @@ -324,7 +324,6 @@ DEFINE_XEN_GUEST_HANDLE(xen_domctl_max_vcpus_t); > > > > /* XEN_DOMCTL_scheduler_op */ > > /* Sc

Re: [Xen-devel] [PATCH 4/7] xen: get rid of the SEDF scheduler

2015-06-29 Thread Andrew Cooper
On 26/06/15 17:19, Dario Faggioli wrote: > --- a/xen/include/public/domctl.h > +++ b/xen/include/public/domctl.h > @@ -324,7 +324,6 @@ DEFINE_XEN_GUEST_HANDLE(xen_domctl_max_vcpus_t); > > /* XEN_DOMCTL_scheduler_op */ > /* Scheduler types. */ > -#define XEN_SCHEDULER_SEDF 4 Please instead

[Xen-devel] [PATCH 4/7] xen: get rid of the SEDF scheduler

2015-06-26 Thread Dario Faggioli
more specifically, of all the symbols and references to it. Signed-off-by: Dario Faggioli --- Cc: George Dunlap --- docs/misc/xen-command-line.markdown |2 +- xen/common/Makefile |1 - xen/common/schedule.c |1 - xen/include/public/domctl.h |