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-ia64-devel

RE: [Xen-ia64-devel] WIP/RFC fixing Xen/ia64 on xen-unstable.hg

To: "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Subject: RE: [Xen-ia64-devel] WIP/RFC fixing Xen/ia64 on xen-unstable.hg
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Tue, 22 Aug 2006 20:48:15 -0600
Cc: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 22 Aug 2006 19:48:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <CA502B3E9EE27B4490C87C12E3C7C8510B2653@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
References: <CA502B3E9EE27B4490C87C12E3C7C8510B2653@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, 2006-08-23 at 10:06 +0800, Zhang, Xiantao wrote:
> Hi Alex,
>       After more investigations, I think it should be caused by CSet11156.
> After removing that patch, seems XenU could be created successfully.
> You should be very familiar with that patch. So it should be fixed
> quickly by you :) 

   D'oh, I added transparent paravirtualization, but missed the dom0
only console setup.  The patch below along with the previous one should
get us booting again.  Thanks for you help narrowing this down Xiantao!
I'll clean these up and submit them to xen-devel.  Thanks,

        Alex

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---

diff -r 6a8204e4619d linux-2.6-xen-sparse/arch/ia64/dig/setup.c
--- a/linux-2.6-xen-sparse/arch/ia64/dig/setup.c        Mon Aug 21 13:36:05 
2006 +0100
+++ b/linux-2.6-xen-sparse/arch/ia64/dig/setup.c        Tue Aug 22 20:39:48 
2006 -0600
@@ -69,7 +69,7 @@ dig_setup (char **cmdline_p)
        screen_info.orig_video_isVGA = 1;       /* XXX fake */
        screen_info.orig_video_ega_bx = 3;      /* XXX fake */
 #ifdef CONFIG_XEN
-       if (!is_running_on_xen())
+       if (!is_running_on_xen() || !is_initial_xendomain())
                return;
 
        if (xen_start_info->console.dom0.info_size >=



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