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

2020-10-02 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 v4 4/4] migration: Sync requested pages after postcopy recovery

2020-10-02 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 +++