From: Keir Fraser Date: Fri, 7 Sep 2012 11:08:10 +0000 (+0100) Subject: Update Xen version to 4.2.0-rc4 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7980 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0a24182135eaa7a88932156ef2bf06a3e7a8149;p=xen.git Update Xen version to 4.2.0-rc4 --- diff --git a/Config.mk b/Config.mk index 966f93bc87..78410efc82 100644 --- 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. diff --git a/xen/Makefile b/xen/Makefile index 824f442700..9be8e8f638 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 = 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