]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
Config.mk: switch to named tags (for stable branch)
authorJulien Grall <jgrall@amazon.com>
Thu, 1 Dec 2022 11:58:50 +0000 (11:58 +0000)
committerJulien Grall <jgrall@amazon.com>
Thu, 1 Dec 2022 11:58:50 +0000 (11:58 +0000)
Config.mk

index e0ce593468963a621082be0e880c66b7a854c299..7c3c499f80ac05daeba60ee329f6a965030b1675 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -229,17 +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 ?= b746458e1ce1bec85e58b458386f8b7a0bedfaa6
-MINIOS_UPSTREAM_REVISION ?= 5bcb28aaeba1c2506a82fab0cdad0201cd9b54b3
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.17.0-rc4
+MINIOS_UPSTREAM_REVISION ?= xen-4.17.0-rc4
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.16.0
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
 
 
-QEMU_TRADITIONAL_REVISION ?= 3d273dd05e51e5a1ffba3d98c7437ee84e8f8764
-# Wed Jul 15 10:01:40 2020 +0100
-# qemu-trad: remove Xen path dependencies
+QEMU_TRADITIONAL_REVISION ?= xen-4.17.0-rc4
 
 # 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.