]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.c
migration: Stop sending whole pages through main channel
authorJuan Quintela <quintela@redhat.com>
Wed, 18 Apr 2018 08:13:21 +0000 (10:13 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 27 Jun 2018 11:28:30 +0000 (13:28 +0200)
commit35374cbdff2bf6b6fb7caae5ea8aaa3b0f53f4ca
treea13a69728065d71a680d0797655db52736c31515
parent7a5cc33c4878e998e1e2d7c9092dddf963aeb795
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>
migration/ram.c