[PATCH 00/11] HPPA Patches for qemu-v11

Helge Deller posted 11 patches 2 days, 2 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260330211859.19317-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
hw/hppa/hppa_hardware.h     |   3 +-
hw/hppa/machine.c           |  61 +++++++---
hw/pci-host/astro.c         | 215 ++++++++++++++++++++++++++++++------
include/hw/pci-host/astro.h |  12 +-
pc-bios/hppa-firmware.img   | Bin 631968 -> 632416 bytes
pc-bios/hppa-firmware64.img | Bin 714440 -> 664768 bytes
roms/seabios-hppa           |   2 +-
target/hppa/int_helper.c    |   3 +-
8 files changed, 239 insertions(+), 57 deletions(-)
[PATCH 00/11] HPPA Patches for qemu-v11
Posted by Helge Deller 2 days, 2 hours ago
From: Helge Deller <deller@gmx.de>

A few late fixes for the HPPA architecture:
- graphics support was broken for 64-bit machines. This series adds
  support for VGA graphics for Linux guests
- the various memory ranges were not correctly implemented
- TOC/NMI was not working on 64-bit machines
- minor 64-bit HP-UX boot fixes (but it still crashes)
- minor fixes regarding weblinks and various Astro registers

Please review and consider to pull for qemu-v11.

Thanks!
Helge

Helge Deller (11):
  hw/pci-host/astro: Update copyright and documentation link
  hw/hppa: Disable Artist graphics card on 64-bit machines
  hw/pci-host/astro: Make astro address arrays accessible for other
    users
  hw/pci-host/astro: Fix initial addresses in IOC
  hw/pci-host/astro: Implement LMMIO registers
  hw/pci-host/astro: Fix LMMIO DIRECT mappings
  hw/pci-host/astro: Add GMMIO mapping
  hw/pci-host/astro: Add comment about Astro version numbers
  target/hppa: Fix TOC handler for 64-bit CPUs
  hw/hppa: Implement memory ranges
  target/hppa: Update SeaBIOS-hppa to version 24

 hw/hppa/hppa_hardware.h     |   3 +-
 hw/hppa/machine.c           |  61 +++++++---
 hw/pci-host/astro.c         | 215 ++++++++++++++++++++++++++++++------
 include/hw/pci-host/astro.h |  12 +-
 pc-bios/hppa-firmware.img   | Bin 631968 -> 632416 bytes
 pc-bios/hppa-firmware64.img | Bin 714440 -> 664768 bytes
 roms/seabios-hppa           |   2 +-
 target/hppa/int_helper.c    |   3 +-
 8 files changed, 239 insertions(+), 57 deletions(-)

-- 
2.53.0
Re: [PATCH 00/11] HPPA Patches for qemu-v11
Posted by Philippe Mathieu-Daudé 1 day, 10 hours ago
On 30/3/26 23:18, Helge Deller wrote:

> Helge Deller (11):
>    hw/pci-host/astro: Update copyright and documentation link
>    hw/hppa: Disable Artist graphics card on 64-bit machines

Queuing the first 2 patches via hw-misc tree, thanks.