[XenPPC] [PATCH] add support for builtin command line (take two)

2006-08-02 Thread Amos Waterland
Support expressing Xen command line arguments at make invocation. Use same section name as Linux's zImage and reserve a certain amount of space so that arguments can be manipulated by external tools. Signed-off-by: Amos Waterland <[EMAIL PROTECTED]> --- Makefile |3 +++ boot_of.c |8 +

[XenPPC] python flattened device tree builder

2006-08-02 Thread Hollis Blanchard
I'm sending this out for reference since it doesn't look like I'm going to have time to hook it up before I leave until next week. This python generates a sample device tree that dtc and early Linux DomU boot is happy with. (Due to an apparent DomU event channel bug, I can't see the rest of the ke

[XenPPC] [xenppc-unstable] [TOOLS] use standard DPRINTF macro in PPC builder

2006-08-02 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID d5af6a21a324163b5371ce8733535ebee46156c5 # Parent 85a5d108cbf79055c96e021b8bd41b5d613913c2 [TOOLS] use standard DPRINTF macro in PPC builder Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- tools/libxc/xc_ppc_linux_

[XenPPC] [xenppc-unstable] [POWERPC] correctly allocate domain memory

2006-08-02 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID 85a5d108cbf79055c96e021b8bd41b5d613913c2 # Parent 7f21d87ec95d093d58bbc05c0b38292202ffe079 [POWERPC] correctly allocate domain memory - allocate domain RMA in arch_domain_create() - allocate domain RMA with alloc_domheap_pa

[XenPPC] FYI: domain memory allocation fixed

2006-08-02 Thread Hollis Blanchard
FYI, I just pushed a patch that properly allocates domain memory from Xen's allocator. Before, we were simply scribbling over memory without consulting the allocator. As it turns out, the hang I was experiencing when starting the first domU was caused by this scribbling: we were overwriting (at lea