Re: [PATCH] system/watchpoint: Move TCG specific code to accel/tcg/

2024-01-17 Thread Philippe Mathieu-Daudé
On 11/1/24 22:49, Richard Henderson wrote: On 1/12/24 03:20, Philippe Mathieu-Daudé wrote: Keep system/watchpoint.c accelerator-agnostic by moving TCG specific code to accel/tcg/watchpoint.c. Update meson. Signed-off-by: Philippe Mathieu-Daudé ---   accel/tcg/watchpoint.c | 143

Re: [PATCH] system/watchpoint: Move TCG specific code to accel/tcg/

2024-01-11 Thread Richard Henderson
On 1/12/24 03:20, Philippe Mathieu-Daudé wrote: Keep system/watchpoint.c accelerator-agnostic by moving TCG specific code to accel/tcg/watchpoint.c. Update meson. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/watchpoint.c | 143 + system/watchpoin

[PATCH] system/watchpoint: Move TCG specific code to accel/tcg/

2024-01-11 Thread Philippe Mathieu-Daudé
Keep system/watchpoint.c accelerator-agnostic by moving TCG specific code to accel/tcg/watchpoint.c. Update meson. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/watchpoint.c | 143 + system/watchpoint.c| 124 --- a