Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
vm_migrate is now part of the live_migration plugin \o/
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Dec 2017 09:23:47 +0000 (10:23 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Dec 2017 09:23:47 +0000 (10:23 +0100)
commit20fb1d8f699a02bdfd23130097cf7cf3d11f5840
tree99774a6e181cf1873bd043295598030c26562570
parentfa534df82cd3c349ac38f25096850568fdcf1e9d
vm_migrate is now part of the live_migration plugin \o/

there are still some cleanups to do to complete the plugin
 - is_migrating in VirtualMachineImpl and related functions
 - the vm_params_t are only used by the migration
 - some factoring in VmLiveMigration.hpp
 - See if the final ack can be spared
 - check valgrind and sonar feedback
13 files changed:
examples/msg/cloud-masterworker/cloud-masterworker.tesh
examples/msg/cloud-migration/cloud-migration.tesh
examples/s4u/cloud-simple/s4u-cloud-simple.cpp
examples/s4u/cloud-simple/s4u-cloud-simple.tesh
include/simgrid/msg.h
include/simgrid/plugins/live_migration.h
src/bindings/java/jmsg_vm.cpp
src/msg/msg_vm.cpp
src/plugins/vm/VmLiveMigration.cpp [new file with mode: 0644]
src/plugins/vm/VmLiveMigration.hpp [new file with mode: 0644]
src/plugins/vm/s4u_VirtualMachine.cpp
teshsuite/msg/cloud-simple/cloud-simple.tesh
tools/cmake/DefinePackages.cmake