10 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] Xen-unstable.hg for ...
FromSent OnAttachments
Xu, Anthony27 Nov 2005 19:21.patch
Xu, Anthony30 Nov 2005 01:35 
Magenheimer, Dan (HP Labs Fort Collins)30 Nov 2005 05:49 
Yang, Fred30 Nov 2005 08:30.txt
Tian, Kevin30 Nov 2005 22:54 
Xu, Anthony01 Dec 2005 03:57 
Magenheimer, Dan (HP Labs Fort Collins)01 Dec 2005 07:37 
Magenheimer, Dan (HP Labs Fort Collins)12 Jan 2006 12:31 
Shuji Kurihara30 Mar 2006 06:34 
Magenheimer, Dan (HP Labs Fort Collins)30 Mar 2006 09:12 
Subject:[Xen-ia64-devel] Xen-unstable.hg for ia64
From:Yang, Fred (fred@intel.com)
Date:11/30/2005 08:30:56 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

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