aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 20:54:22 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 20:54:22 +0100
commitaaa80065b49819b148e8feb2c956599cdefd0946 (patch)
tree5fa31654e4e54d5dd0eb67085ca69b0b79c1e4d6
parent86657fd99a099ac51b11ccc06f055ae8c5707669 (diff)
downloadxen-aaa80065b49819b148e8feb2c956599cdefd0946.tar.gz
xen-aaa80065b49819b148e8feb2c956599cdefd0946.tar.bz2
xen-aaa80065b49819b148e8feb2c956599cdefd0946.zip
Revert to old ioemu for now.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
-rw-r--r--Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 2cb15d4be0..990489fcdb 100644
--- a/Config.mk
+++ b/Config.mk
@@ -82,9 +82,9 @@ QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
-# CONFIG_QEMU ?= ioemu
+CONFIG_QEMU ?= ioemu
# CONFIG_QEMU ?= ../qemu-xen.git
-CONFIG_QEMU ?= $(QEMU_REMOTE)
+# CONFIG_QEMU ?= $(QEMU_REMOTE)
# Optional components
XENSTAT_XENTOP ?= y