mbox

[PULL,0/5] Hppa latest patches

Message ID 20240303054645.3004-1-deller@kernel.org (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Helge Deller March 3, 2024, 5:46 a.m. UTC
From: Helge Deller <deller@gmx.de>

The following changes since commit e1007b6bab5cf97705bf4f2aaec1f607787355b8:

  Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into staging (2024-03-01 10:14:32 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 839a88e8bd1a1efe05844c39a59985482894f4de:

  roms/hppa: Add build rules for hppa-firmware (2024-03-03 06:41:19 +0100)

----------------------------------------------------------------
HPPA64 updates

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

Guenter Roeck (1):
  target: hppa: Fix unaligned double word accesses for hppa64

Helge Deller (4):
  target/hppa: Restore unwind_breg before calculating ior
  pc-bios/meson: Add hppa-firmware64.img blob
  pc-bios/README: Add information about hppa-firmware
  roms/hppa: Add build rules for hppa-firmware

 pc-bios/README           | 6 ++++++
 pc-bios/meson.build      | 1 +
 roms/Makefile            | 7 +++++++
 target/hppa/cpu.c        | 3 ++-
 target/hppa/helper.c     | 3 ++-
 target/hppa/mem_helper.c | 3 ++-
 target/hppa/op_helper.c  | 3 ++-
 7 files changed, 22 insertions(+), 4 deletions(-)

Comments

Peter Maydell March 5, 2024, 9:44 a.m. UTC | #1
On Sun, 3 Mar 2024 at 05:47, <deller@kernel.org> wrote:
>
> From: Helge Deller <deller@gmx.de>
>
> The following changes since commit e1007b6bab5cf97705bf4f2aaec1f607787355b8:
>
>   Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into staging (2024-03-01 10:14:32 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-latest-pull-request
>
> for you to fetch changes up to 839a88e8bd1a1efe05844c39a59985482894f4de:
>
>   roms/hppa: Add build rules for hppa-firmware (2024-03-03 06:41:19 +0100)
>
> ----------------------------------------------------------------
> HPPA64 updates
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM