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