aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-20 10:02:50 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-20 10:02:50 +0100
commit55c8a1407cf4e56374f7158c2eb82235aaf19b38 (patch)
tree1a7f9b3340792cb9e71d1ae62437dfecda741f66 /Config.mk
parentc7b525bb3c5e5fc8a11c91f01686e492bb76399d (diff)
downloadxen-55c8a1407cf4e56374f7158c2eb82235aaf19b38.tar.gz
xen-55c8a1407cf4e56374f7158c2eb82235aaf19b38.tar.bz2
xen-55c8a1407cf4e56374f7158c2eb82235aaf19b38.zip
Use git smart server protocol for qemu tree by default
xenbits supports the git protocol now, which is much faster (and produces less noise in the build log too). Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 1295727f58..ba798fce8e 100644
--- a/Config.mk
+++ b/Config.mk
@@ -141,7 +141,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
# the internet. The original download URL is preserved as a comment
# near the place in the Xen Makefiles where the file is used.
-QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
+QEMU_REMOTE=git://xenbits.xensource.com/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.