diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2015-08-13 11:26:21 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-08-13 11:26:21 +0100 |
commit | 49a661910c1374858602a3002b67115893673c25 (patch) | |
tree | c837551eff756d10100f4bf869527ab7197b52f2 /aio-posix.c | |
parent | e6fbcbc4e57322a8de1307556e68a4cd6d0d8c8b (diff) | |
download | qemu-49a661910c1374858602a3002b67115893673c25.tar.gz qemu-49a661910c1374858602a3002b67115893673c25.tar.bz2 qemu-49a661910c1374858602a3002b67115893673c25.zip |
target-arm: Add debug check for mismatched cpreg resets
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 happened to be reached last in the hashtable enumeration.
Add a consistency check to detect and assert in these cases:
after reset, we run a second pass where we check that the
reset operation doesn't change the value of the register.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1436797559-20835-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'aio-posix.c')
0 files changed, 0 insertions, 0 deletions