From: Helge Deller Date: Tue, 14 Oct 2025 21:15:53 +0000 (+0200) Subject: hw/hppa: Require SeaBIOS version 19 for 715 machine X-Git-Tag: v10.2.0-rc1~42^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcefa910e8fd6a3a108e0e59e1e977792e572e47;p=thirdparty%2Fqemu.git hw/hppa: Require SeaBIOS version 19 for 715 machine Require at least SeaBIOS version 19 before adding the 715 machine. This is required, because the machine inventory of the 715 is provided by the SeaBIOS firmware. Signed-off-by: Helge Deller Acked-by: Richard Henderson --- diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index 31eeba72b4..81ed050b5e 100644 --- a/hw/hppa/machine.c +++ b/hw/hppa/machine.c @@ -43,7 +43,7 @@ struct HppaMachineState { MachineState parent_obj; }; -#define MIN_SEABIOS_HPPA_VERSION 12 /* require at least this fw version */ +#define MIN_SEABIOS_HPPA_VERSION 19 /* require at least this fw version */ #define HPA_POWER_BUTTON (FIRMWARE_END - 0x10) static hwaddr soft_power_reg;