All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] support of NUMA topology in xl
@ 2010-11-26  7:10 Juergen Gross
  2010-11-26  7:10 ` [PATCH 1 of 4] Support getting topology info in libxl Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 25+ messages in thread
From: Juergen Gross @ 2010-11-26  7:10 UTC (permalink / raw)
  To: xen-devel

This patch series adds support of NUMA topology in xl.

Patch 1 adds a libxl function to retireve topology information from hypervisor
Patch 2 adds support of -n option to xl info
Patch 3 adds possibility to specify complete nodes instead of cpus for cpupools
Patch 4 adds a new xl command cpupool-numa-split to create one cpupool per numa node

9 files changed, 430 insertions(+), 19 deletions(-)
tools/libxl/libxl.c               |   58 ++++++
tools/libxl/libxl.h               |    8 
tools/libxl/libxl.idl             |    7 
tools/libxl/libxl_utils.c         |   24 ++
tools/libxl/libxl_utils.h         |    2 
tools/libxl/xl.h                  |    1 
tools/libxl/xl_cmdimpl.c          |  314 +++++++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c         |   11 -
tools/python/xen/lowlevel/xl/xl.c |   24 ++

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

end of thread, other threads:[~2010-12-09 12:09 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26  7:10 [PATCH 0 of 4] support of NUMA topology in xl Juergen Gross
2010-11-26  7:10 ` [PATCH 1 of 4] Support getting topology info in libxl Juergen Gross
2010-12-07 17:21   ` Ian Jackson
2010-12-08 10:51   ` Ian Campbell
2010-12-08 12:01     ` Juergen Gross
2010-12-09 12:09   ` Gianni Tedesco
2010-11-26  7:10 ` [PATCH 2 of 4] support topolgy info in xl info Juergen Gross
2010-12-07 17:23   ` Ian Jackson
2010-12-08  5:47     ` Juergen Gross
2010-11-26  7:10 ` [PATCH 3 of 4] Extend cpupools to support numa Juergen Gross
2010-12-07 17:25   ` Ian Jackson
2010-12-08 10:58   ` Ian Campbell
2010-12-08 12:07     ` Juergen Gross
2010-11-26  7:10 ` [PATCH 4 of 4] Support new xl command cpupool-numa-split Juergen Gross
2010-12-07 17:26   ` Ian Jackson
2010-12-07 17:31     ` George Dunlap
2010-12-07 17:34       ` Ian Jackson
2010-12-08 11:16   ` Ian Campbell
2010-12-08 12:20     ` Juergen Gross
2010-12-08 13:12       ` Ian Campbell
2010-12-08 13:17         ` Juergen Gross
2010-12-08 13:38           ` Ian Campbell
2010-12-08 13:41             ` Juergen Gross
2010-12-08 14:12               ` Ian Campbell
2010-12-09  9:45                 ` Juergen Gross

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.