Re: [Qemu-devel] [PATCH v8 13/54] Move dirty page search state into separate structure

2015-10-20 Thread Juan Quintela
Juan Quintela wrote: Post proper list Remove cc'd > "Dr. David Alan Gilbert (git)" wrote: >> From: "Dr. David Alan Gilbert" >> >> Pull the search state for one iteration of the dirty page >> search into a structure. >> >> Signed-off-by: Dr. David Alan Gilbert >> Reviewed-by: Amit Shah Rev

[Qemu-devel] [PATCH v8 13/54] Move dirty page search state into separate structure

2015-09-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Pull the search state for one iteration of the dirty page search into a structure. Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah --- migration/ram.c | 55 +++ 1 file changed, 35 insertions(+), 20