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 3 of 4] support of cpupools in xl: commands and libra

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 3 of 4] support of cpupools in xl: commands and library changes
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Thu, 21 Oct 2010 11:30:02 +0200
Delivery-date: Thu, 21 Oct 2010 02:41:45 -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=1287653740; x=1319189740; h=mime-version:subject:message-id:in-reply-to:date:from:to; z=MIME-Version:=201.0|Subject:=20[PATCH=203=20of=204]=20su pport=20of=20cpupools=20in=20xl:=20commands=20and=20libra ry=20changes|Message-Id:=20<ffd46210c7c9a137e3cf.12876534 02@nehalem1>|In-Reply-To:=20<patchbomb.1287653399@nehalem 1>|Date:=20Thu,=2021=20Oct=202010=2011:30:02=20+0200 |From:=20Juergen=20Gross=20<juergen.gross@xxxxxxxxxxxxxx> |To:=20xen-devel@xxxxxxxxxxxxxxxxxxx; bh=CVi814d/tAG9LQ9F2ZTTkpP3kZPlOU+eC2cNNE1ZMSU=; b=KRDjomhuJU863ham29kaHoBCFL1zz+xfApXkjLCn8zuREKz192imDPv4 i6dshz3rp9DuCQ9eqYn4nfwowoq++GkypEw7YkzrFHJ8EDPRDG1eLac9A 6PIOGpfyIX34V5N16ir4ZjSwa17EGVWo4WOAJ1FY+WHcvvKexai8E2aJu oBu4b56hT67EHx9Ve9ZZflfS8Bb6SHE7ZsgBNZny4HEVAPKrWvLya1AQY eb5i3UOO6oRchlUTmW6YBO5bBZee0;
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=SsAqSStKyIdi3IMfO5gvvJsL7UC0gclRUr4944G9wdbXVWjQhY977/Ee fgrqWAxVlKIfMEjCLeCbAgB5+P+ddjdbUxk/BDdUzeMlQgRsGonPYHtP5 mOJ/ikt7QySnyI18YEtvCR/mWUMHJ9rgRPDWTgCWYWDLVP2oqbyRYwpQp H5ZXAPRRGH1vXPh2KvOi7tMThna9pqNo1qyfYIJz3cZnnXmGknWz1cDX7 SV5VGCRmOo9A5GUjul06KNZckeD43;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1287653399@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
Support of cpu pools in xl:
  library functions
  xl pool-create
  xl pool-list
  xl pool-destroy
  xl pool-cpu-add
  xl pool-cpu-remove
  xl pool-migrate
Renamed all cpu pool related names to *cpupool*

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


12 files changed, 824 insertions(+), 86 deletions(-)
tools/libxl/libxl.c          |  203 +++++++++++++++++-
tools/libxl/libxl.h          |   19 +
tools/libxl/libxl.idl        |   12 -
tools/libxl/libxl_internal.h |    2 
tools/libxl/libxl_utils.c    |   98 +++++++-
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     |  472 ++++++++++++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c    |   35 +++


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

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