Re: [Qemu-devel] [PATCH v12 21/21] migration: Stop sending whole pages through main channel

2018-05-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We have to flush() the QEMUFile because now we sent really few data > through that channel. I think this makes sense, so Reviewed-by: Dr. David Alan Gilbert However, I think again it could really be folded into an earlier

[Qemu-devel] [PATCH v12 21/21] migration: Stop sending whole pages through main channel

2018-04-25 Thread Juan Quintela
We have to flush() the QEMUFile because now we sent really few data through that channel. Signed-off-by: Juan Quintela --- migration/ram.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index