Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix some compilation erros
[simgrid.git] / src / simix / smx_vm.c
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsoncosmetics and documentation around VM parameters
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinsonsanitize a bit the prototype of SIMIX_host_create()
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-12 Martin Quinsonless void*, new type: surf_host_t
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-13 Adrien LebreCompilation is at least ok - Ad(rien)
2015-05-13 Adrien Lebremissing to add few files - Ad(rien)
2015-05-13 Adrien LebreMore progress toward the atomic simcall for vm migratio...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-03 Martin QuinsonRemove some most simcall HEADERs
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-09-11 Augustin Degommeavoid warnings (and errors) without debug enabled
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-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-04 scastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-04 Takahiro Hirofuchifix spell and remove trailing space
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-13 Arnaud GierschCast enum to int.
2014-02-13 Paul BédarideRemove vm set state simcall
2014-02-08 Arnaud GierschSlightly improve debug messages.
2014-02-05 Arnaud GierschAdd/update copyright notices.
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