unicorn/qemu/target-arm
Peter Maydell 484a9cc21b
target-arm: Fix broken SCTLR_EL3 reset
The SCTLR_EL3 cpreg definition was implicitly resetting the
register state to 0, which is both wrong and clashes with
the reset done via the SCTLR definition (since sctlr[3]
is unioned with sctlr_s). This went unnoticed until recently,
when an unrelated change (commit a903c449b41f105aa) happened to
perturb the order of enumeration through the cpregs hashtable for
reset such that the erroneous reset happened after the correct one
rather than before it. Fix this by marking SCTLR_EL3 as an alias,
so its reset is left up to the AArch32 view.

Backports commit e46e1a74ef482f1ef773e750df9654ef4442ca29 from qemu
2018-02-17 15:23:19 -05:00
..
arm_ldst.h
cpu64.c target-arm: Fix REVIDR reset value 2018-02-13 14:24:08 -05:00
cpu-qom.h target-arm/helper.c: define MPUIR register 2018-02-17 15:22:43 -05:00
cpu.c cpu: Change cpu_exec_init() arg to cpu, not env 2018-02-17 15:23:18 -05:00
cpu.h cpu-exec: Purge all uses of ENV_GET_CPU() 2018-02-17 15:23:18 -05:00
crypto_helper.c crypto: move built-in AES implementation into crypto/ 2018-02-17 15:23:17 -05:00
helper-a64.c target-arm: A64: Print ELR when taking exceptions 2018-02-17 15:23:13 -05:00
helper-a64.h
helper.c target-arm: Fix broken SCTLR_EL3 reset 2018-02-17 15:23:19 -05:00
helper.h target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
internals.h arm: Refactor get_phys_addr FSR return mechanism 2018-02-17 15:22:42 -05:00
iwmmxt_helper.c
kvm-consts.h
Makefile.objs
neon_helper.c Arm support ported. (#736) 2017-01-23 23:30:57 +08:00
op_addsub.h
op_helper.c target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
psci.c
translate-a64.c target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
translate.c target-arm: Implement YIELD insn to yield in ARM and Thumb translators 2018-02-17 15:23:14 -05:00
translate.h target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
unicorn_aarch64.c target-arm: rename c1_coproc to cpacr_el1 2018-02-12 20:46:00 -05:00
unicorn_arm.c target-arm: Add registers for PMSAv7 2018-02-17 15:22:43 -05:00
unicorn.h arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00