commit | a55bbe31873a5014fa6457c936858f11e2d22b32 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Fri Jun 25 11:10:05 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jul 06 10:36:28 2010 -0500 |
tree | 51af9b16d96c803691136830f3eb15923e4a4d28 | |
parent | e44359c35efbcd5ba9abf94bdd544a744046925a [diff] |
savevm: Create a new continue flag to avoid resending block name Allows us to compress the protocol a bit by setting a flag on the offset which indicates we're still working within the same block as last time. That way we can avoid sending the block name for every page. Suggested by Anthony Liguori. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>