Searched hist:"332847 f0757ee057865fb989e70373092b3b4692" (Results 1 – 1 of 1) sorted by relevance
/qemu/migration/ |
H A D | postcopy-ram.c | 332847f0757ee057865fb989e70373092b3b4692 Fri Feb 24 18:28:38 UTC 2017 Dr. David Alan Gilbert <dgilbert@redhat.com> postcopy: Mask fault addresses to huge page boundary
Currently the fault address received by userfault is rounded to the host page boundary and a host page is requested from the source. Use the current RAMBlock page size instead of the general host page size so that for RAMBlocks backed by huge pages we request the whole huge page.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Message-Id: <20170224182844.32452-11-dgilbert@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
|