[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap cohere
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap coherency with TCG memory access |
|
Date: |
Tue, 12 Mar 2024 21:14:55 +0100 |
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(-)
--
2.41.0
- [PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap coherency with TCG memory access,
Philippe Mathieu-Daudé <=
- [PATCH-for-9.0 v2 1/3] physmem: Expose tlb_reset_dirty_range_all(), Philippe Mathieu-Daudé, 2024/03/12
- [PATCH-for-9.0 v2 2/3] physmem: Factor cpu_physical_memory_dirty_bits_cleared() out, Philippe Mathieu-Daudé, 2024/03/12
- [PATCH-for-9.0 v2 3/3] physmem: Fix migration dirty bitmap coherency with TCG memory access, Philippe Mathieu-Daudé, 2024/03/12
- Re: [PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap coherency with TCG memory access, Peter Xu, 2024/03/12
- Re: [PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap coherency with TCG memory access, Richard Henderson, 2024/03/12