Re: [Qemu-devel] [PATCH v2 1/3] migration: postcopy_place_page factoring out

2017-06-16 Thread Dr. David Alan Gilbert
* Alexey Perevalov (a.pereva...@samsung.com) wrote: > Need to mark copied pages as closer as possible to the place where it > tracks down. That will be necessary in futher patch. > > Reviewed-by: Juan Quintela > Signed-off-by: Alexey Perevalov Reviewed-by: Dr. David Alan Gilbert > --- > migr

Re: [Qemu-devel] [PATCH v2 1/3] migration: postcopy_place_page factoring out

2017-06-16 Thread Peter Xu
On Thu, Jun 15, 2017 at 07:36:13PM +0300, Alexey Perevalov wrote: > Need to mark copied pages as closer as possible to the place where it > tracks down. That will be necessary in futher patch. > > Reviewed-by: Juan Quintela > Signed-off-by: Alexey Perevalov > --- > migration/postcopy-ram.c | 13

[Qemu-devel] [PATCH v2 1/3] migration: postcopy_place_page factoring out

2017-06-15 Thread Alexey Perevalov
Need to mark copied pages as closer as possible to the place where it tracks down. That will be necessary in futher patch. Reviewed-by: Juan Quintela Signed-off-by: Alexey Perevalov --- migration/postcopy-ram.c | 13 - migration/postcopy-ram.h | 4 ++-- migration/ram.c |