Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make msg_vm_migrate robust (i.e. now SRC or DST can be turned off during the migratio...
authorAdrien Lebre <alebre@adsein.local>
Thu, 9 Oct 2014 15:44:52 +0000 (17:44 +0200)
committerAdrien Lebre <alebre@adsein.local>
Thu, 9 Oct 2014 15:44:52 +0000 (17:44 +0200)
commitdbc9ac405eeeda287a46f7178820f477340a615b
treede3bb72a2fa12bf949929a227dbc25195dce6da9
parente95d3868e971e074aabddec6fbb852d525fdb805
make msg_vm_migrate robust (i.e. now SRC or DST can be turned off during the migration) - fix teshsuite slee_host_off in java (but did not fix the output as I don't know how to do it), discover a bug on VM destroy (it is impossible to recreate the same VM: you get /Users/alebre/DEVELOPMENTS/SIMGRID/simgrid.orig/src/msg/msg_vm.c:209: [msg_vm/ERROR] host vm0 already exits) - Adrien
examples/java/cloud/migration/XVM.java
src/bindings/java/jmsg_vm.c
src/bindings/java/org/simgrid/msg/VM.java
src/bindings/java/smx_context_cojava.c
src/bindings/java/smx_context_java.c
src/msg/msg_vm.c
teshsuite/java/sleep_host_off/SleepHostOff.java