unicorn/qemu/include/qom
Julian Brown cc217b0c90
arm: Correctly handle watchpoints for BE32 CPUs
In BE32 mode, sub-word size watchpoints can fail to trigger because the
address of the access is adjusted in the opcode helpers before being
compared with the watchpoint registers. This patch reverses the address
adjustment before performing the comparison with the help of a new CPUClass
hook.

This version of the patch augments and tidies up comments a little.

Backports commit 40612000599e52e792d23c998377a0fa429c4036 from qemu
2018-03-02 00:24:33 -05:00
..
cpu.h arm: Correctly handle watchpoints for BE32 CPUs 2018-03-02 00:24:33 -05:00
object.h qom: Fix comment typo 2018-02-25 00:46:15 -05:00
qom-qobject.h import 2015-08-21 15:04:50 +08:00