[PULL 0/4] Hppa a400 patches

deller@kernel.org posted 4 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260219124408.3515-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
hw/hppa/machine.c           |  32 +++++++++++++++++++++++++++++++-
pc-bios/hppa-firmware.img   | Bin 628952 -> 632048 bytes
pc-bios/hppa-firmware64.img | Bin 692032 -> 713608 bytes
roms/seabios-hppa           |   2 +-
4 files changed, 32 insertions(+), 2 deletions(-)
[PULL 0/4] Hppa a400 patches
Posted by deller@kernel.org 1 month, 3 weeks ago
From: Helge Deller <deller@gmx.de>

The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-a400-pull-request

for you to fetch changes up to 9e59b112b6c0e24831e1f28926df0bc917b14902:

  hw/hppa: Add emulation for the 64-bit A400 server (2026-02-19 13:41:21 +0100)

----------------------------------------------------------------
hppa a400 machine support

Major enhancements to SeaBIOS-hppa to support an A400 server. This server
requires 64-bit PAT firmware, so SeaBIOS-hppa was extendend a lot. PAT firmware
is required as well to support 64-bit HP-UX 11i3 or MPE.

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

Helge Deller (4):
  hw/hppa: Add BMC on 64-bit machines only
  target/hppa: Update SeaBIOS-hppa to version 22
  hw/hppa: Require SeaBIOS version 22 for A400 machine
  hw/hppa: Add emulation for the 64-bit A400 server

 hw/hppa/machine.c           |  32 +++++++++++++++++++++++++++++++-
 pc-bios/hppa-firmware.img   | Bin 628952 -> 632048 bytes
 pc-bios/hppa-firmware64.img | Bin 692032 -> 713608 bytes
 roms/seabios-hppa           |   2 +-
 4 files changed, 32 insertions(+), 2 deletions(-)

-- 
2.53.0
Re: [PULL 0/4] Hppa a400 patches
Posted by Peter Maydell 1 month, 2 weeks ago
On Thu, 19 Feb 2026 at 12:45, <deller@kernel.org> wrote:
>
> From: Helge Deller <deller@gmx.de>
>
> The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-a400-pull-request
>
> for you to fetch changes up to 9e59b112b6c0e24831e1f28926df0bc917b14902:
>
>   hw/hppa: Add emulation for the 64-bit A400 server (2026-02-19 13:41:21 +0100)
>
> ----------------------------------------------------------------
> hppa a400 machine support
>
> Major enhancements to SeaBIOS-hppa to support an A400 server. This server
> requires 64-bit PAT firmware, so SeaBIOS-hppa was extendend a lot. PAT firmware
> is required as well to support 64-bit HP-UX 11i3 or MPE.
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM