On 7/3/26 09:37, Philippe Mathieu-Daudé wrote:
Define CPUWatchpoint in "exec/watchpoint.h", including this
header where appropriate.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
---
include/accel/tcg/cpu-ops.h | 1 +
include/exec/breakpoint.h | 9 ---------
include/exec/watchpoint.h | 12 ++++++++++++
target/arm/internals.h | 1 +
gdbstub/system.c | 1 +
target/arm/hyp_gdbstub.c | 1 +
target/i386/kvm/kvm.c | 1 +
target/ppc/kvm.c | 1 +
target/s390x/kvm/kvm.c | 1 +
target/xtensa/helper.c | 1 +
10 files changed, 20 insertions(+), 9 deletions(-)
FYI, I'm working on unifying the CPUBreakpoint and CPUWatchpoint structures.
r~