|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH 0 of 4] [PATCH][UPDATED] move devtree creation to libxc,
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] [PATCH 0 of 4] [PATCH][UPDATED] move devtree creation to libxc, sync python with xen-unstable.hg,
Ryan Harper <=
|
|
|
|
|