On Wed, Jan 07, 2026 at 12:19:03AM +0100, Philippe Mathieu-Daudé wrote: > Date: Wed, 7 Jan 2026 00:19:03 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH 1/5] target/i386: Restrict WatchPoint API to TCG > X-Mailer: git-send-email 2.52.0 > > Watchpoints are specific to the TCG accelerator. Restrict > the cpu_watchpoint_remove_all() call. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/i386/cpu.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Zhao Liu <[email protected]>
