]> xenbits.xensource.com Git - xen.git/commitdiff
Config.mk: Fetch qemu trees from 4.3-testing branches
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 1 Jul 2013 15:24:27 +0000 (16:24 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 1 Jul 2013 15:24:27 +0000 (16:24 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Config.mk

index 4f819f3e015788601fd2d66b6361f594546cf1d4..7a778999104abd0bcdbb472bcfa53a3d8c0ae0d6 100644 (file)
--- 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