]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
softmmu: Extract watchpoint API from physmem.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 9 Dec 2022 13:47:52 +0000 (14:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit2609ec2868e6c286e755a73b4504714a0296aba3
treefee76fef4553db8adccb0a1a55999abb8ff857ef
parentfeea81d8de5c2c5374ab77ab963fa8c045b9fa4e
softmmu: Extract watchpoint API from physmem.c

The watchpoint API is specific to TCG system emulation.

Move it to a new compile unit. The inlined stubs are used
for user-mode and non-TCG accelerators.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221209141254.68662-1-philmd@linaro.org>
MAINTAINERS
include/hw/core/cpu.h
softmmu/meson.build
softmmu/physmem.c
softmmu/watchpoint.c [new file with mode: 0644]