Re: [Qemu-devel] [PATCH v3 7/7] ARM BE32 watchpoint fix.

2017-02-03 Thread Peter Maydell
On 20 January 2017 at 16:32, Julian Brown wrote: > 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 performin

[Qemu-devel] [PATCH v3 7/7] ARM BE32 watchpoint fix.

2017-01-20 Thread Julian Brown
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. Th