Re: [Qemu-devel] [PATCH v16 04/14] migration: Abstract the number of bytes sent

2018-06-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Right now we use the "position" inside the QEMUFile, but things like > RDMA already do weird things to be able to maintain that counter > right, and multifd will have some similar problems. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Ala

[Qemu-devel] [PATCH v16 04/14] migration: Abstract the number of bytes sent

2018-06-26 Thread Juan Quintela
Right now we use the "position" inside the QEMUFile, but things like RDMA already do weird things to be able to maintain that counter right, and multifd will have some similar problems. Signed-off-by: Juan Quintela --- migration/migration.c | 14 +++--- 1 file changed, 11 insertions(+),