All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 3] support of cpupools in xl
Date: Tue, 05 Oct 2010 15:45:14 +0200	[thread overview]
Message-ID: <patchbomb.1286286314@nehalem1> (raw)

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 adds the full cpupool support in xl.
Patch 3 adds an example configuration file for xm/xl pool-create.

Changes since last version: requests of Ian Campbell

19 files changed, 1020 insertions(+), 238 deletions(-)
tools/examples/README             |    1 
tools/examples/cpupool            |   18 +
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               |   13 
tools/libxl/libxl.idl             |   16 -
tools/libxl/libxl_internal.h      |    3 
tools/libxl/libxl_utils.c         |   93 +++++-
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/lowlevel/xl/xl.c |   10 

             reply	other threads:[~2010-10-05 13:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 13:45 Juergen Gross [this message]
2010-10-05 13:45 ` [PATCH 1 of 3] To be able to support arbitrary numbers of physical cpus it was necessary to Juergen Gross
2010-10-06 11:21   ` Stefano Stabellini
2010-10-06 13:41     ` Ian Campbell
2010-10-08  8:03       ` Juergen Gross
2010-10-06 13:26   ` Ian Campbell
2010-10-05 13:45 ` [PATCH 2 of 3] support of cpupools in xl: commands and library changes Juergen Gross
2010-10-06 13:31   ` Ian Campbell
2010-10-06 13:47   ` Gianni Tedesco
2010-10-08  8:41     ` Juergen Gross
2010-10-08  8:52       ` Ian Campbell
2010-10-08  9:21         ` Gianni Tedesco
2010-10-05 13:45 ` [PATCH 3 of 3] add example cpupool config file Juergen Gross
2010-10-06 11:25   ` Stefano Stabellini
  -- strict thread matches above, loose matches on Subject: below --
2010-10-08 11:23 [PATCH 0 of 3] support of cpupools in xl Juergen Gross

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.1286286314@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.