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 17:24:38 -0500
Delivery-date: Fri, 19 Jan 2007 15:24:33 -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
Hollis pointed out some changes to several of the patches so I fixed those
issues up:

- dump void *devtree, rename struct ft_ctx root  to devtree
- kill if(devtree) in xc_linux_build, we always use devtree
- make PPC_ProseImageHandler derive from LinuxImageHandler instead of
  ImageHandler, this cleans up patch3's image.py sync

Signed-of-by: Ryan Harper <ryanh@xxxxxxxxxx>
12 files changed, 847 insertions(+), 864 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  |  217 +++++------
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          |   59 ---
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel