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 1 of 3] To be able to support arbitrary numbers of ph

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 1 of 3] To be able to support arbitrary numbers of physical cpus it was necessary to
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Tue, 05 Oct 2010 15:45:15 +0200
Delivery-date: Tue, 05 Oct 2010 06:51:23 -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=1286286504; x=1317822504; h=mime-version:subject:message-id:in-reply-to:date:from:to; z=MIME-Version:=201.0|Subject:=20[PATCH=201=20of=203]=20To =20be=20able=20to=20support=20arbitrary=20numbers=20of=20 physical=0D=0A=09cpus=20it=20was=20necessary=20to |Message-Id:=20<cfce8e7555059a646c65.1286286315@nehalem1> |In-Reply-To:=20<patchbomb.1286286314@nehalem1>|Date:=20T ue,=2005=20Oct=202010=2015:45:15=20+0200|From:=20Juergen =20Gross=20<juergen.gross@xxxxxxxxxxxxxx>|To:=20xen-devel @lists.xensource.com; bh=IBOEhBTAYGcKglLTOkZU7tSEWHkHYzixBGSWmWQedj0=; b=tyuwUFBtYq0FnZkVcSdFTdfxDbAgHEkf/NxdSpHYgzwvq2PX5WJywesT c9HkvbfiI11Z9yp9dX/3v6G/K769ReHnFNftJ91h604s6KZHw5ulE3QCS hfb4BUjX0EYxADN04hd8B7jyHE09OFBnLX7gF+4dm2T9mNaLZl0V4P/d3 ZG8wO8foY7dj7ntzRzp9s+RYPCxKImHXg3Jt8wO0sQgNJo6L0zIBMdTdT XBs4rx9dOGaKi0LfXF+MKqVamHDyx;
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:Subject: X-Mercurial-Node:Message-Id:In-Reply-To:Date:From:To; b=bDfyx1Z87tHBLPPgazVjDfAUjCh3Zma6b1s23OupEBJOpTRla6lNkKrf 9W1cp4EMgaqoUz0pnxzR7rND2jdmHVOBY0HNhr8nFs8SpJZyKcskteTEc OGRw8Vr5y7vdh/oEWpyPS6EGRBrwHxf5n3QHYe1heGLmDyct5IHH07Bd6 Dn0dU1N0ooPDoFnAnvaIwBhMszmpaqTTd5KkIQm4qT5/qjx4MBX5UcsPA CKVyIhmUC6LSjfdHhEgze9SIxMbIO;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1286286314@nehalem1>
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
include the size of cpumaps in the xc-interfaces for cpu pools.
These were:
  definition of xc_cpupoolinfo_t
  xc_cpupool_getinfo()
  xc_cpupool_freeinfo()
xc_cpupool_getinfo() and xc_cpupool_freeinfo() are changed to allocate the
needed buffer and return it.

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


7 files changed, 174 insertions(+), 152 deletions(-)
tools/libxc/xc_cpupool.c          |  118 ++++++++++++++++++++++---------------
tools/libxc/xc_misc.c             |   14 ++++
tools/libxc/xenctrl.h             |   26 ++++----
tools/libxl/libxl.c               |   49 +++++++--------
tools/libxl/libxl_internal.h      |    1 
tools/libxl/xl_cmdimpl.c          |   22 +++---
tools/python/xen/lowlevel/xc/xc.c |   96 ++++++++++++------------------


Attachment: xen-work-3.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>