Re: [Qemu-devel] [PATCH v6 0/3] migration: compression optimization

2018-09-13 Thread Juan Quintela
Xiao Guangrong wrote: > On 09/06/2018 07:03 PM, Juan Quintela wrote: >> guangrong.x...@gmail.com wrote: >>> From: Xiao Guangrong >>> >>> Changelog in v6: >>> >>> Thanks to Juan's review, in this version we >>> 1) move flush compressed data to find_dirty_block() where it hits the end >>> of me

Re: [Qemu-devel] [PATCH v6 0/3] migration: compression optimization

2018-09-13 Thread Xiao Guangrong
On 09/06/2018 07:03 PM, Juan Quintela wrote: guangrong.x...@gmail.com wrote: From: Xiao Guangrong Changelog in v6: Thanks to Juan's review, in this version we 1) move flush compressed data to find_dirty_block() where it hits the end of memblock 2) use save_page_use_compression instead

Re: [Qemu-devel] [PATCH v6 0/3] migration: compression optimization

2018-09-06 Thread Juan Quintela
guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > Changelog in v6: > > Thanks to Juan's review, in this version we > 1) move flush compressed data to find_dirty_block() where it hits the end >of memblock > 2) use save_page_use_compression instead of migrate_use_compression in >flu

[Qemu-devel] [PATCH v6 0/3] migration: compression optimization

2018-09-06 Thread guangrong . xiao
From: Xiao Guangrong Changelog in v6: Thanks to Juan's review, in this version we 1) move flush compressed data to find_dirty_block() where it hits the end of memblock 2) use save_page_use_compression instead of migrate_use_compression in flush_compressed_data Xiao Guangrong (3): migrat