WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix simulator boot (uses old bootparam format with no in

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix simulator boot (uses old bootparam format with no initrd)
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Dec 2005 20:42:11 +0000
Delivery-date: Wed, 21 Dec 2005 20:45:57 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix simulator boot (uses old bootparam format with no initrd), Xen patchbot -unstable <=