aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 23:00:30 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 23:00:30 +0100
commit6295f7b8fd87c41a5d1cbfabc5e8f2fd49a99cf3 (patch)
tree1d5190cbf8dd4289029d5bbdbf1770a04e9ad59c /Config.mk
parentaaa80065b49819b148e8feb2c956599cdefd0946 (diff)
downloadxen-6295f7b8fd87c41a5d1cbfabc5e8f2fd49a99cf3.tar.gz
xen-6295f7b8fd87c41a5d1cbfabc5e8f2fd49a99cf3.tar.bz2
xen-6295f7b8fd87c41a5d1cbfabc5e8f2fd49a99cf3.zip
Revert 18232:2e47722d3501
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 990489fcdb..2cb15d4be0 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