projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ebbf2f
)
target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP
author
Jerome Forissier
<jerome.forissier@linaro.org>
Tue, 27 Sep 2022 12:00:58 +0000
(14:00 +0200)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 29 Sep 2022 17:01:09 +0000
(18:01 +0100)
SP_EL1 must be kept when EL3 is present but EL2 is not. Therefore mark
it with ARM_CP_EL3_NO_EL2_KEEP.
Cc: qemu-stable@nongnu.org
Fixes: 696ba3771894 ("target/arm: Handle cpreg registration for missing EL")
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20220927120058
.670901-1-jerome.forissier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
patch
|
blob
|
history
diff --git
a/target/arm/helper.c
b/target/arm/helper.c
index 24c592ffef89537c68d1af745671e9656a4bc5ed..db3b1ea72dae8b45974d24f46317d6c8114e8cee 100644
(file)
--- a/
target/arm/helper.c
+++ b/
target/arm/helper.c
@@
-5088,7
+5088,7
@@
static const ARMCPRegInfo v8_cp_reginfo[] = {
.fieldoffset = offsetof(CPUARMState, sp_el[0]) },
{ .name = "SP_EL1", .state = ARM_CP_STATE_AA64,
.opc0 = 3, .opc1 = 4, .crn = 4, .crm = 1, .opc2 = 0,
- .access = PL2_RW, .type = ARM_CP_ALIAS,
+ .access = PL2_RW, .type = ARM_CP_ALIAS
| ARM_CP_EL3_NO_EL2_KEEP
,
.fieldoffset = offsetof(CPUARMState, sp_el[1]) },
{ .name = "SPSel", .state = ARM_CP_STATE_AA64,
.opc0 = 3, .opc1 = 0, .crn = 4, .crm = 2, .opc2 = 0,