Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use MSG_host_by_name() instead of MSG_get_host_by_name()
[simgrid.git] / src / msg / msg_vm.c
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-13 Adrien LebreMore progress toward the atomic simcall for vm migratio...
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-08 Adrien LebreAdd hosts test before migrating a VM - adrien
2015-04-05 Martin QuinsonInterface cleanup
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2014-12-10 Augustin Degomme(try to) avoid looping forever, temporarily.
2014-12-09 Augustin DegommeFix build
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Adrien LebreFew temporary debug messages - adrien
2014-12-01 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-11-29 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-28 Augustin DegommeRemove warnings in vm
2014-11-27 Takahiro Hirofuchisupport timeout of migration
2014-11-27 Takahiro Hirofuchifix indent in migration code
2014-11-27 Takahiro Hirofuchiremove unnecessary comment out
2014-11-27 Takahiro Hirofuchiremove the unnecessary vm object in migration
2014-11-27 Takahiro Hirofuchiremove unused code in migration
2014-11-27 Takahiro Hirofuchiremove trailing space in the migration code
2014-11-27 Takahiro Hirofuchiremove unused migration code for CPU overheads
2014-10-12 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-12 Adrien LebreStill looking for the pending bug :( (turning on/off...
2014-10-09 Martin QuinsonAllow to recreate VMs in a better way (I guess)
2014-10-09 Martin QuinsonRemove VMs from the lib of existing hosts so that they...
2014-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-09 Adrien Lebrefix msg_host_is_avai... in msg_host_is_on - adrien
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-09 Adrien Lebremake msg_vm_migrate robust (i.e. now SRC or DST can...
2014-09-11 Augustin Degommeavoid warnings (and errors) without debug enabled
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-28 Adrien LebreThrow a host failure exception instead of a jni one...
2014-08-07 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-07 Adrien LebreTemporary patch to handle host failure exception during...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-24 Adrien Lebrefix minor issues in the management of Java Exceptions...
2014-07-16 Adrien LebrePush Takahiro Patch and fix cloud.tesh - Adrien
2014-07-16 Takahiro Hirofuchimigration: minor cleanup and update TODO
2014-07-16 Takahiro Hirofuchimigration: fix status check of migration
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-05 Arnaud GierschTypo.
2014-06-04 scastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-04 Takahiro Hirofuchifix spell and remove trailing space
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-20 Arnaud Gierschtask->counter is initialized only when HAVE_TRACING.
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-24 Takahiro HirofuchiFix the default working set size of migration
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-18 Arnaud GierschFix some overflows in msg_vm on 32bits archs.
2014-02-18 Arnaud GierschReindent function.
2014-02-18 Arnaud GierschRemove useless length modifier 'l' in %l[efg] for printf.
2014-02-08 Arnaud GierschAvoid useless strdup.
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-09 Paul BédarideMemleaks fixes on VM
2013-12-18 Takahiro HirofuchiKeep the capping setting of a VM after migration.
2013-11-21 Arnaud GierschFix doxygen/javadoc warnings.
2013-11-18 Arnaud GierschUse unsigned long long instead of uint64_t for sg_size_t.
2013-11-18 Arnaud GierschCast value to correct type before op.
2013-11-18 Paul BédarideChange sg_storage_size_t to sg_size_t and fix surf...
2013-11-18 Paul BédarideFix int overflow on 32 arch
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-28 Takahiro HirofuchiAdd the affinity database of each VM
2013-10-28 Takahiro HirofuchiAdd the affinity setting function for a VM
2013-10-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-10-22 Takahiro HirofuchiFix miscalculation of CPU shares on a multicore PM.
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-07-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-07-10 Takahiro HirofuchiEstimate actual migration bandwidth
2013-07-04 alebremore cosmectic changes - Adrien
2013-07-03 alebreAdd VM.setBound() and cosmetics changes - Adrien
2013-07-02 alebreMinor changes for fixing dp_intensity at java level...
2013-07-01 alebreFix VM params once for all - Adrien
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-06 Takahiro Hirofuchiadd comments
2013-06-06 Takahiro Hirofuchiadd a missing file and add MSG_vm_set_bound
2013-06-05 Takahiro Hirofuchifix compilation warnings
2013-06-05 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-05 Takahiro Hirofuchiadd more about migration
2013-06-05 Takahiro Hirofuchilet xfer_cpu_overhead to be given by a user
next