Re: [PATCH v5 4/6] migration: Sync requested pages after postcopy recovery

2020-10-21 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > We synchronize the requested pages right after a postcopy recovery happens. > This helps to synchronize the prioritized pages on source so that the faulted > threads can be served faster. > > Reported-by: Xiaohui Li > Signed-off-by: Peter Xu Reviewed-by:

[PATCH v5 4/6] migration: Sync requested pages after postcopy recovery

2020-10-19 Thread Peter Xu
We synchronize the requested pages right after a postcopy recovery happens. This helps to synchronize the prioritized pages on source so that the faulted threads can be served faster. Reported-by: Xiaohui Li Signed-off-by: Peter Xu --- migration/savevm.c | 57 +++