Re: [Qemu-devel] [PATCH 34/41] migration: use QEMUFile for migration channel lifetime

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > As a start, use QEMUFile to store the destination and close it. > qemu_get_fd gets a file descriptor that will be used by the write > callbacks. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH 34/41] migration: use QEMUFile for migration channel lifetime

2013-02-21 Thread Orit Wasserman
On 02/15/2013 07:47 PM, Paolo Bonzini wrote: > As a start, use QEMUFile to store the destination and close it. > qemu_get_fd gets a file descriptor that will be used by the write > callbacks. > > Signed-off-by: Paolo Bonzini > --- > include/migration/migration.h |7 --- > migration-exec.

[Qemu-devel] [PATCH 34/41] migration: use QEMUFile for migration channel lifetime

2013-02-15 Thread Paolo Bonzini
As a start, use QEMUFile to store the destination and close it. qemu_get_fd gets a file descriptor that will be used by the write callbacks. Signed-off-by: Paolo Bonzini --- include/migration/migration.h |7 --- migration-exec.c | 21 ++--- migration-fd.c