target-arm: Implement setting of watchpoints

Enterprise / Virtualization / QEMU - Peter Maydell [linaro.org] - 12 September 2014 08:06 UTC

Implement support for setting QEMU watchpoints based on the
values the guest writes to the ARM architected watchpoint registers. (We do not yet report the firing of the watchpoints to the guest, so they will just be ignored.)

9ee98ce target-arm: Implement setting of watchpoints
target-arm/cpu.c | 2 +
target-arm/cpu.h | 2 +
target-arm/helper.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++--
target-arm/internals.h | 10 ++++
target-arm/machine.c | 3 ++
5 files changed, 149 insertions(+), 3 deletions(-)

Upstream: git.qemu.org


  • Share