projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9220d5f
)
Use legacy ioemu on ia64 for Xen 4.0
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 6 Aug 2008 14:19:13 +0000
(15:19 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 6 Aug 2008 14:19:13 +0000
(15:19 +0100)
Signed-off-by: Aron Griffis <aron@hp.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index 65f2de88ec5f936dda220f3e0461b54ff813b875..19c8bd4a6fd45c88fad4951ef21b1cd1ea8604bc 100644
(file)
--- 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