From: Andrew Cooper Date: Mon, 7 Aug 2023 11:11:56 +0000 (+0100) Subject: Update Xen to version 4.17.2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=322a20add00a4687cd46d9183616fa6fecbef81f;p=people%2Ftklengyel%2Fxen.git Update Xen to version 4.17.2 Signed-off-by: Andrew Cooper --- diff --git a/Config.mk b/Config.mk index d474fc6242..8bc2bcd5f6 100644 --- a/Config.mk +++ b/Config.mk @@ -229,7 +229,7 @@ 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 ?= eeaede60ffb1760c06850cae562d104e4f98c859 +QEMU_UPSTREAM_REVISION ?= qemu-xen-4.17.2 MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.17.1 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.0 diff --git a/xen/Makefile b/xen/Makefile index 9bb0c13ff2..fbada570b8 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 = 17 -export XEN_EXTRAVERSION ?= .2-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .2$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version