Re: [Qemu-devel] [PATCH 29/41] migration: merge qemu_popen_cmd with qemu_popen

2013-02-22 Thread Juan Quintela
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

Re: [Qemu-devel] [PATCH 29/41] migration: merge qemu_popen_cmd with qemu_popen

2013-02-20 Thread Orit Wasserman
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 |

[Qemu-devel] [PATCH 29/41] migration: merge qemu_popen_cmd with qemu_popen

2013-02-15 Thread Paolo Bonzini
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