savevm: Create a new continue flag to avoid resending block name
commita55bbe31873a5014fa6457c936858f11e2d22b32
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 25 Jun 2010 17:10:05 +0000 (25 11:10 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Jul 2010 15:36:28 +0000 (6 10:36 -0500)
tree51af9b16d96c803691136830f3eb15923e4a4d28
parente44359c35efbcd5ba9abf94bdd544a744046925a
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>
arch_init.c