]> Git Repo - qemu.git/commit - migration/ram.c
postcopy: Load huge pages in one go
authorDr. David Alan Gilbert <[email protected]>
Fri, 24 Feb 2017 18:28:37 +0000 (18:28 +0000)
committerDr. David Alan Gilbert <[email protected]>
Tue, 28 Feb 2017 11:30:23 +0000 (11:30 +0000)
commit28abd2001445d4e702b1dc9147d0015b189cd37a
tree254587e36a3666b1517d65de0fad61cda0df3099
parent41d84210d403a686052fb5fc4c9f027e13e92185
postcopy: Load huge pages in one go

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.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20170224182844[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/ram.c
This page took 0.02374 seconds and 4 git commands to generate.