Re: [PATCH 12/37] accel/tcg: Remove mmap_lock/unlock from watchpoint.c

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: The mmap_lock is user-only, whereas watchpoint.c is only compiled for system mode. Signed-off-by: Richard Henderson --- accel/tcg/watchpoint.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/accel/tcg/watchpoint.c b/accel/tcg/watchpoint.c inde

Re: [PATCH 12/37] accel/tcg: Remove mmap_lock/unlock from watchpoint.c

2025-03-13 Thread Philippe Mathieu-Daudé
On 13/3/25 04:44, Richard Henderson wrote: The mmap_lock is user-only, whereas watchpoint.c is only compiled for system mode. Signed-off-by: Richard Henderson --- accel/tcg/watchpoint.c | 3 --- 1 file changed, 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 12/37] accel/tcg: Remove mmap_lock/unlock from watchpoint.c

2025-03-12 Thread Richard Henderson
The mmap_lock is user-only, whereas watchpoint.c is only compiled for system mode. Signed-off-by: Richard Henderson --- accel/tcg/watchpoint.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/accel/tcg/watchpoint.c b/accel/tcg/watchpoint.c index 65b21884ce..cfb37a49e7 100644 --- a/accel/tcg