Update Xen version to 4.2.0-rc4
authorKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:08:10 +0000 (12:08 +0100)
committerKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:08:10 +0000 (12:08 +0100)
Config.mk
xen/Makefile

index 966f93bc87698b3eeb11703e698eb3114a237199..78410efc82a681c04cfc9d58e91f3af957dce72b 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -214,9 +214,7 @@ ETHERBOOT_NICS ?= rtl8139 8086100e
 # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
 CONFIG_QEMU ?= $(QEMU_REMOTE)
 
-QEMU_TAG ?= bacc0d302445c75f18f4c826750fb5853b60e7ca
-# Thu Sep 6 17:05:30 2012 +0100
-# Disable qemu monitor by default.  The qemu monitor is an overly
+QEMU_TAG ?= xen-4.2.0-rc4
 
 # Short answer -- do not enable this unless you know what you are
 # doing and are prepared for some pain.
index 824f442700c46c73965e887692c5eb3b06e369e4..9be8e8f638599e588bd90d3e5e910b91c98ad115 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 2
-export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version