aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-05 14:39:46 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-05 14:39:46 +0100
commit80ae271d20c8f12c6993213664a1587f423c06b9 (patch)
tree62ae1d664f14b91d90e18f9c763618bdab74286a /Config.mk
parent41f4eefa0501ec7c2992a3d766af13742365409e (diff)
downloadxen-80ae271d20c8f12c6993213664a1587f423c06b9.tar.gz
xen-80ae271d20c8f12c6993213664a1587f423c06b9.tar.bz2
xen-80ae271d20c8f12c6993213664a1587f423c06b9.zip
Revert to pulling QEMU GIT repo via HTTP.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index ba798fce8e..9d358750a6 100644
--- a/Config.mk
+++ b/Config.mk
@@ -141,7 +141,9 @@ 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=git://xenbits.xensource.com/qemu-xen-unstable.git
+# GIT protocol can be faster than HTTP, if your firewall lets it through.
+# QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
+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.