mbox

[PULL,0/2] Hppa v9.1 fixes patches

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

Pull-request

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

Message

Helge Deller Sept. 4, 2024, 10:14 a.m. UTC
From: Helge Deller <deller@gmx.de>

The following changes since commit fd1952d814da738ed107e05583b3e02ac11e88ff:

  Update version for v9.1.0 release (2024-09-03 09:18:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d33d3adb573794903380e03e767e06470514cefe:

  target/hppa: Fix random 32-bit linux-user crashes (2024-09-03 22:08:22 +0200)

----------------------------------------------------------------
hppa target fixes

Two important patches for the hppa target which missed qemu-v9.1:
- One fix for random linux-user crashes
- One fix for random issues due to loosing the division V-bit
  during delivery of hardware interrupts. This triggers all sorts
  of random faults when running in system mode.

Helge

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

Helge Deller (2):
  target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
  target/hppa: Fix random 32-bit linux-user crashes

 target/hppa/cpu.h    | 4 ++--
 target/hppa/helper.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Maydell Sept. 5, 2024, 10:26 a.m. UTC | #1
On Wed, 4 Sept 2024 at 11:14, <deller@kernel.org> wrote:
>
> From: Helge Deller <deller@gmx.de>
>
> The following changes since commit fd1952d814da738ed107e05583b3e02ac11e88ff:
>
>   Update version for v9.1.0 release (2024-09-03 09:18:26 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-v9.1-fixes-pull-request
>
> for you to fetch changes up to d33d3adb573794903380e03e767e06470514cefe:
>
>   target/hppa: Fix random 32-bit linux-user crashes (2024-09-03 22:08:22 +0200)
>
> ----------------------------------------------------------------
> hppa target fixes
>
> Two important patches for the hppa target which missed qemu-v9.1:
> - One fix for random linux-user crashes
> - One fix for random issues due to loosing the division V-bit
>   during delivery of hardware interrupts. This triggers all sorts
>   of random faults when running in system mode.
>
> Helge
>

Applied, thanks.

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

-- PMM