]> Git Repo - qemu.git/commit - arch_init.c
Add XBZRLE to ram_save_block and ram_save_live
authorOrit Wasserman <[email protected]>
Mon, 6 Aug 2012 18:42:53 +0000 (21:42 +0300)
committerJuan Quintela <[email protected]>
Wed, 8 Aug 2012 11:51:12 +0000 (13:51 +0200)
commit17ad9b358bceba78ae80f2963c6036eab726010c
tree91c6a43d53a8f93e845b82a58372f64c7e95308e
parent302dfbeb21fc5154c24ca50d296e865a3778c7da
Add XBZRLE to ram_save_block and ram_save_live

In the outgoing migration check to see if the page is cached and
changed, then send compressed page by using save_xbrle_page function.
In the incoming migration check to see if RAM_SAVE_FLAG_XBZRLE is set
and decompress the page (by using load_xbrle function).

Signed-off-by: Benoit Hudzia <[email protected]>
Signed-off-by: Petter Svard <[email protected]>
Signed-off-by: Aidan Shribman <[email protected]>
Signed-off-by: Orit Wasserman <[email protected]>
Reviewed-by: Luiz Capitulino <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
arch_init.c
migration.c
migration.h
This page took 0.026059 seconds and 4 git commands to generate.