aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2013-05-07 14:01:11 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-05-07 14:01:11 +0100
commit4de97462d34f7b74c748ab67600fe2386131b778 (patch)
tree46688d2cd3c5e6c79c7ae7453c30950029cec9ab /Config.mk
parent0ddfb3c5fbfd65d453461a58f65aa1b3172d0136 (diff)
downloadxen-4de97462d34f7b74c748ab67600fe2386131b778.tar.gz
xen-4de97462d34f7b74c748ab67600fe2386131b778.tar.bz2
xen-4de97462d34f7b74c748ab67600fe2386131b778.zip
Config.mk: update QEMU_TAG and QEMU_UPSTREAM_REVISION for 4.3.0-rc14.3.0-rc1
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index b1f12ecf8d..f270b36f38 100644
--- a/Config.mk
+++ b/Config.mk
@@ -212,7 +212,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
endif
OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871
-QEMU_UPSTREAM_REVISION ?= master
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1
SEABIOS_UPSTREAM_TAG ?= rel-1.7.1
# Wed Aug 29 21:27:37 2012 -0400
# Make iasl option check work with older versions of iasl.
@@ -224,7 +224,7 @@ ETHERBOOT_NICS ?= rtl8139 8086100e
# CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= b86eb6bb95e67d22185967657c97fb6a2f131198
+QEMU_TAG ?= xen-4.3.0-rc1
# Fri Mar 15 18:25:15 2013 +0000
# xen: Disable use of O_DIRECT by default as it results in crashes.