[Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once

2012-11-02 Thread Paolo Bonzini
No need to test s->fd again, it is tested in the caller. Reviewed-by: Orit Wasserman Signed-off-by: Paolo Bonzini --- migration-exec.c | 14 ++ migration-fd.c | 33 +++-- migration-tcp.c | 7 ++- migration-unix.c | 7 ++- 4 file modificati, 2

Re: [Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once

2012-10-30 Thread Juan Quintela
Paolo Bonzini wrote: > No need to test s->fd again, it is tested in the caller. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once

2012-10-28 Thread Orit Wasserman
On 10/18/2012 12:22 PM, Paolo Bonzini wrote: > No need to test s->fd again, it is tested in the caller. > > Signed-off-by: Paolo Bonzini > --- > migration-exec.c | 14 ++ > migration-fd.c | 33 +++-- > migration-tcp.c | 7 ++- > migration-unix.c |

[Qemu-devel] [PATCH 08/12] migration: xxx_close will only be called once

2012-10-18 Thread Paolo Bonzini
No need to test s->fd again, it is tested in the caller. Signed-off-by: Paolo Bonzini --- migration-exec.c | 14 ++ migration-fd.c | 33 +++-- migration-tcp.c | 7 ++- migration-unix.c | 7 ++- 4 file modificati, 25 inserzioni(+), 36 rimozioni