Re: [Qemu-devel] [PATCH 16/51] ram: Move iterations into RAMState

2017-03-28 Thread Juan Quintela
Peter Xu wrote: > On Thu, Mar 23, 2017 at 09:45:09PM +0100, Juan Quintela wrote: >> Signed-off-by: Juan Quintela >> @@ -693,13 +694,13 @@ static void migration_bitmap_sync(RAMState *rs) >> } >> >> if (migrate_use_xbzrle()) { >> -if (rs->iterations_prev != acct_inf

Re: [Qemu-devel] [PATCH 16/51] ram: Move iterations into RAMState

2017-03-27 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:09PM +0100, Juan Quintela wrote: > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu Another comment not directly related to this patch... > --- > migration/ram.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/migration/ra