summary refs log tree commit diff stats
path: root/accel/tcg/watchpoint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé2024-01-191-0/+143
Keep system/watchpoint.c accelerator-agnostic by moving TCG specific code to accel/tcg/watchpoint.c. Update meson. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240111162032.43378-1-philmd@linaro.org>