unicorn/qemu/target
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
..
arm arm: Correctly handle watchpoints for BE32 CPUs 2018-03-02 00:24:33 -05:00
i386 i386: Remove AMD feature flag aliases from Opteron models 2018-03-01 23:49:04 -05:00
m68k
mips
sparc