Re: [Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE corruption issues

2014-03-11 Thread Juan Quintela
wrote: > From: ChenLiang > > The page may not be inserted into cache after executing save_xbzrle_page. > In case of failure to insert, the original page should be sent rather > than the page in the cache. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei > Reviewed-by: Dr. David Alan Gilber

[Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE corruption issues

2014-03-11 Thread arei.gonglei
From: ChenLiang The page may not be inserted into cache after executing save_xbzrle_page. In case of failure to insert, the original page should be sent rather than the page in the cache. Signed-off-by: ChenLiang Signed-off-by: Gonglei Reviewed-by: Dr. David Alan Gilbert --- arch_init.c | 25