WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0 of 4] support of cpupools in xl

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0 of 4] support of cpupools in xl
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Thu, 21 Oct 2010 11:29:59 +0200
Delivery-date: Thu, 21 Oct 2010 02:36:28 -0700
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1287653736; x=1319189736; h=mime-version:content-transfer-encoding:subject: message-id:date:from:to; z=MIME-Version:=201.0|Content-Transfer-Encoding:=207bit |Subject:=20[PATCH=200=20of=204]=20support=20of=20cpupool s=20in=20xl|Message-Id:=20<patchbomb.1287653399@nehalem1> |Date:=20Thu,=2021=20Oct=202010=2011:29:59=20+0200|From: =20Juergen=20Gross=20<juergen.gross@xxxxxxxxxxxxxx>|To: =20xen-devel@xxxxxxxxxxxxxxxxxxx; bh=lsmKhTMlbRJyTQzr6wwrZyy2nUq74gPkgVsCEOPLsTo=; b=JnOnkfOQqRJw6OCK7cE8l0BRJiwr0kx3pj7fsIil731KbXKZ7Cn3/fRK SA4qAF8k+wacvmDJP6bfXemh+QjR6yAnw4nPQiOH9/LupRm1ohDQCNujg zgRxYraZeZPPZ29FBtUwWK5agBSdjeCppLQ3GK7SUAXl2+6woglqi98UU 3Jqt4mF/UT91XLuKolbK6SzpZNMJBvMVF902cLMrwLbY6k5BfH0TNYTyc DxVx0nXJAilM9i6wZrQ8DkrdUBU7+;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Content-Type:MIME-Version: Content-Transfer-Encoding:Subject:Message-Id:Date:From:To; b=jSuzRyQLLkf7cyGEnuy5sxJ9tCk5BF7ri8Brf3hFkpNaEXnrbfhiNtNE jDBMY7yuMKdIDcjYdpUZVhAlSjUEhowGvAwy+00ZvzgdJOfH968SgFXPq Amvr2lrDF4adKIuISMWyDFuEkmCDvDlKYi1J0yEaLSSI63hIH45u0pGFp /CpAPXtPilXh9pibeyVCeurxGE9q3Ck00I9xP96J/qGQh5rIQIfnPr8aj D6S1i5JyhY4rCSWswUD244wy6E53j;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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 ---------------

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel