Re: [Qemu-devel] [PATCH 25/41] migration: eliminate last_round

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > We will go around the loop exactly once after setting last_round. > Eliminate the variable altogether. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH 25/41] migration: eliminate last_round

2013-02-20 Thread Orit Wasserman
On 02/15/2013 07:46 PM, Paolo Bonzini wrote: > We will go around the loop exactly once after setting last_round. > Eliminate the variable altogether. > > Signed-off-by: Paolo Bonzini > --- > migration.c | 11 +-- > 1 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/migr

[Qemu-devel] [PATCH 25/41] migration: eliminate last_round

2013-02-15 Thread Paolo Bonzini
We will go around the loop exactly once after setting last_round. Eliminate the variable altogether. Signed-off-by: Paolo Bonzini --- migration.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/migration.c b/migration.c index bfe6be1..5e2077e 100644 --- a/migra