Re: [Qemu-devel] [PATCH 7/8] migration: introduce save_normal_page()

2018-03-27 Thread Peter Xu
On Tue, Mar 13, 2018 at 03:57:38PM +0800, guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > It directly sends the page to the stream neither checking zero nor > using xbzrle or compression > > Signed-off-by: Xiao Guangrong

Re: [Qemu-devel] [PATCH 7/8] migration: introduce save_normal_page()

2018-03-15 Thread Dr. David Alan Gilbert
* guangrong.x...@gmail.com (guangrong.x...@gmail.com) wrote: > From: Xiao Guangrong > > It directly sends the page to the stream neither checking zero nor > using xbzrle or compression > > Signed-off-by: Xiao Guangrong Reviewed-by: Dr.

[Qemu-devel] [PATCH 7/8] migration: introduce save_normal_page()

2018-03-13 Thread guangrong . xiao
From: Xiao Guangrong It directly sends the page to the stream neither checking zero nor using xbzrle or compression Signed-off-by: Xiao Guangrong --- migration/ram.c | 50 ++ 1 file changed,