Re: [Qemu-devel] [PATCH] target-arm: Add debug check for mismatched cpreg resets

2015-07-13 Thread Edgar E. Iglesias
On Mon, Jul 13, 2015 at 03:25:59PM +0100, Peter Maydell wrote: > It's easy to accidentally define two cpregs which both try > to reset the same underlying state field (for instance a > clash between an AArch64 EL3 definition and an AArch32 > banked register definition). if the two definitions disag

[Qemu-devel] [PATCH] target-arm: Add debug check for mismatched cpreg resets

2015-07-13 Thread Peter Maydell
It's easy to accidentally define two cpregs which both try to reset the same underlying state field (for instance a clash between an AArch64 EL3 definition and an AArch32 banked register definition). if the two definitions disagree about the reset value then the result is dependent on which one hap