Re: [Qemu-devel] [PATCH 36/41] migration: use qemu_ftell to compute bandwidth

2013-02-22 Thread Juan Quintela
Paolo Bonzini pbonz...@redhat.com wrote: Prepare for when s-bytes_xfer will be removed. Signed-off-by: Paolo Bonzini pbonz...@redhat.com Reviewed-by: Juan Quintela quint...@redhat.com

Re: [Qemu-devel] [PATCH 36/41] migration: use qemu_ftell to compute bandwidth

2013-02-22 Thread Orit Wasserman
On 02/15/2013 07:47 PM, Paolo Bonzini wrote: Prepare for when s-bytes_xfer will be removed. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- migration.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/migration.c b/migration.c index 68d47cd..d636c59

[Qemu-devel] [PATCH 36/41] migration: use qemu_ftell to compute bandwidth

2013-02-15 Thread Paolo Bonzini
Prepare for when s-bytes_xfer will be removed. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- migration.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/migration.c b/migration.c index 68d47cd..d636c59 100644 --- a/migration.c +++ b/migration.c @@ -575,6 +575,7