Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one step toward a live migration plugin
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 18 Dec 2017 23:16:43 +0000 (00:16 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 18 Dec 2017 23:51:47 +0000 (00:51 +0100)
have dirty page tracking in a separate plugin (kernel) and stop have
dirty page stuff when VM and Migration are not used.

Indeed, this plugin is only needed if vm have to be migrated live. In
that case, one should:
 1) #include "simgrid/plugins/live_migration.h"
 2) call "MSG/sg_vm_live_migration_plugin_init() right after the
    initialization of the simulation (MSG_init or s4u::Engine)


No differences found