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] With the patch attached, we can bring up x86_64 domU to

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] With the patch attached, we can bring up x86_64 domU to the point where
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Fri, 24 Jun 2005 09:28:11 +0000
Cc: james@xxxxxxxxxxxxx
Delivery-date: Fri, 24 Jun 2005 10:02:27 +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 Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1748.1.2, 2005/06/24 10:28:11+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        With the patch attached, we can bring up x86_64 domU to the point where
        it tries to mount the root fs (see the log below). We are looking at
        problems around blkif_connect at this point.
        
        Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
        Signed-off-by: Xin B Li <xin.b.li@xxxxxxxxx>



 linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S |    2 +-
 tools/libxc/xc_linux_build.c                          |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S 
b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S     2005-06-24 
06:03:17 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S     2005-06-24 
06:03:17 -04:00
@@ -16,7 +16,7 @@
 #include <linux/linkage.h>
 
 .section __xen_guest
-       .ascii  
"GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xffffffff80100000"
+       .ascii  
"GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xffffffff80000000"
        .ascii  ",LOADER=generic"
 /*     .ascii  ",PT_MODE_WRITABLE" */
        .byte   0
diff -Nru a/tools/libxc/xc_linux_build.c b/tools/libxc/xc_linux_build.c
--- a/tools/libxc/xc_linux_build.c      2005-06-24 06:03:17 -04:00
+++ b/tools/libxc/xc_linux_build.c      2005-06-24 06:03:17 -04:00
@@ -81,8 +81,8 @@
     int rc;
 
     unsigned long nr_pt_pages;
-    unsigned long ppt_alloc;
-    unsigned long *physmap, *physmap_e, physmap_pfn;
+    unsigned long ppt_alloc, physmap_pfn;
+    u32 *physmap, *physmap_e;
 
     struct load_funcs load_funcs;
     struct domain_setup_info dsi;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] With the patch attached, we can bring up x86_64 domU to the point where, BitKeeper Bot <=