From b3bbdc96e0532f94a69cff3504bdaaca6651a940 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 May 2017 16:30:58 +0100 Subject: Branch Xen 4.9: Make staging be an unstable branch Config.mk MINIOS_UPSTREAM_REVISION } changed from tag to equivalent QEMU_TRADITIONAL_REVISION } specific commit hash QEMU_UPSTREAM_REVISION now tracking master again README, xen/Makefile Update version number */configure Reran autoconf; only change is version number tools/Rules.mk, xen/Kconfig.debug Enable debug. Reverts 229ff3125b3d "Use non-debug build for Xen 4.9". Signed-off-by: Ian Jackson --- xen/Kconfig.debug | 2 +- xen/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xen') diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index e01a194091..689f2974c0 100644 --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -3,7 +3,7 @@ menu "Debugging Options" config DEBUG bool "Developer Checks" - default n + default y ---help--- If you say Y here this will enable developer checks such as asserts and extra printks. This option is intended for development purposes diff --git a/xen/Makefile b/xen/Makefile index 750bb8a4f4..0d78c60f03 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,8 +1,8 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 -export XEN_SUBVERSION = 9 -export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 10 +export XEN_EXTRAVERSION ?= -pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- cgit v1.2.3