qemu-patch-raspberry4/include/qom
Peter Maydell 05068c0dfb exec.c: Relax restrictions on watchpoint length and alignment
The current implementation of watchpoints requires that they
have a power of 2 length which is not greater than TARGET_PAGE_SIZE
and that their address is a multiple of their length. Watchpoints
on ARM don't fit these restrictions, so change the implementation
so they can be relaxed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2014-09-12 14:06:48 +01:00
..
cpu.h exec.c: Relax restrictions on watchpoint length and alignment 2014-09-12 14:06:48 +01:00
object.h qom: add a generic mechanism to resolve paths 2014-07-01 10:17:48 +02:00
object_interfaces.h add optional 2nd stage initialization to -object/object-add commands 2014-01-28 12:47:02 -05:00
qom-qobject.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00