commit | 1534ee93cc6be992c05577886b24bd44c37ecff6 | [log] [tgz] |
---|---|---|
author | ChenLiang <chenliang88@huawei.com> | Fri Apr 04 17:57:53 2014 +0800 |
committer | Juan Quintela <quintela@redhat.com> | Mon May 05 22:15:03 2014 +0200 |
tree | 6f3963b2c5bb289fa2a5ff6878bd933118206356 | |
parent | 21a246a43b606ee833f907d589d8dcbb54a2761e [diff] |
XBZRLE: Fix one XBZRLE corruption issues 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 <chenliang88@huawei.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>