Re: [Qemu-devel] [PATCH v9 34/56] Postcopy: Maintain unsentmap

2015-11-09 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Maintain an 'unsentmap' of pages that have yet to be sent. > This is used in the following patches to discard some set of > the pages already sent as we enter postcopy mode. > > Signed-off-by: Dr. David Alan Gilbert Revi

[Qemu-devel] [PATCH v9 34/56] Postcopy: Maintain unsentmap

2015-11-05 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Maintain an 'unsentmap' of pages that have yet to be sent. This is used in the following patches to discard some set of the pages already sent as we enter postcopy mode. Signed-off-by: Dr. David Alan Gilbert --- migration/ram.c | 51 ++