aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.mk3
-rw-r--r--xen/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index db91cde8c1..997d7c4e07 100644
--- a/Config.mk
+++ b/Config.mk
@@ -185,7 +185,8 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= 1c304816043c0ffe14d20d6006d6165cb7fddb9b
+QEMU_TAG := xen-4.1.0-rc1
+#QEMU_TAG ?= 1c304816043c0ffe14d20d6006d6165cb7fddb9b
# Tue Jan 11 18:48:58 2011 +0000
# qemu-xen: use dynticks instead of a static 10ms timeout
diff --git a/xen/Makefile b/xen/Makefile
index 38838ba7d2..6fb06836f9 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 1
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version