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

[Xen-ia64-devel] Xen-unstable.hg for ia64

To: "Magenheimer, Dan \(HP Labs Fort Collins\)" <dan.magenheimer@xxxxxx>, "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Subject: [Xen-ia64-devel] Xen-unstable.hg for ia64
From: "Yang, Fred" <fred.yang@xxxxxxxxx>
Date: Wed, 30 Nov 2005 08:31:18 -0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 30 Nov 2005 16:31:02 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcXzytgKo6So03GTShmzfLz5ceuCSgBxm7VwAAi6/CAABVt+UA==
Thread-topic: Xen-unstable.hg for ia64
Magenheimer, Dan (HP Labs Fort Collins) wrote:
> I'm still catching up after being gone for a few days and
> spent most of yesterday recovering from a trashed disk
> on my test machine.  My first priority is to find out
> what broke Xen/ia64 in xen-unstable so we have a solid
> foundation, then I will catch up on the patch backlog.
> 
We are also looking why xen-unstable.hg broken for ia64.  Attached is a
patch from Kevin for Domain0 build, the 2nd patch is BUG_ON issue from
Anthony that has been discussed in xen-devel

diff -r ccf76e51e7e6 xen/common/xmalloc.c
--- a/xen/common/xmalloc.c      Tue Nov 29 16:59:03 2005
+++ b/xen/common/xmalloc.c      Wed Nov 30 17:07:38 2005
@@ -111,8 +111,9 @@
     unsigned long flags;
 
     /* We currently always return cacheline aligned. */
+#ifndef __ia64__
     BUG_ON(align > SMP_CACHE_BYTES);
-
+#endif
     /* Add room for header, pad to align next header. */
     size += sizeof(struct xmalloc_hdr);
     size = align_up(size, __alignof__(struct xmalloc_hdr));

We will look from DomainVTI angle.  With your DomainU angle, we should
get Xen-unstable.hg to have ia64 code ready.

More community members contribute to this effort togather can definitely
get to this goal possible for Xen3.0?

Thanks,

-Fred

Attachment: build.txt
Description: build.txt

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] Xen-unstable.hg for ia64, Yang, Fred <=