OSDN Git Service

migration: merge qemu_popen_cmd with qemu_popen
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Feb 2013 16:36:36 +0000 (17:36 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 11 Mar 2013 12:32:02 +0000 (13:32 +0100)
commit817b9ed5eb300dbb434d752da416441028539a96
tree0cddbea310298a2cffaf3dd99897ea9f8660ed25
parenta0ff044b8ea81908cd8fe5819ce33780f53f58ee
migration: merge qemu_popen_cmd with qemu_popen

There is no reason for outgoing exec migration to do popen manually
anymore (the reason used to be that we needed the FILE* to make it
non-blocking).  Use qemu_popen_cmd.

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>
include/migration/qemu-file.h
migration-exec.c
savevm.c