[PATCH for-8.0 v4 0/4] target/arm: pre-FEAT_RME fixes

Richard Henderson posted 4 patches 1 year ago
target/arm/cpu.h    |   8 +-
target/arm/helper.c |   3 +
target/arm/ptw.c    | 173 +++++++++++++++++++++++++-------------------
3 files changed, 107 insertions(+), 77 deletions(-)
[PATCH for-8.0 v4 0/4] target/arm: pre-FEAT_RME fixes
Posted by Richard Henderson 1 year ago
These were part of the v3 RME patch set, but are bug fixes
that should not be deferred until all of RME is ready.

r~

Richard Henderson (4):
  target/arm: Handle m-profile in arm_is_secure
  target/arm: Stub arm_hcr_el2_eff for m-profile
  target/arm: Diagnose incorrect usage of arm_is_secure subroutines
  target/arm: Rewrite check_s2_mmu_setup

 target/arm/cpu.h    |   8 +-
 target/arm/helper.c |   3 +
 target/arm/ptw.c    | 173 +++++++++++++++++++++++++-------------------
 3 files changed, 107 insertions(+), 77 deletions(-)

-- 
2.34.1
Re: [PATCH for-8.0 v4 0/4] target/arm: pre-FEAT_RME fixes
Posted by Peter Maydell 1 year ago
On Mon, 27 Feb 2023 at 23:00, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> These were part of the v3 RME patch set, but are bug fixes
> that should not be deferred until all of RME is ready.
>
> r~
>
> Richard Henderson (4):
>   target/arm: Handle m-profile in arm_is_secure
>   target/arm: Stub arm_hcr_el2_eff for m-profile
>   target/arm: Diagnose incorrect usage of arm_is_secure subroutines
>   target/arm: Rewrite check_s2_mmu_setup



Applied to target-arm.next, thanks.

-- PMM