[PATCH] bump default SeaBIOS version to 1.16.3

Jan Beulich posted 1 patch 4 months, 3 weeks ago
Failed in applying to current master (apply log)
[PATCH] bump default SeaBIOS version to 1.16.3
Posted by Jan Beulich 4 months, 3 weeks ago
Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/Config.mk
+++ b/Config.mk
@@ -229,7 +229,7 @@ MINIOS_UPSTREAM_URL ?= https://xenbits.x
 MINIOS_UPSTREAM_REVISION ?= b08019f0b2fbc30c75169a160acb9fd9af5d68f4
 
 SEABIOS_UPSTREAM_URL ?= https://xenbits.xen.org/git-http/seabios.git
-SEABIOS_UPSTREAM_REVISION ?= rel-1.16.2
+SEABIOS_UPSTREAM_REVISION ?= rel-1.16.3
 
 ETHERBOOT_NICS ?= rtl8139 8086100e
Re: [PATCH] bump default SeaBIOS version to 1.16.3
Posted by Roger Pau Monné 4 months, 3 weeks ago
On Mon, Dec 04, 2023 at 12:12:58PM +0100, Jan Beulich wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.