Re: [XenPPC] [PATCH 0 of 4] [PATCH] move devtree creation to libxc

2007-01-12 Thread Hollis Blanchard
On Thu, 2007-01-11 at 13:42 -0500, Ryan Harper wrote:
 
 whitespace_cleanup.patch - whitespace clean-up in xc_linux_build.c
 fix_up_flatdevtree.patch - fix copyright notice in flatdevtree.c
  - fix pointer math in ft_add_rsvmap()
  - rename bph string block field to match spec 

I've pushed patches 1 and 2 (more on that in another email).

By the way, don't forget it's 2007 in your copyright notices now. :)

-- 
Hollis Blanchard
IBM Linux Technology Center


___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


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

2007-01-11 Thread Ryan Harper
This patchset moves the construction of the flat OF tree from python
into libxc.

whitespace_cleanup.patch - whitespace clean-up in xc_linux_build.c
fix_up_flatdevtree.patch - fix copyright notice in flatdevtree.c
 - fix pointer math in ft_add_rsvmap()
 - rename bph string block field to match spec
dd_make_devtree.patch- fix copyright notice in xc_linux_build.c
 - remove arch_arg from python down to libxc
 - remove call to Flatdevtree in image.py
 - add mk_flatdevtree for construction of
   flat OF trees
 - modify xc_linux_build to use mk_flatdevtree

remove_python_flatdevtree.patch
 - remove FlatDeviceTree.py
 - remove arch_arg for prose builder
 - remove call to Flatdevtree for prose builder
 - modify prose builder to use mk_flatdevtree

I've test booted using the xc_linux_build, but I've not tested the
changes to the prose builder.

Signed-off-by: Ryan Harper [EMAIL PROTECTED]
---
11 files changed, 675 insertions(+), 400 deletions(-)
tools/python/xen/xend/FlatDeviceTree.py |  359 -
tools/libxc/powerpc64/Makefile  |1 
tools/libxc/powerpc64/flatdevtree.c |7 
tools/libxc/powerpc64/flatdevtree.h |2 
tools/libxc/powerpc64/mk_flatdevtree.c  |  520 +++
tools/libxc/powerpc64/mk_flatdevtree.h  |   48 ++
tools/libxc/powerpc64/xc_linux_build.c  |   52 ++-
tools/libxc/powerpc64/xc_prose_build.c  |   44 ++
tools/libxc/xenguest.h  |7 
tools/python/xen/lowlevel/xc/xc.c   |   24 -
tools/python/xen/xend/image.py  |   11 
___
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel