[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] few fixes for hppa target
From: |
Sven Schnelle |
Subject: |
[PATCH 0/7] few fixes for hppa target |
Date: |
Sun, 17 Mar 2024 23:14:24 +0100 |
Hi,
here are a few fixes for the hppa target i made while debugging
some wide mode issues.
Sven Schnelle (7):
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: copy new_spc to iasq_f on be,n instruction
target/hppa: mask privilege bits in mfia
target/hppa: fix do_stdby_e()
roms/SLOF | 2 +-
target/hppa/mem_helper.c | 67 +++++++++++++++++++++++++++++++++++-----
target/hppa/op_helper.c | 10 +++---
target/hppa/translate.c | 13 +++++---
4 files changed, 74 insertions(+), 18 deletions(-)
--
2.43.2
- [PATCH 0/7] few fixes for hppa target,
Sven Schnelle <=
- [PATCH 1/7] target/hppa: ldcw,s uses static shift of 3, Sven Schnelle, 2024/03/17
- [PATCH 5/7] target/hppa: copy new_spc to iasq_f on be,n instruction, Sven Schnelle, 2024/03/17
- [PATCH 2/7] target/hppa: fix shrp for wide mode, Sven Schnelle, 2024/03/17
- [PATCH 4/7] target/hppa: exit tb on flush cache instructions, Sven Schnelle, 2024/03/17