live migration supports xbzrle compress
By using XBZRLE (Xor Binary Zero Run-Length-
On the sender side XBZRLE is used as a compact delta encoding of page updates, retrieving the old page content from an LRU cache (default size of 64 MB). The receiving side uses the existing page content and XBZRLE to decode the new page content.
This is the xbzrle introduce.
https:/
also we can see there is a great improve xbzrle cache hit by ChenLiang <email address hidden>
http://
This feature is ready for nova to support in live migration.
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
support xbzrle compress for live migration