Re: [PATCH v3 25/51] exec/breakpoint: Merge CPUBreakpoint and CPUWatchpoint
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Drop the CPUBreakpoint structure and rename > CPUWatchpoint to CPUBreakpoint. > > Mechanical change to adjust all uses. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/accel/tcg/cpu-ops.h | 2 +- > include/exec/breakpoint.h | 10 ++-------- > include/hw/core/cpu.h | 2 +- > include/qemu/typedefs.h | 1 - > target/arm/cpu.h | 2 +- > target/arm/internals.h | 8 ++++---- > target/i386/cpu.h | 2 +- > target/ppc/cpu.h | 2 +- > target/ppc/internal.h | 2 +- > target/riscv/cpu.h | 2 +- > target/riscv/debug.h | 2 +- > target/xtensa/cpu.h | 2 +- > accel/tcg/cpu-exec.c | 2 +- > accel/tcg/user-exec-stub.c | 4 ++-- > accel/tcg/watchpoint.c | 8 ++++---- > system/watchpoint.c | 12 ++++++------ > target/arm/hvf/hvf.c | 2 +- > target/arm/hyp_gdbstub.c | 2 +- > target/arm/kvm.c | 2 +- > target/arm/tcg/debug.c | 4 ++-- > target/i386/kvm/kvm.c | 2 +- > target/ppc/kvm.c | 2 +- > target/ppc/tcg-excp_helper.c | 2 +- > target/riscv/debug.c | 4 ++-- > target/s390x/kvm/kvm.c | 2 +- > target/s390x/tcg/debug.c | 2 +- > 26 files changed, 40 insertions(+), 47 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>