aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2013-07-01 16:24:27 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-01 16:24:27 +0100
commitc8d233c644cbaba24b823ddd2394e4b4e07f7d9d (patch)
tree4941b59ce81023284ec0549616be41e0a20e5bb1 /Config.mk
parent826eb17271d3c647516d9944c47b0779afedea25 (diff)
downloadxen-c8d233c644cbaba24b823ddd2394e4b4e07f7d9d.tar.gz
xen-c8d233c644cbaba24b823ddd2394e4b4e07f7d9d.tar.bz2
xen-c8d233c644cbaba24b823ddd2394e4b4e07f7d9d.zip
Config.mk: Fetch qemu trees from 4.3-testing branches
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.mk b/Config.mk
index 4f819f3e01..7a77899910 100644
--- a/Config.mk
+++ b/Config.mk
@@ -197,18 +197,18 @@ XEN_EXTFILES_URL=http://xenbits.xen.org/xen-extfiles
# near the place in the Xen Makefiles where the file is used.
ifeq ($(GIT_HTTP),y)
-QEMU_REMOTE=http://xenbits.xen.org/git-http/qemu-xen-unstable.git
+QEMU_REMOTE=http://xenbits.xen.org/git-http/qemu-xen-4.3-testing.git
else
-QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-unstable.git
+QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-4.3-testing.git
endif
ifeq ($(GIT_HTTP),y)
OVMF_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/ovmf.git
-QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-unstable.git
+QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-4.3-testing.git
SEABIOS_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/seabios.git
else
OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git
-QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
+QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-4.3-testing.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871