[PULL 0/4] Hppa fixes for v11.1 patches

Helge Deller posted 4 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260705154749.7368-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
hw/misc/lasi.c              |  25 +++++++++++++++++++------
pc-bios/hppa-firmware.img   | Bin 632780 -> 633992 bytes
pc-bios/hppa-firmware64.img | Bin 665208 -> 666392 bytes
roms/seabios-hppa           |   2 +-
target/hppa/insns.decode    |   2 ++
target/hppa/translate.c     |   4 ++--
6 files changed, 24 insertions(+), 9 deletions(-)
[PULL 0/4] Hppa fixes for v11.1 patches
Posted by Helge Deller 2 weeks, 6 days ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 7f2007d1924565c7a38b2c6ba01ebc1a85db0a49:

  Merge tag 'pull-qobject-2026-07-02' of https://repo.or.cz/qemu/armbru into staging (2026-07-03 07:42:51 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 90ce9a41508d4368d16334f7d1d8a9ed9bfa3747:

  target/hppa: Update SeaBIOS-hppa to version 25 (2026-07-05 17:42:14 +0200)

----------------------------------------------------------------
Updates for hppa architecture for qemu v11.1

A few patches to fix TLB for HP-UX 9, and a lasi irq fix,
as well as a new SeaBIOS-hppa v25 firmware.

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

Helge Deller (3):
  target/hppa: Work-around for Fast TLB insert instruction on HP-UX 9
  target/hppa: Delay MMU update until TLB protection bits were set
  target/hppa: Update SeaBIOS-hppa to version 25

Keith Monahan (1):
  hw/misc/lasi: derive IRR from pending and unmasked requests

 hw/misc/lasi.c              |  25 +++++++++++++++++++------
 pc-bios/hppa-firmware.img   | Bin 632780 -> 633992 bytes
 pc-bios/hppa-firmware64.img | Bin 665208 -> 666392 bytes
 roms/seabios-hppa           |   2 +-
 target/hppa/insns.decode    |   2 ++
 target/hppa/translate.c     |   4 ++--
 6 files changed, 24 insertions(+), 9 deletions(-)

-- 
2.54.0
Re: [PULL 0/4] Hppa fixes for v11.1 patches
Posted by Stefan Hajnoczi 2 weeks, 5 days ago
Applied, thanks.

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