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

Richard Henderson posted 2 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220609214657.1217913-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h    |  5 +++++
target/arm/helper.c | 18 ++++++++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
[PATCH v2 0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks
Posted by Richard Henderson 1 year, 10 months ago
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(-)

-- 
2.34.1
Re: [PATCH v2 0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks
Posted by Peter Maydell 1 year, 10 months ago
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