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-devel

Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote
From: Aron Griffis <aron@xxxxxx>
Date: Wed, 6 Aug 2008 09:18:08 -0400
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 06 Aug 2008 06:18:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20080806020249.GA32115%yamahata@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20080805123152.GI20132@xxxxxxxxx> <C4BE0A7C.2505C%keir.fraser@xxxxxxxxxxxxx> <20080805145031.GA24238@xxxxxxxxx> <20080806020249.GA32115%yamahata@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-07-02)
(cc'd to lists)

Isaku Yamahata wrote:  [Tue Aug 05 2008, 10:02:49PM EDT]
> On Tue, Aug 05, 2008 at 10:50:32AM -0400, Aron Griffis wrote:
> > Keir Fraser wrote:  [Tue Aug 05 2008, 08:47:40AM EDT]
> > > I suggest we turn off ioemu-remote for ia64, at least by
> > > default. Even if we get it building next week, it still needs
> > > testing. And we plan to release next Friday (15th August).
> > 
> > I'd defer to Isaku (cc'd) on that question.  I'm not quite
> > connected enough to Xen/ia64 development to know the best answer.
> 
> Given that no one hasn't seemed to test ioemu-remote,
> I think default off is a reasonable choice.

Okay, here's the patch.

Thanks,
Aron

# HG changeset patch
# User Aron Griffis <aron@xxxxxx>
# Date 1218028500 14400
# Node ID 7071b1990a15ee14e2ccb9d199764237962c7e57
# Parent  c329dcc9df04ade9c183bfb696bca37296d80a1f
Use legacy ioemu on ia64 for Xen 4.0

Signed-off-by: Aron Griffis <aron@xxxxxx>

diff -r c329dcc9df04 -r 7071b1990a15 Config.mk
--- a/Config.mk Wed Aug 06 11:38:42 2008 +0100
+++ b/Config.mk Wed Aug 06 09:15:00 2008 -0400
@@ -86,7 +86,11 @@
 # Mercurial in-tree version, or a local directory, or a git URL.
 # CONFIG_QEMU   ?= ioemu
 # CONFIG_QEMU   ?= ../qemu-xen.git
+ifeq ($(XEN_TARGET_ARCH),ia64)
+CONFIG_QEMU   ?= ioemu
+else
 CONFIG_QEMU   ?= $(QEMU_REMOTE)
+endif
 
 # Optional components
 XENSTAT_XENTOP     ?= y

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