From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Creekmore Subject: [PATCH 0/4] Allow schedulers to be selectable through Kconfig Date: Thu, 17 Dec 2015 14:59:30 -0600 Message-ID: <1450385974-12732-1-git-send-email-jonathan.creekmore@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a9feP-0007hK-MY for xen-devel@lists.xenproject.org; Thu, 17 Dec 2015 20:59:49 +0000 Received: by mail-yk0-f177.google.com with SMTP id p130so34520608yka.1 for ; Thu, 17 Dec 2015 12:59:48 -0800 (PST) List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Jonathan Creekmore List-Id: xen-devel@lists.xenproject.org Add machinery to allow the schedulers to be individually selectable through the Kconfig interface. The first patch in the series sets up the Kconfig options for the schedulers and places the appropriate CONFIG_ options around the scheduler list. The second, third, and fourth patches rework the scheduler list from being manually curated into a model where just compiling any schedulers into the hypervisor causes the scheduler list to be built up. Jonathan Creekmore (4): build: Hook the schedulers into Kconfig build: Alloc space for sched list in the link file sched: Register the schedulers into the list sched: Use the auto-generated list of schedulers xen/arch/arm/xen.lds.S | 4 +++ xen/arch/x86/xen.lds.S | 4 +++ xen/common/Kconfig | 64 +++++++++++++++++++++++++++++++++++++++++++++ xen/common/Makefile | 8 +++--- xen/common/sched_arinc653.c | 2 ++ xen/common/sched_credit.c | 2 ++ xen/common/sched_credit2.c | 2 ++ xen/common/sched_rt.c | 2 ++ xen/common/schedule.c | 20 +++++++------- xen/include/xen/sched-if.h | 7 ++--- 10 files changed, 95 insertions(+), 20 deletions(-) -- 2.6.4