[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix simulator boot (uses old bootparam format with no initrd)
# HG changeset patch # User djm@xxxxxxxxxxxxxxx # Node ID 9a72d15cc3a57d1a9aa14f6a93ccad6afd13f336 # Parent 7ef565a7cc8612548f41833e33045b033fb89729 Fix simulator boot (uses old bootparam format with no initrd) diff -r 7ef565a7cc86 -r 9a72d15cc3a5 xen/arch/ia64/xen/xensetup.c --- a/xen/arch/ia64/xen/xensetup.c Thu Dec 15 23:17:06 2005 +++ b/xen/arch/ia64/xen/xensetup.c Mon Dec 19 21:18:54 2005 @@ -191,7 +191,7 @@ firsthole_start = 0; efi_memmap_walk(xen_find_first_hole, &firsthole_start); - if (ia64_boot_param->domain_start == 0 + if (running_on_sim || ia64_boot_param->domain_start == 0 || ia64_boot_param->domain_size == 0) { /* This is possible only with the old elilo, which does not support a vmm. Fix now, and continue without initrd. */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |