[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-ia64-devel] 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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.