[PULL 0/6] Hppa fixes for v11 patches

Helge Deller posted 6 patches 2 days, 15 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260319211239.7902-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
hw/hppa/hppa_hardware.h     |   4 ++--
hw/hppa/machine.c           |  22 +++++++++++++++++++++-
hw/pci-host/astro.c         |   6 ++++--
pc-bios/hppa-firmware.img   | Bin 632048 -> 631968 bytes
pc-bios/hppa-firmware64.img | Bin 713608 -> 714440 bytes
roms/seabios-hppa           |   2 +-
target/hppa/mem_helper.c    |  10 ++++++----
7 files changed, 34 insertions(+), 10 deletions(-)
[PULL 0/6] Hppa fixes for v11 patches
Posted by Helge Deller 2 days, 15 hours ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 559919ce54927d59b215a4665eda7ab6118a48aa:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-03-16 13:07:33 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-fixes-for-v11-pull-request

for you to fetch changes up to fa2d5d84e023d79d1ad35b952c0f9a3aa8f442e9:

  target/hppa: Update SeaBIOS-hppa to version 23 (2026-03-19 22:06:49 +0100)

----------------------------------------------------------------
HPPA fixes for v11

Some late fixes for QEMU-v11

Various fixes in SeaBIOS-hppa and qemu code, most importantly
this fixes boot of the C3700, which broke while we added
support for CPUs with 40 and 44 bits physical address space.

----------------------------------------------------------------

Helge Deller (6):
  hw/hppa: Fix description of the HP A400-44 server
  hw/hppa: Adjust physical addresses of Astro and Elroy
  target/hppa: Always map 64-bit firmware at 0xfffffff0f0000000
  hw/pci-host/astro: Use proper region names
  hw/hppa: Fix crash of 64-bit HP-UX 11 while flushing caches
  target/hppa: Update SeaBIOS-hppa to version 23

 hw/hppa/hppa_hardware.h     |   4 ++--
 hw/hppa/machine.c           |  22 +++++++++++++++++++++-
 hw/pci-host/astro.c         |   6 ++++--
 pc-bios/hppa-firmware.img   | Bin 632048 -> 631968 bytes
 pc-bios/hppa-firmware64.img | Bin 713608 -> 714440 bytes
 roms/seabios-hppa           |   2 +-
 target/hppa/mem_helper.c    |  10 ++++++----
 7 files changed, 34 insertions(+), 10 deletions(-)

-- 
2.53.0
Re: [PULL 0/6] Hppa fixes for v11 patches
Posted by Peter Maydell 2 days ago
On Thu, 19 Mar 2026 at 21:14, Helge Deller <deller@kernel.org> wrote:
>
> From: Helge Deller <deller@gmx.de>
>
> The following changes since commit 559919ce54927d59b215a4665eda7ab6118a48aa:
>
>   Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-03-16 13:07:33 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-fixes-for-v11-pull-request
>
> for you to fetch changes up to fa2d5d84e023d79d1ad35b952c0f9a3aa8f442e9:
>
>   target/hppa: Update SeaBIOS-hppa to version 23 (2026-03-19 22:06:49 +0100)
>
> ----------------------------------------------------------------
> HPPA fixes for v11
>
> Some late fixes for QEMU-v11
>
> Various fixes in SeaBIOS-hppa and qemu code, most importantly
> this fixes boot of the C3700, which broke while we added
> support for CPUs with 40 and 44 bits physical address space.
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM