Re: [Qemu-devel] [PATCH v4 05/10] migration: move handle of zero page to the thread

2018-08-22 Thread Juan Quintela
guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > Detecting zero page is not a light work, moving it to the thread to > speed the main thread up, btw, handling ram_release_pages() for the > zero page is moved to the thread as well > > Reviewed-by: Peter Xu > Signed-off-by: Xiao Guangrong

[Qemu-devel] [PATCH v4 05/10] migration: move handle of zero page to the thread

2018-08-21 Thread guangrong . xiao
From: Xiao Guangrong Detecting zero page is not a light work, moving it to the thread to speed the main thread up, btw, handling ram_release_pages() for the zero page is moved to the thread as well Reviewed-by: Peter Xu Signed-off-by: Xiao Guangrong --- migration/ram.c | 96 ++