From: Jan Beulich Date: Wed, 4 Dec 2024 07:52:37 +0000 (+0100) Subject: update Xen version to 4.19.1 X-Git-Tag: RELEASE-4.19.1^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ccf400846780289ae779c62ef0c94757ff43bb60;p=xen.git update Xen version to 4.19.1 --- diff --git a/Config.mk b/Config.mk index 531e782fcd..ca6a96155c 100644 --- 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 diff --git a/xen/Makefile b/xen/Makefile index 59dac504b3..0a942894dd 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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