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(-)