Re: [Qemu-devel] [PATCH 07/11] Add XBZRLE to ram_save_block and ram_save_live

2012-07-28 Thread Orit Wasserman
On 07/27/2012 01:20 AM, Eric Blake wrote: > On 07/25/2012 08:50 AM, Orit Wasserman wrote: >> In the outgoing migration check to see if the page is cached and >> changed than send compressed page by using save_xbrle_page function. > > s/changed than/changed, then/ > >> In the incoming migration ch

Re: [Qemu-devel] [PATCH 07/11] Add XBZRLE to ram_save_block and ram_save_live

2012-07-26 Thread Eric Blake
On 07/25/2012 08:50 AM, Orit Wasserman wrote: > In the outgoing migration check to see if the page is cached and > changed than send compressed page by using save_xbrle_page function. s/changed than/changed, then/ > In the incoming migration check to see if RAM_SAVE_FLAG_XBZRLE is set > and decom