commit | 35374cbdff2bf6b6fb7caae5ea8aaa3b0f53f4ca | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Apr 18 10:13:21 2018 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Wed Jun 27 13:28:30 2018 +0200 |
tree | a13a69728065d71a680d0797655db52736c31515 | |
parent | 7a5cc33c4878e998e1e2d7c9092dddf963aeb795 [diff] |
migration: Stop sending whole pages through main channel We have to flush() the QEMUFile because now we sent really few data through that channel. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>