Re: [PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast

2025-04-25 Thread Pierrick Bouvier
On 4/23/25 18:19, Richard Henderson wrote: Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h | 5 ++--- accel/tcg/cputlb.c | 2 +- accel/tcg/tb-maint.c| 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) Reviewed-by: Pierrick Bouvier

Re: [PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast

2025-04-23 Thread Philippe Mathieu-Daudé
On 24/4/25 03:19, Richard Henderson wrote: Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h | 5 ++--- accel/tcg/cputlb.c | 2 +- accel/tcg/tb-maint.c| 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast

2025-04-23 Thread Richard Henderson
Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h | 5 ++--- accel/tcg/cputlb.c | 2 +- accel/tcg/tb-maint.c| 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/accel/tcg/tb-internal.h b/accel/tcg/tb-internal.h index 1078de6c99..40439f03c3 100644 --- a/acce