From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 5] support of NUMA topology in xl
Date: Thu, 09 Dec 2010 11:51:20 +0100 [thread overview]
Message-ID: <patchbomb.1291891880@nehalem1> (raw)
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 possibility to rename a cpupool (libxl and xl command)
Patch 5 adds a new xl command cpupool-numa-split to create one cpupool per numa node
9 files changed, 536 insertions(+), 21 deletions(-)
tools/libxl/libxl.c | 167 ++++++++++++++++++++
tools/libxl/libxl.h | 11 +
tools/libxl/libxl.idl | 7
tools/libxl/libxl_utils.c | 28 +++
tools/libxl/libxl_utils.h | 2
tools/libxl/xl.h | 2
tools/libxl/xl_cmdimpl.c | 300 +++++++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c | 16 +
tools/python/xen/lowlevel/xl/xl.c | 24 ++
next reply other threads:[~2010-12-09 10:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 10:51 Juergen Gross [this message]
2010-12-09 10:51 ` [PATCH 1 of 5] Support getting topology info in libxl Juergen Gross
2010-12-23 16:02 ` Ian Jackson
2010-12-09 10:51 ` [PATCH 2 of 5] support topolgy info in xl info Juergen Gross
2010-12-09 10:51 ` [PATCH 3 of 5] Extend cpupools to support numa Juergen Gross
2010-12-09 10:51 ` [PATCH 4 of 5] Support renaming of cpupools Juergen Gross
2010-12-09 12:25 ` Ian Campbell
2010-12-09 10:51 ` [PATCH 5 of 5] Support new xl command cpupool-numa-split Juergen Gross
2010-12-09 12:29 ` [PATCH 0 of 5] support of NUMA topology in xl Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2010-12-09 12:39 Juergen Gross
2010-12-17 6:09 ` Juergen Gross
2010-12-17 17:46 ` Ian Jackson
2010-12-17 17:50 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1291891880@nehalem1 \
--to=juergen.gross@ts.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.