summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <iwj@xenproject.org>2021-11-30 11:32:36 +0000
committerIan Jackson <iwj@xenproject.org>2021-11-30 11:42:00 +0000
commitc9b5e2fb623a454a642d6f0d989ba9021a459739 (patch)
treea538e4ad5a039f0f5344301068974ead30f64a9d
parente2544a28beacd854f295095d102a8773743ac917 (diff)
Config.mk: Bump tags to 4.16.0 final
No actual change to the code since RC4. Signed-off-by: Ian Jackson <iwj@xenproject.org>
-rw-r--r--Config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index b32a185efc..8f9bc05f8c 100644
--- a/Config.mk
+++ b/Config.mk
@@ -239,15 +239,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.16.0-rc4
-MINIOS_UPSTREAM_REVISION ?= xen-4.16.0-rc4
+QEMU_UPSTREAM_REVISION ?= qemu-xen-4.16.0
+MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.16.0
SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
ETHERBOOT_NICS ?= rtl8139 8086100e
-QEMU_TRADITIONAL_REVISION ?= xen-4.16.0-rc4
+QEMU_TRADITIONAL_REVISION ?= xen-4.16.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.