[PATCH v2 0/5] target/hppa: Clean up conversion from/to MMU index and privilege level

deller@kernel.org posted 5 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230825065638.7262-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h        | 19 +++++++++++++++----
target/hppa/helper.c     |  2 +-
target/hppa/mem_helper.c | 16 ++++++++--------
target/hppa/translate.c  |  9 +++++----
4 files changed, 29 insertions(+), 17 deletions(-)
[PATCH v2 0/5] target/hppa: Clean up conversion from/to MMU index and privilege level
Posted by deller@kernel.org 1 year, 3 months ago
From: Helge Deller <deller@gmx.de>

Make the conversion between privilege level and QEMU MMU index
consitent, and afterwards switch to MMU indices 11-15.

v2:
- no functional changes
- just typo fixes in commit messages
- branch rebased on v8.1.0 release

Signed-off-by: Helge Deller <deller@gmx.de>

Helge Deller (5):
  target/hppa: Add missing PL1 and PL2 privilege levels
  target/hppa: Add privilege to MMU index conversion helpers
  target/hppa: Do not use hardcoded value for tlb_flush_*()
  target/hppa: Use privilege helper in hppa_get_physical_address()
  target/hppa: Switch to use MMU indices 11-15

 target/hppa/cpu.h        | 19 +++++++++++++++----
 target/hppa/helper.c     |  2 +-
 target/hppa/mem_helper.c | 16 ++++++++--------
 target/hppa/translate.c  |  9 +++++----
 4 files changed, 29 insertions(+), 17 deletions(-)

-- 
2.41.0