Re: [Qemu-devel] [PATCH for-2.4] target-arm: Fix broken SCTLR_EL3 reset

2015-07-13 Thread Edgar E. Iglesias
On Mon, Jul 13, 2015 at 03:24:25PM +0100, Peter Maydell wrote: > 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 re

[Qemu-devel] [PATCH for-2.4] target-arm: Fix broken SCTLR_EL3 reset

2015-07-13 Thread Peter Maydell
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