]> xenbits.xensource.com Git - xen.git/commitdiff
Config.mk: Bump tags to 4.17.0 final
authorJulien Grall <julien@xen.org>
Wed, 7 Dec 2022 19:53:43 +0000 (19:53 +0000)
committerJulien Grall <julien@xen.org>
Wed, 7 Dec 2022 19:53:43 +0000 (19:53 +0000)
No actual change to the code since RC4.

Signed-off-by: Julien Grall <julien@xen.org>
Config.mk

index 7c3c499f80ac05daeba60ee329f6a965030b1675..d1f569f56772b35be13dff3d4260de1f7f69e022 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -229,15 +229,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.0-rc4
-MINIOS_UPSTREAM_REVISION ?= xen-4.17.0-rc4
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.17.0
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.17.0
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.0
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
 
-QEMU_TRADITIONAL_REVISION ?= xen-4.17.0-rc4
+QEMU_TRADITIONAL_REVISION ?= xen-4.17.0
 
 # 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.