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] Xen-unstable.hg for ia64

To: "Yang, Fred" <fred.yang@xxxxxxxxx>, "Magenheimer, Dan \(HP Labs Fort Collins\)" <dan.magenheimer@xxxxxx>, "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Subject: RE: [Xen-ia64-devel] Xen-unstable.hg for ia64
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Thu, 1 Dec 2005 14:55:14 +0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 01 Dec 2005 06:55:01 +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+UAAeiihw
Thread-topic: [Xen-ia64-devel] Xen-unstable.hg for ia64
>From: Yang, Fred
>Sent: 2005年12月1日 0:31
>>
>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));
>

That ifndef should be removed just like now on xen-unstable.hg and also 
SMP_CACHE_BYTES needs to be corrected on ia64 side. However Dan just checked in 
the latter fix on xen-ia64-unstable which has not been sync-ed into 
xen-unstable. Anyway, next sync will solve this issue. ;-)

Thanks,
Kevin

>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

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

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-ia64-devel] Xen-unstable.hg for ia64, Tian, Kevin <=