Re: [Qemu-devel] [PATCH 27/41] migration: remove useless qemu_file_get_error check

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > migration_put_buffer is never called if there has been an error. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH 27/41] migration: remove useless qemu_file_get_error check

2013-02-20 Thread Orit Wasserman
On 02/15/2013 07:46 PM, Paolo Bonzini wrote: > migration_put_buffer is never called if there has been an error. > > Signed-off-by: Paolo Bonzini > --- > migration.c |6 -- > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/migration.c b/migration.c > index 63ecab5..3de7

[Qemu-devel] [PATCH 27/41] migration: remove useless qemu_file_get_error check

2013-02-15 Thread Paolo Bonzini
migration_put_buffer is never called if there has been an error. Signed-off-by: Paolo Bonzini --- migration.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/migration.c b/migration.c index 63ecab5..3de7cbf 100644 --- a/migration.c +++ b/migration.c @@ -512,12 +512,