• Adrian Reber's avatar
    uffd.c: do not call unneeded functions · 33696ceb
    Adrian Reber authored
    For a lazy restore via userfaultfd the lazy-pages daemon
    needs to know which pages exist, so that it knows when all
    pages have finally been migrated so that the restored process
    has all of its memory. Therefore it needs to know which pages
    exist and it needs to parse the files in the dump result directory.
    
    The existing criu functions are designed to be used by a 'normal'
    restore and thus a lot of assumptions are made what has to be set up.
    
    For the lazy-pages restore the complete 'restore' initialization is
    not necessary and therefore the criu common code dependencies are
    minimized with this commit.
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    33696ceb
Name
Last commit
Last update
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...