]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
Update Xen to version 4.17.2
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Aug 2023 11:11:56 +0000 (12:11 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 8 Aug 2023 15:02:17 +0000 (16:02 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Config.mk
xen/Makefile

index d474fc62421ce24a4f68fe465bb88a143490afd3..8bc2bcd5f624370cb26e187dace09dd8b8f26c31 100644 (file)
--- 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
index 9bb0c13ff2e78b6dbd444f720e6cdfcc56ff214b..fbada570b8f605fe4a53718d5a66ee16377aca22 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 ?= .2-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .2$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version