Paolo Bonzini wrote:
> 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.
>
> Signed-off-by: Paolo Bonzini
Reviewed-by: Juan Quintela
On 02/15/2013 07:47 PM, Paolo Bonzini wrote:
> 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.
>
> Signed-off-by: Paolo Bonzini
> ---
> include/migration/qemu-file.h |
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.
Signed-off-by: Paolo Bonzini
---
include/migration/qemu-file.h |1 -
migration-exec.c | 10 --
sav