xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Allow schedulers to be selectable through Kconfig
@ 2015-12-18 21:41 Jonathan Creekmore
  2015-12-18 21:41 ` [PATCH v2 1/4] build: Hook the schedulers into Kconfig Jonathan Creekmore
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jonathan Creekmore @ 2015-12-18 21:41 UTC (permalink / raw)
  To: xen-devel; +Cc: Jonathan Creekmore

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.

---
Changed since v1:
  * Marked credit2 as EXPERIMENTAL
  * Removed confusing language from the commit message
  * Alphabetize the schedulers
  * rename the __start and __end symbols to better match
    the rest of the file
  * Simplify the calculation of the number of schedulers
  * Make the scheduler ops structures static to their files

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 |  4 ++-
 xen/common/sched_credit.c   |  4 ++-
 xen/common/sched_credit2.c  |  4 ++-
 xen/common/sched_rt.c       |  4 ++-
 xen/common/schedule.c       | 20 +++++++-------
 xen/include/xen/sched-if.h  |  7 ++---
 10 files changed, 99 insertions(+), 24 deletions(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-18 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 21:41 [PATCH v2 0/4] Allow schedulers to be selectable through Kconfig Jonathan Creekmore
2015-12-18 21:41 ` [PATCH v2 1/4] build: Hook the schedulers into Kconfig Jonathan Creekmore
2015-12-18 21:41 ` [PATCH v2 2/4] build: Alloc space for sched list in the link file Jonathan Creekmore
2015-12-18 21:41 ` [PATCH v2 3/4] sched: Register the schedulers into the list Jonathan Creekmore
2015-12-18 21:41 ` [PATCH v2 4/4] sched: Use the auto-generated list of schedulers Jonathan Creekmore
2015-12-18 21:45   ` Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).