MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
endif
OVMF_UPSTREAM_REVISION ?= 947f3737abf65fda63f3ffd97fddfa6986986868
-QEMU_UPSTREAM_REVISION ?= qemu-xen-4.11.0-rc6
-MINIOS_UPSTREAM_REVISION ?= xen-4.11.0-rc1.1
+QEMU_UPSTREAM_REVISION ?= master
+MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd
SEABIOS_UPSTREAM_REVISION ?= rel-1.11.1
ETHERBOOT_NICS ?= rtl8139 8086100e
-QEMU_TRADITIONAL_REVISION ?= xen-4.11.0-rc1
+QEMU_TRADITIONAL_REVISION ?= c8ea0457495342c417c3dc033bba25148b279f60
# Fri Sep 15 19:37:27 2017 +0100
# qemu-xen-traditional: Link against xentoolcore
#################################
-__ __ _ _ _ _
-\ \/ /___ _ __ | || | / / | _ __ ___
- \ // _ \ '_ \ | || |_ | | |_____| '__/ __|
- / \ __/ | | | |__ _|| | |_____| | | (__
-/_/\_\___|_| |_| |_|(_)_|_| |_| \___|
+ _ _ _ ____ _ _ _
+| || | / |___ \ _ _ _ __ ___| |_ __ _| |__ | | ___
+| || |_ | | __) |____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
+|__ _|| |/ __/_____| |_| | | | \__ \ || (_| | |_) | | __/
+ |_|(_)_|_____| \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
#################################
# Release Support
- Xen-Version: 4.11-unstable
+ Xen-Version: 4.12-unstable
Initial-Release: n/a
Supported-Until: TBD
Security-Support-Until: Unreleased - not yet security-supported
# 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 = 11
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_SUBVERSION = 12
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version