summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-19 09:08:32 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-19 09:08:32 +0100
commit556c2e817c9cf23b675eb4eaa2dc091f7bb3039f (patch)
treeba693d20a7721a59bdeb3914233cefa03f56768a
parent03a43f548e9095448db72c829db575097910f84f (diff)
downloadxen-RELEASE-4.16.3.tar.gz
update Xen version to 4.16.3RELEASE-4.16.3
-rw-r--r--Config.mk6
-rw-r--r--xen/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Config.mk b/Config.mk
index 6f95067b8d..1215c2725b 100644
--- a/Config.mk
+++ b/Config.mk
@@ -238,15 +238,15 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
endif
OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5
-QEMU_UPSTREAM_REVISION ?= qemu-xen-4.16.2
-MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.16.2
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.16.3
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.16.3
SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
ETHERBOOT_NICS ?= rtl8139 8086100e
-QEMU_TRADITIONAL_REVISION ?= xen-4.16.2
+QEMU_TRADITIONAL_REVISION ?= xen-4.16.3
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
diff --git a/xen/Makefile b/xen/Makefile
index 8a403ee896..06dde1e03c 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 = 16
-export XEN_EXTRAVERSION ?= .3-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .3$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version