Re: [PATCH 09/16] system: Build watchpoint.c once

2025-03-07 Thread Philippe Mathieu-Daudé
On 7/3/25 19:56, Richard Henderson wrote: Now that watchpoint.c uses cputlb.h instead of exec-all.h, it can be built once. Signed-off-by: Richard Henderson --- system/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe

[PATCH 09/16] system: Build watchpoint.c once

2025-03-07 Thread Richard Henderson
Now that watchpoint.c uses cputlb.h instead of exec-all.h, it can be built once. Signed-off-by: Richard Henderson --- system/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/meson.build b/system/meson.build index 4952f4b2c7..c83d80fa24 100644 --- a/system/me

Re: [PATCH 09/16] system: Build watchpoint.c once

2025-03-07 Thread Pierrick Bouvier
On 3/7/25 10:56, Richard Henderson wrote: Now that watchpoint.c uses cputlb.h instead of exec-all.h, it can be built once. Signed-off-by: Richard Henderson --- system/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/meson.build b/system/meson.build index