]> git.proxmox.com Git - mirror_qemu.git/commit
hw/hppa: Implement proper SeaBIOS version check
authorHelge Deller <deller@gmx.de>
Mon, 27 Jul 2020 20:43:44 +0000 (22:43 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 4 Aug 2020 13:53:19 +0000 (15:53 +0200)
commit28b71a2e42553a3eb8367fec2a2f70265ec77829
tree4d4d3f843c0e0d0d002e6a98bad016f6206a3e4f
parent6d9c524da283c543fe0be00b34e5d37584fab672
hw/hppa: Implement proper SeaBIOS version check

It's important that the SeaBIOS hppa firmware is at least at a minimal
level to ensure proper interaction between qemu and firmware.

Implement a proper firmware version check by telling SeaBIOS via the
fw_cfg interface which minimal SeaBIOS version is required by this
running qemu instance. If the firmware detects that it's too old, it
will stop.

Signed-off-by: Helge Deller <deller@gmx.de>
hw/hppa/machine.c