From: Ian Jackson Date: Tue, 3 May 2016 11:43:35 +0000 (+0100) Subject: Final touches for Xen 4.7.0-rc1 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1174 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b90ecd5f2ba3a1d28e69b724cc4e90afcb6ce483;p=xen.git Final touches for Xen 4.7.0-rc1 * Update README and xen/Makefile to "Xen 4.7-rc" * Fix QEMU_UPSTREAM_REVISION to a tag, so we get a specific commit Signed-off-by: Ian Jackson --- diff --git a/Config.mk b/Config.mk index 79321dc51f..ddedeaab94 100644 --- a/Config.mk +++ b/Config.mk @@ -271,7 +271,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d -QEMU_UPSTREAM_REVISION ?= master +QEMU_UPSTREAM_REVISION ?= qemu-xen-4.7.0-rc1 MINIOS_UPSTREAM_REVISION ?= e085b7e5613576601e2f100e6f1ee9e0778c3eb9 # Sun Apr 10 00:46:32 2016 +0200 # Fix time update diff --git a/README b/README index a95eed042f..d3f432a869 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ ################################# -__ __ _ _ _____ _ _ _ -\ \/ /___ _ __ | || | |___ | _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || |_ / /____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _| / /_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)_/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| - +__ __ _ _ _____ +\ \/ /___ _ __ | || | |___ | _ __ ___ + \ // _ \ '_ \ | || |_ / /____| '__/ __| + / \ __/ | | | |__ _| / /_____| | | (__ +/_/\_\___|_| |_| |_|(_)_/ |_| \___| + ################################# http://www.xen.org/ diff --git a/xen/Makefile b/xen/Makefile index f49014b6b2..0d5f240edb 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 = 7 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version