[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/9] target/hppa fixes for 9.0
From: |
Richard Henderson |
Subject: |
[PULL 0/9] target/hppa fixes for 9.0 |
Date: |
Tue, 19 Mar 2024 14:32:14 -1000 |
The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:
Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-pa-20240319
for you to fetch changes up to 518d2f4300e5c50a3e6416fd46e58373781a5267:
target/hppa: fix do_stdby_e() (2024-03-19 14:08:02 -1000)
----------------------------------------------------------------
target/hppa: Fix load/store offset assembly for wide mode
target/hppa: Fix LDCW,S shift
target/hppa: Fix SHRPD conditions
target/hppa: Fix access_id checks
target/hppa: Exit TB after Flush Instruction Cache
target/hppa: Fix MFIA result
target hppa: Fix STDBY,E
----------------------------------------------------------------
Richard Henderson (3):
target/hppa: Fix assemble_16 insns for wide mode
target/hppa: Fix assemble_11a insns for wide mode
target/hppa: Fix assemble_12a insns for wide mode
Sven Schnelle (6):
target/hppa: ldcw,s uses static shift of 3
target/hppa: fix shrp for wide mode
target/hppa: fix access_id check
target/hppa: exit tb on flush cache instructions
target/hppa: mask privilege bits in mfia
target/hppa: fix do_stdby_e()
target/hppa/insns.decode | 55 +++++++++++++++++++--------------
target/hppa/mem_helper.c | 80 +++++++++++++++++++++++++++++++++++++-----------
target/hppa/op_helper.c | 10 +++---
target/hppa/translate.c | 77 ++++++++++++++++++++++++++++++++++++++++------
4 files changed, 166 insertions(+), 56 deletions(-)
- [PULL 0/9] target/hppa fixes for 9.0,
Richard Henderson <=
- [PULL 1/9] target/hppa: Fix assemble_16 insns for wide mode, Richard Henderson, 2024/03/19
- [PULL 2/9] target/hppa: Fix assemble_11a insns for wide mode, Richard Henderson, 2024/03/19
- [PULL 3/9] target/hppa: Fix assemble_12a insns for wide mode, Richard Henderson, 2024/03/19
- [PULL 4/9] target/hppa: ldcw,s uses static shift of 3, Richard Henderson, 2024/03/19
- [PULL 5/9] target/hppa: fix shrp for wide mode, Richard Henderson, 2024/03/19
- [PULL 7/9] target/hppa: exit tb on flush cache instructions, Richard Henderson, 2024/03/19
- [PULL 6/9] target/hppa: fix access_id check, Richard Henderson, 2024/03/19
- [PULL 8/9] target/hppa: mask privilege bits in mfia, Richard Henderson, 2024/03/19
- [PULL 9/9] target/hppa: fix do_stdby_e(), Richard Henderson, 2024/03/19
- Re: [PULL 0/9] target/hppa fixes for 9.0, Peter Maydell, 2024/03/20