|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [POWERPC/IA64] Updates required due to loader changes
On Wed, 2006-08-23 at 15:00 +0100, Ian Campbell wrote:
>
> The changesets numbers are 11235-11239. They are held in the staging
> tree at the moment but should propagate to the public tree once they
> have passed regression testing.
In the future it would be really nice to get our comments *before* you
check in the code.
> diff -r 58b5141c8309 xen/arch/powerpc/domain_build.c
> --- a/xen/arch/powerpc/domain_build.c Wed Aug 23 14:43:48 2006 +0100
> +++ b/xen/arch/powerpc/domain_build.c Tue Aug 22 12:29:12 2006 +0100
> @@ -137,10 +137,6 @@ int construct_dom0(struct domain *d,
> dsi.v_kernend = RM_MASK(dsi.v_kernend, 42);
> dsi.v_kernentry = RM_MASK(dsi.v_kernentry, 42);
>
> - if (dsi.xen_section_string == NULL) {
> - printk("Not a Xen-ELF image: '__xen_guest' section not found.\n");
> - return -EINVAL;
> - }
> printk("*** LOADING DOMAIN 0 ***\n");
>
> /* By default DOM0 is allocated all available memory. */
Yeah, PowerPC really isn't doing anything with this right now.
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|