Re: [Qemu-devel] [PATCH 1/2] Move dirty page search state into separate structure

2015-09-23 Thread Amit Shah
On (Wed) 16 Sep 2015 [19:11:53], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Pull the sarch state for one iteration of the dirty page typo in 'search' > search into a structure. > > Signed-off-by: Dr. David Alan Gilbert > @@ -923,26 +933,29 @@ static int ram_save

[Qemu-devel] [PATCH 1/2] Move dirty page search state into separate structure

2015-09-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Pull the sarch state for one iteration of the dirty page search into a structure. Signed-off-by: Dr. David Alan Gilbert --- migration/ram.c | 54 ++ 1 file changed, 34 insertions(+), 20 deletions(-) diff --git