Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No vm when ptask on
[simgrid.git] / src / simix / smx_vm.c
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 tag 'v3_9_90' into hypervisor
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-28 Takahiro HirofuchiFix the wrong macro usage of WITHOUT_ANSWER
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-06 Takahiro Hirofuchiadd a missing file and add MSG_vm_set_bound
2013-06-05 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-05 Paul BédarideMake hypervisor compile with compile_warnings=ON
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-14 Takahiro HirofuchiAdd the precopy migration model
2013-03-11 Takahiro HirofuchiAdd the ramsize check when launching a VM
2013-03-11 Takahiro HirofuchiUse SIMIX_host_create also for a VM
2013-02-28 Takahiro HirofuchiFix problems so that the VM example works
2013-02-26 Takahiro HirofuchiNow VM operations workig!
2013-02-22 Takahiro HirofuchiFix the segfault upon exit
2013-02-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 Takahiro Hirofuchiadd missing declarations to fix compile warnings
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Takahiro HirofuchiMove VM state definition to a common header file
2013-02-15 Takahiro Hirofuchifix minor issues aroud the msg layer
2013-02-14 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-12 Takahiro Hirofuchiadd minor cleanup around properties
2013-02-07 Takahiro Hirofuchiadd MSG_vm_{save/restore} and delete MSG_vm_reboot
2013-02-04 Takahiro Hirofuchimake the prefix of the functions consistent, e.g.,...
2013-02-04 Takahiro Hirofuchiadd get_phys_host, which enables us to pick up private...
2013-02-01 Takahiro Hirofuchiadd vm_migration with no overhead
2013-02-01 Takahiro Hirofuchiadd vm_resume and fix minor erros
2013-02-01 alebreFix conflict - Adrien
2013-01-31 Takahiro Hirofuchifix variable mismatches
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreFix conflict - Adrien
2013-01-31 alebreStill fixing bugs - Adrien
2013-01-31 Takahiro Hirofuchiadd vm_suspend stuff
2013-01-31 Takahiro Hirofuchifix a compilation error at SIMIX_vm_shutdown
2013-01-31 Takahiro Hirofuchifix msg_vm_shutdown
2013-01-31 Takahiro Hirofuchifix msg_vm_destroy
2013-01-31 alebreFix conflict - Adrien
2013-01-31 alebreStill fixing bugs - Adrien
2013-01-31 Takahiro Hirofuchifix destroy() of vm_ws
2013-01-31 alebrefix conflict
2013-01-31 Takahiro Hirofuchiadd missing one
2013-01-31 alebreminor stuff
2013-01-31 alebreFixed conflicts - Adrien
2013-01-31 Takahiro Hirofuchiworking on vm destroy stuff
2013-01-31 alebreSome progress (start, get/set state, ...) - Adrien
2013-01-31 alebreFix missing call to surf - Adrien
2013-01-31 alebreAdd missing files