aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
author <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:30 +0000
committer <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:30 +0000
commite737b4333bb287b6134a89edff2bde2a7e048a9e (patch)
treee1c7847b56755e35af0b3a2535d74c6ee2ff5f83 /Config.mk
parent9468afc8b032269296763a35781434ee9a31d0c6 (diff)
downloadxen-e737b4333bb287b6134a89edff2bde2a7e048a9e.tar.gz
xen-e737b4333bb287b6134a89edff2bde2a7e048a9e.tar.bz2
xen-e737b4333bb287b6134a89edff2bde2a7e048a9e.zip
Clone and build upstream Qemu by default
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 7dcb267baa..5f67a9f997 100644
--- a/Config.mk
+++ b/Config.mk
@@ -207,6 +207,13 @@ else
QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
endif
+ifeq ($(GIT_HTTP),y)
+QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-unstable.git
+else
+QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
+endif
+QEMU_UPSTREAM_REVISION ?= master
+
# 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 ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git