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 5] support of NUMA topology in xl

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0 of 5] support of NUMA topology in xl
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Thu, 09 Dec 2010 11:51:20 +0100
Delivery-date: Thu, 09 Dec 2010 02:54:56 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1291891997; x=1323427997; 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=205]=20support=20of=20NUMA=20 topology=20in=20xl|Message-Id:=20<patchbomb.1291891880@ne halem1>|Date:=20Thu,=2009=20Dec=202010=2011:51:20=20+0100 |From:=20Juergen=20Gross=20<juergen.gross@xxxxxxxxxxxxxx> |To:=20xen-devel@xxxxxxxxxxxxxxxxxxx; bh=6y8/I2wPwvlj2qT/gszAF+GMjHZAS0vTXNHMOgdmRqw=; b=U/YlgkrLnus+P3bTl07R8EvIx4a4r++2OhX9LPwkQrEKxBTt99GHvmkk 4On2wqyXoY5clQhBqpfIiu4A6TjnGs4YQicUDE9PE7aAkUS3tB1XSZOHb 7EUaIQDr2bZfD2He4gmgXVx/TcTF2NoXXH9K3sfbzJKu3pCwJVF+qGnz4 Usg5+DlDO8585fuJu14yTF0QHkMgAMaWxzf3HkC9hD639CHLw3WZ2MW3r x7SQUcmrHe0mHUQcts7FuF//wxCdp;
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=tR9eXoEnN1EJNscTHilO6d9X0jTMgulzSuobxjbGmTI45EU6Qbb6Q5Iz 5J2uukfY7UNVwaChruNYBoFFG3BaTIbl51k8h6Y7PpqwhOwbJ6HH0E7LR Jwz/Y4mAf1RJ1puFhQL3J8M582tphbVHWa9fojoyUh0oP3wawqj+UFYQO ZzU2kzC5VtwA0YM1jUdsqi2oH1Pz+rEHJ7BE5m0afy2w/o5IG4twRuoYN fpxXNwrOmLqCWHQR10mOnJUyNBwCK;
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
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 ++

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