]> xenbits.xensource.com Git - xen.git/commitdiff
update Xen version to 4.17.3 RELEASE-4.17.3
authorJan Beulich <jbeulich@suse.com>
Mon, 18 Dec 2023 12:10:25 +0000 (13:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 18 Dec 2023 12:10:25 +0000 (13:10 +0100)
Config.mk
xen/Makefile

index 8adce1b21a2ed1e2b8fb14cd049056ba3fc5ae51..8d91e4c4d5b57a8d0a9a1a3729ea09bcc6242ffb 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -231,15 +231,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.17.2
-MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.17.1
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.17.3
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.17.3
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.0
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
 
-QEMU_TRADITIONAL_REVISION ?= xen-4.17.1
+QEMU_TRADITIONAL_REVISION ?= xen-4.17.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.
index 93aca9350f378fbeae5b260f267a1fbcf0e5561c..a46e6330dbcaf5d928f131932294b76255dcc0bf 100644 (file)
@@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 17
-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