Re: [libvirt] [PATCH] Fix scheduler support check

2016-11-18 Thread Martin Kletzander
On Fri, Nov 18, 2016 at 10:59:58AM +0100, Erik Skultety wrote: On Fri, Nov 18, 2016 at 10:34:47AM +0100, Martin Kletzander wrote: Commit 94cc577807ba tried fixing build on systems that did not have SCHED_BATCH or SCHED_IDLE defined. But instead of changing it to conditional support, it rather c

Re: [libvirt] [PATCH] Fix scheduler support check

2016-11-18 Thread Erik Skultety
On Fri, Nov 18, 2016 at 10:34:47AM +0100, Martin Kletzander wrote: > Commit 94cc577807ba tried fixing build on systems that did not have > SCHED_BATCH or SCHED_IDLE defined. But instead of changing it to > conditional support, it rather completely disabled the support for > setting any scheduler.

[libvirt] [PATCH] Fix scheduler support check

2016-11-18 Thread Martin Kletzander
Commit 94cc577807ba tried fixing build on systems that did not have SCHED_BATCH or SCHED_IDLE defined. But instead of changing it to conditional support, it rather completely disabled the support for setting any scheduler. Since then, such old systems are not supported, but rather than reverting