[PATCH] bump default SeaBIOS version to 1.17.0

Jan Beulich posted 1 patch 7 hours ago
[PATCH] bump default SeaBIOS version to 1.17.0
Posted by Jan Beulich 7 hours ago
It has been around for a while.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/Config.mk
+++ b/Config.mk
@@ -218,7 +218,7 @@ MINIOS_UPSTREAM_URL ?= https://xenbits.x
 MINIOS_UPSTREAM_REVISION ?= 6732fd42d8eb8d0af9f5eb54aca17f4c250213a8
 
 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git
-SEABIOS_UPSTREAM_REVISION ?= rel-1.16.3
+SEABIOS_UPSTREAM_REVISION ?= rel-1.17.0
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
Re: [PATCH] bump default SeaBIOS version to 1.17.0
Posted by Andrew Cooper 7 hours ago
On 15/12/2025 11:14 am, Jan Beulich wrote:
> It has been around for a while.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

Be aware that I don't think we've got any Gitlab CI coverage of BIOS HVM
domains right now.

~Andrew