Re: [PATCH v2 13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty

2024-11-14 Thread Pierrick Bouvier
On 11/14/24 08:00, 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(-)

[PATCH v2 13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty

2024-11-14 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