From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aron Griffis Subject: Re: [Xen-ia64-devel] Re: [PATCH 2 of 2] cross-build fixes in ioemu-remote Date: Mon, 4 Aug 2008 18:31:14 -0400 Message-ID: <20080804223113.GA7496@fc.hp.com> References: <18577.55125.163478.822929@mariner.uk.xensource.com> <20080731152915.GR4678@implementation.uk.xensource.com> <18577.60623.557383.261705@mariner.uk.xensource.com> <20080731192115.GB20132@fc.hp.com> <18579.14670.222401.697922@mariner.uk.xensource.com> <20080801172223.GC30058@fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20080801172223.GC30058@fc.hp.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com, xen-ia64-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Any responses to my last email and patch in this thread? It would be nice to get cross-install (or something like it) in the tree, along with fixing the build on ia64. The build problem is that translate-all.c doesn't build on ia64, because there's no support for instruction translation on ia64. But it shouldn't need to build translate-all.c at all for ioemu. It didn't on the legacy ioemu, and it's only working right now on ia32 and x86_64 because those arches can build translate-all.c, however unnecessary it is. I took a quick look but I'm not quickly seeing how to change the build to omit translate-all.c. It would be great if somebody more familiar with ioemu could take a glance. Thanks, Aron