[PULL 0/5] Devel hppa priv cleanup2 patches

deller@kernel.org posted 5 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
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(-)
[PULL 0/5] Devel hppa priv cleanup2 patches
Posted by deller@kernel.org 1 year, 3 months ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 7e5a8bb22368b3555644cb2debd3df24592f3a21:

  Update version for v8.1.0 release (2023-08-22 07:13:44 -0700)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/devel-hppa-priv-cleanup2-pull-request

for you to fetch changes up to 2ad04500543094bc83f5f13dbb099000f010e008:

  target/hppa: Switch to use MMU indices 11-15 (2023-08-27 17:15:19 +0200)

----------------------------------------------------------------
target/hppa: Clean up conversion from/to MMU index and privilege level

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

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
Re: [PULL 0/5] Devel hppa priv cleanup2 patches
Posted by Stefan Hajnoczi 1 year, 3 months ago
Applied, thanks.

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