mbox series

[v2,0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks

Message ID 20220609214657.1217913-1-richard.henderson@linaro.org
Headers show
Series target/arm: SCR_EL3 RES0, RAO/WI tweaks | expand

Message

Richard Henderson June 9, 2022, 9:46 p.m. UTC
Adjust RW, fixing #1062, and adjusting bits [4:2].

Changes for v2:
  * Fix patch 1 vs reset.


r~

Richard Henderson (2):
  target/arm: Adjust format test in scr_write
  target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]

 target/arm/cpu.h    |  5 +++++
 target/arm/helper.c | 18 ++++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)

Comments

Peter Maydell June 10, 2022, 12:56 p.m. UTC | #1
On Thu, 9 Jun 2022 at 22:52, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Adjust RW, fixing #1062, and adjusting bits [4:2].
>
> Changes for v2:
>   * Fix patch 1 vs reset.
>

Applied to target-arm.next, thanks. (Fixed a missing space
at end of comment in patch 2.)

-- PMM