Re: [RFC V1 2/7] migration: skip dirty memory tracking for cpr

2024-08-14 Thread Steven Sistare
On 8/12/2024 2:57 PM, Fabiano Rosas wrote: Steve Sistare writes: CPR preserves memory in place, so there is no need to track dirty memory. By skipping it, CPR can support devices that do not support tracking. Signed-off-by: Steve Sistare --- system/memory.c | 11 +++ 1 file change

Re: [RFC V1 2/7] migration: skip dirty memory tracking for cpr

2024-08-12 Thread Fabiano Rosas
Steve Sistare writes: > CPR preserves memory in place, so there is no need to track dirty memory. > By skipping it, CPR can support devices that do not support tracking. > > Signed-off-by: Steve Sistare > --- > system/memory.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

[RFC V1 2/7] migration: skip dirty memory tracking for cpr

2024-07-12 Thread Steve Sistare
CPR preserves memory in place, so there is no need to track dirty memory. By skipping it, CPR can support devices that do not support tracking. Signed-off-by: Steve Sistare --- system/memory.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/system/memory.c b/system/memory.c inde