]> xenbits.xensource.com Git - xen.git/commitdiff
update Xen version to 4.19.1 RELEASE-4.19.1
authorJan Beulich <jbeulich@suse.com>
Wed, 4 Dec 2024 07:52:37 +0000 (08:52 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 4 Dec 2024 07:52:37 +0000 (08:52 +0100)
Config.mk
xen/Makefile

index 531e782fcd30d774178f04e70c7402c333d30b1a..ca6a96155c4c940e130bb20f4a9c026d4764c28c 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -221,10 +221,10 @@ OVMF_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/ovmf.git
 OVMF_UPSTREAM_REVISION ?= ba91d0292e593df8528b66f99c1b0b14fadc8e16
 
 QEMU_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/qemu-xen.git
-QEMU_UPSTREAM_REVISION ?= qemu-xen-4.19.0
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.19.1
 
 MINIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/mini-os.git
-MINIOS_UPSTREAM_REVISION ?= a400dd51706867565ed1382b23d3475bb30668c2
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.19.1
 
 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git
 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.3
index 59dac504b30db8c876ed0fca819e4fba22baa77d..0a942894dde2324ff00fbf771aeed20a547e1d57 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    = 19
-export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .1$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version