This patch series fixes a few issues with the hppa emulation: * The artist framebuffer emulation reports: "write outside bounds: wants 1256x1023, max size 1280x1024" This is fixed by a patch from Sven Schnelle.
* Fix a SeaBIOS hppa compilation issue with gcc-10. * Implement a proper SeaBIOS firmware version check to prevent incompatibility issues between emulation and firmware. * The hppa_hardware.h file is shared with SeaBIOS. Sync it. The series can be pulled from the fw_cfg-3 branch at: https://github.com/hdeller/qemu-hppa.git fw_cfg-3 Helge Helge Deller (3): hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources seabios-hppa: Update to SeaBIOS hppa version 1 hw/hppa: Implement proper SeaBIOS version check Sven Schnelle (1): hw/display/artist.c: fix out of bounds check hw/display/artist.c | 18 ++++++------------ hw/hppa/hppa_hardware.h | 6 ++++++ hw/hppa/lasi.c | 2 -- hw/hppa/machine.c | 22 ++++++++++++++++++++++ pc-bios/hppa-firmware.img | Bin 766136 -> 783144 bytes roms/seabios-hppa | 2 +- 6 files changed, 35 insertions(+), 15 deletions(-) -- 2.21.3