Set last_sent_block
commit84e7b80a05c0c44b90533c6cd2f1db5c932ccf77
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 18 Nov 2015 11:48:39 +0000 (18 11:48 +0000)
committerJuan Quintela <quintela@redhat.com>
Thu, 19 Nov 2015 10:49:53 +0000 (19 11:49 +0100)
treeffd831d6674f4c85384b593c13df1069221843c5
parent8f280309030331a912fd8924c129d8bd59e1bdc7
Set last_sent_block

In a82d593b61054b3dea43 I accidentally removed the setting of
last_sent_block,  put it back.

Symptoms:
  Multithreaded compression only uses one thread.
  Migration is a bit less efficient since it won't use 'cont' flags.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Fixes: a82d593b61054b3dea43
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c