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-ppc-devel

[XenPPC] [PATCH 0 of 4] [PATCH][UPDATED] move devtree creation to libxc,

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [PATCH 0 of 4] [PATCH][UPDATED] move devtree creation to libxc, sync python with xen-unstable.hg
From: Ryan Harper <ryanh@xxxxxxxxxx>
Date: Fri, 19 Jan 2007 15:48:22 -0500
Delivery-date: Fri, 19 Jan 2007 13:48:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
Rebased on changeset 14144:c16586000525
See previous [1]mail for patches 1 and 2.

Added two new patches which remove xenppc deltas from xen-unstable.hg.

move_memory_alloc_to_build.patch:
    - Dropped changes to XendDomainInfo.py
    - Moved domain memory allocation from XendDomainInfo.py into libxc
sync_lowlevel_xc.patch
    - Dropped changes to xc.c, except for prose builder
    - Fixed prose_build to pass mem_mb to libxc
    - Updated prose_build help text to mention mem_mb as parameter

1. http://lists.xensource.com/archives/html/xen-ppc-devel/2007-01/msg00104.html
12 files changed, 850 insertions(+), 863 deletions(-)
tools/python/xen/xend/FlatDeviceTree.py |  359 ------------------
tools/libxc/powerpc64/Makefile          |    1 
tools/libxc/powerpc64/mk_flatdevtree.c  |  605 +++++++++++++++++++++++++++++++
tools/libxc/powerpc64/mk_flatdevtree.h  |   42 ++
tools/libxc/powerpc64/utils.c           |   25 -
tools/libxc/powerpc64/utils.h           |    3 
tools/libxc/powerpc64/xc_linux_build.c  |  213 +++++-----
tools/libxc/powerpc64/xc_prose_build.c  |  124 ------
tools/libxc/xenguest.h                  |   21 -
tools/python/xen/lowlevel/xc/xc.c       |  187 +++------
tools/python/xen/xend/XendDomainInfo.py |   68 ---
tools/python/xen/xend/image.py          |   65 ---
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel