Re: [Qemu-devel] [PATCH v2 10/16] postcopy: Load huge pages in one go

2017-02-24 Thread Dr. David Alan Gilbert
* Laurent Vivier (lviv...@redhat.com) wrote: > On 06/02/2017 18:33, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > The existing postcopy RAM load loop already ensures that it > > glues together whole host-pages from the target page size chunks sent > > over the wir

Re: [Qemu-devel] [PATCH v2 10/16] postcopy: Load huge pages in one go

2017-02-24 Thread Laurent Vivier
On 06/02/2017 18:33, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The existing postcopy RAM load loop already ensures that it > glues together whole host-pages from the target page size chunks sent > over the wire. Modify the definition of host page that it uses > to

[Qemu-devel] [PATCH v2 10/16] postcopy: Load huge pages in one go

2017-02-06 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The existing postcopy RAM load loop already ensures that it glues together whole host-pages from the target page size chunks sent over the wire. Modify the definition of host page that it uses to be the RAM block page size and thus be huge pages where appropriate.