Re: [Qemu-devel] [PATCH v2 08/16] postcopy: Plumb pagesize down into place helpers

2017-02-24 Thread Dr. David Alan Gilbert
* Laurent Vivier (lviv...@redhat.com) wrote: > On 06/02/2017 18:32, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Now we deal with normal size pages and huge pages we need > > to tell the place handlers the size we're dealing with > > and make sure the temporary p

Re: [Qemu-devel] [PATCH v2 08/16] postcopy: Plumb pagesize down into place helpers

2017-02-24 Thread Laurent Vivier
On 06/02/2017 18:32, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Now we deal with normal size pages and huge pages we need > to tell the place handlers the size we're dealing with > and make sure the temporary page is large enough. > > Signed-off-by: Dr. David Alan G

Re: [Qemu-devel] [PATCH v2 08/16] postcopy: Plumb pagesize down into place helpers

2017-02-24 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Now we deal with normal size pages and huge pages we need > to tell the place handlers the size we're dealing with > and make sure the temporary page is large enough. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by

[Qemu-devel] [PATCH v2 08/16] postcopy: Plumb pagesize down into place helpers

2017-02-06 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Now we deal with normal size pages and huge pages we need to tell the place handlers the size we're dealing with and make sure the temporary page is large enough. Signed-off-by: Dr. David Alan Gilbert --- include/migration/postcopy-ram.h | 6 +++-- migration/pos