Re: [Qemu-devel] [PATCH v6 17/19] migration: Rename initial_bytes

2017-08-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Now it is called qemu_file_bytes that reflects better what it does, > and we create qemu_file_bytes_now to not have to call qemu_ftell() twice. Yes OK, although you could lose the 'qemu_' off the start; it's local anyway. Reviewed-by: Dr. David Alan

[Qemu-devel] [PATCH v6 17/19] migration: Rename initial_bytes

2017-08-08 Thread Juan Quintela
Now it is called qemu_file_bytes that reflects better what it does, and we create qemu_file_bytes_now to not have to call qemu_ftell() twice. Signed-off-by: Juan Quintela --- migration/migration.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/migration/migration.c

[Qemu-devel] [PATCH v6 17/19] migration: Rename initial_bytes

2017-08-08 Thread Juan Quintela
Now it is called qemu_file_bytes that reflects better what it does, and we create qemu_file_bytes_now to not have to call qemu_ftell() twice. Signed-off-by: Juan Quintela --- migration/migration.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/migration/migration.c