mbox series

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

Message ID 20230227225832.816605-1-richard.henderson@linaro.org
Headers show
Series target/arm: pre-FEAT_RME fixes | expand

Message

Richard Henderson Feb. 27, 2023, 10:58 p.m. UTC
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(-)

Comments

Peter Maydell March 3, 2023, 2:06 p.m. UTC | #1
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