On Tue, Mar 12, 2024 at 09:14:55PM +0100, Philippe Mathieu-Daudé wrote: > Respin of Nicholas patch, without introducing > tcg_cpu_physical_memory_dirty_bits_cleared(), > and split in more digestible parts. > > Nicholas Piggin (2): > physmem: Factor cpu_physical_memory_dirty_bits_cleared() out > physmem: Fix migration dirty bitmap coherency with TCG memory access > > Philippe Mathieu-Daudé (1): > physmem: Expose tlb_reset_dirty_range_all() > > include/exec/exec-all.h | 1 + > include/exec/ram_addr.h | 12 ++++++++++++ > system/physmem.c | 10 ++++------ > 3 files changed, 17 insertions(+), 6 deletions(-)
Yes agree a better split than the single patch. Tentatively queued while waiting for any comments. -- Peter Xu