Re: [PATCH 12/23] accel/tcg: Process IntervalTree entries in tlb_reset_dirty

2024-10-09 Thread Pierrick Bouvier
On 10/9/24 08:08, Richard Henderson wrote: Update the addr_write copy within each interval tree node. Tidy the iteration within the other two loops as well. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) dif

[PATCH 12/23] accel/tcg: Process IntervalTree entries in tlb_reset_dirty

2024-10-09 Thread Richard Henderson
Update the addr_write copy within each interval tree node. Tidy the iteration within the other two loops as well. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb