Re: [PATCH 068/147] accel/tcg: Move get_page_addr_code* declarations

2025-04-23 Thread Philippe Mathieu-Daudé
On 22/4/25 21:26, Richard Henderson wrote: Move the declarations from exec/exec-all.h to the private accel/tcg/internal-common.h. Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- accel/tcg/internal-common.h | 34 ++ include/exec/exec-all.h

[PATCH 068/147] accel/tcg: Move get_page_addr_code* declarations

2025-04-22 Thread Richard Henderson
Move the declarations from exec/exec-all.h to the private accel/tcg/internal-common.h. Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- accel/tcg/internal-common.h | 34 ++ include/exec/exec-all.h | 34 -- acc