aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2012-09-10 14:08:11 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2012-09-10 14:08:11 +0100
commit3c46b3a51a97a0380d0f226678cd656858295b5a (patch)
tree86597abbc888bd472f75bf23c7bb96b6d6402199
parent86ee56f8a074c2d7c8802d7ec6ba1b1350e22f1c (diff)
downloadxen-3c46b3a51a97a0380d0f226678cd656858295b5a.tar.gz
xen-3c46b3a51a97a0380d0f226678cd656858295b5a.tar.bz2
xen-3c46b3a51a97a0380d0f226678cd656858295b5a.zip
Config.mk: Change qemu references to 4.2-testing trees
QEMU_REMOTE and QEMU_UPSTREAM_URL need to refer to git://xenbits.xen.org/qemu-{xen,upstream}-4.2-testing.git (or the corresponding http versions), not -unstable.git. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--Config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.mk b/Config.mk
index 78410efc82..7ce2a1b881 100644
--- a/Config.mk
+++ b/Config.mk
@@ -187,18 +187,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.2-testing.git
else
-QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-unstable.git
+QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-4.2-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.2-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.2-testing.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871