Skip to content
Commit 9f60383b authored by Peter Lieven's avatar Peter Lieven Committed by Michael Roth
Browse files

migration: do not overwrite zero pages



on incoming migration do not memset pages to zero if they already read as zero.
this will allocate a new zero page and consume memory unnecessarily. even
if we madvise a MADV_DONTNEED later this will only deallocate the memory
asynchronously.

Signed-off-by: default avatarPeter Lieven <pl@kamp.de>
Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
(cherry picked from commit 211ea740)

Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 64a72fa7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment