All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] support of cpupools in xl
@ 2010-10-21  9:29 Juergen Gross
  2010-10-21  9:30 ` [PATCH 1 of 4] Support arbitrary numbers of physical cpus for cpupools in tools Juergen Gross
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Juergen Gross @ 2010-10-21  9:29 UTC (permalink / raw)
  To: xen-devel

This is the next version of my patches to support cpupools in xl/libxl.
For full functionality it is necessary to change cpumask handling for cpupools
in libxc (patch 1).
Patch 2 renames the xm pool-* commands to cpupool-* and defines the pool-*
as aliases.
Patch 3 adds the full cpupool support in xl.
Patch 4 adds an example configuration file for xm/xl pool-create.

Changes since last version: requests of Ian Campbell (destructors),
                                        Ian Jackson (pool-* commands)

25 files changed, 1437 insertions(+), 641 deletions(-)
tools/examples/README                 |    1 
tools/examples/cpupool                |   17 +
tools/libxc/xc_cpupool.c              |  118 ++++---
tools/libxc/xc_misc.c                 |   14 
tools/libxc/xenctrl.h                 |   26 -
tools/libxl/libxl.c                   |  252 ++++++++++++++--
tools/libxl/libxl.h                   |   22 +
tools/libxl/libxl.idl                 |   12 
tools/libxl/libxl_internal.h          |    2 
tools/libxl/libxl_utils.c             |  103 +++++-
tools/libxl/libxl_utils.h             |   10 
tools/libxl/libxltypes.py             |    5 
tools/libxl/libxlu_cfg_l.c            |   30 --
tools/libxl/libxlu_cfg_l.h            |   18 -
tools/libxl/xl.h                      |    6 
tools/libxl/xl_cmdimpl.c              |  494 +++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c             |   35 ++
tools/python/xen/lowlevel/xc/xc.c     |   96 ++----
tools/python/xen/xm/cpupool-create.py |   51 +++
tools/python/xen/xm/cpupool-new.py    |   50 +++
tools/python/xen/xm/cpupool.py        |  236 +++++++++++++++
tools/python/xen/xm/main.py           |  143 +++++----
tools/python/xen/xm/pool-create.py    |   51 ---
tools/python/xen/xm/pool-new.py       |   50 ---
tools/python/xen/xm/pool.py           |  236 ---------------

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

end of thread, other threads:[~2010-10-21 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21  9:29 [PATCH 0 of 4] support of cpupools in xl Juergen Gross
2010-10-21  9:30 ` [PATCH 1 of 4] Support arbitrary numbers of physical cpus for cpupools in tools Juergen Gross
2010-10-21  9:30 ` [PATCH 2 of 4] Rename cpu-pool commands in xm to cpupool-* Juergen Gross
2010-10-21  9:30 ` [PATCH 3 of 4] support of cpupools in xl: commands and library changes Juergen Gross
2010-10-21  9:30 ` [PATCH 4 of 4] add example cpupool config file Juergen Gross
2010-10-21 17:46 ` [PATCH 0 of 4] support of cpupools in xl Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.