mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target-arm: Implement setting of watchpoints
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.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
86025ee443
commit
9ee98ce810
5 changed files with 149 additions and 3 deletions
|
@ -184,6 +184,8 @@ static void arm_cpu_reset(CPUState *s)
|
|||
kvm_arm_reset_vcpu(cpu);
|
||||
}
|
||||
#endif
|
||||
|
||||
hw_watchpoint_update_all(cpu);
|
||||
}
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue