Re: [PATCH 02/15] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind

2025-04-25 Thread Pierrick Bouvier
On 4/23/25 18:19, Richard Henderson wrote: Replace existing usage of current_cpu. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h | 3 ++- accel/tcg/tb-maint.c| 8 accel/tcg/user-exec.c | 5 +++-- 3 files changed, 9 insertion

[PATCH 02/15] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind

2025-04-23 Thread Richard Henderson
Replace existing usage of current_cpu. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h | 3 ++- accel/tcg/tb-maint.c| 8 accel/tcg/user-exec.c | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/accel/tcg/tb-i