aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-06 15:19:13 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-06 15:19:13 +0100
commit99b92a0e1506e7e94b7a3d552820b5405a5f8646 (patch)
treece0a4b9451e4bf236eb37d35c809d15d4a879cc5
parent9220d5f180989076c4dd4d01f428da4ecf33b46e (diff)
downloadxen-99b92a0e1506e7e94b7a3d552820b5405a5f8646.tar.gz
xen-99b92a0e1506e7e94b7a3d552820b5405a5f8646.tar.bz2
xen-99b92a0e1506e7e94b7a3d552820b5405a5f8646.zip
Use legacy ioemu on ia64 for Xen 4.0
Signed-off-by: Aron Griffis <aron@hp.com>
-rw-r--r--Config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 65f2de88ec..19c8bd4a6f 100644
--- a/Config.mk
+++ b/Config.mk
@@ -86,7 +86,11 @@ QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
# 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