]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Split out watchpoint.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 Mar 2025 17:39:19 +0000 (10:39 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:36 +0000 (14:08 -0700)
commit3e57baa22ea6892d1b8c212253b2859be30f45ee
treeac1d320d4561beec30a9687a21738d7a0f15b249
parent17a71e89693e17d60f73a00b4cea6963073152e3
include/exec: Split out watchpoint.h

Relatively few objects in qemu care about watchpoints, so split
out to a new header.  Removes an instance of CONFIG_USER_ONLY
from hw/core/cpu.h.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 files changed:
accel/tcg/tcg-accel-ops.c
include/exec/watchpoint.h [new file with mode: 0644]
include/hw/core/cpu.h
system/watchpoint.c
target/arm/debug_helper.c
target/i386/cpu.c
target/i386/machine.c
target/i386/tcg/system/bpt_helper.c
target/ppc/cpu.c
target/ppc/cpu_init.c
target/riscv/debug.c
target/s390x/helper.c
target/s390x/tcg/excp_helper.c
target/xtensa/dbg_helper.c