commit | f8bbc1286337a8506162b5785babe6f2a7de2476 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 22 17:36:41 2013 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Mon Mar 11 13:32:02 2013 +0100 |
tree | 15b6553d15211d4bc73afcfa1a18a3e4b875cc21 | |
parent | 3f2d38faab97f4d676c41868a8243997b2aab7cb [diff] |
migration: use QEMUFile for migration channel lifetime 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. Reviewed-by: Orit Wasserman <owasserm@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>