Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix super slow and meaning less code
[simgrid.git] / src / surf / vm_workstation.c
2013-06-28 Takahiro HirofuchiFix super slow and meaning less code
2013-06-06 Takahiro Hirofuchifix a compilation error and update an example
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 Takahiro Hirofuchiadd the load capping feature
2013-06-05 Paul BédarideMake hypervisor compile with compile_warnings=ON
2013-04-24 alebreMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-04 alebreJava binding (on going) - Adrien
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-14 Takahiro HirofuchiFix warning by c-lang
2013-03-14 Takahiro HirofuchiAdd minor cleanup around migration
2013-03-14 Takahiro HirofuchiAdd the precopy migration model
2013-03-11 Takahiro Hirofuchijust a cosmetic
2013-03-11 Takahiro HirofuchiCreate the dummy cpu action at destination
2013-03-11 Takahiro Hirofuchiadd the {set/get}_params operations to a host object
2013-03-08 Takahiro HirofuchiAdd the virt_overhead parameter
2013-03-08 Takahiro HirofuchiComment out the line deleting a SURF_STORAGE object
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-22 alebreAdd minor changes - Adrien
2013-02-21 Takahiro Hirofuchiadd missing declarations to fix compile warnings
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreadditional minors changes - Adrien
2013-02-21 alebreMerge with master and fix conflicts
2013-02-21 Takahiro HirofuchiTo share with Adrien. We have to revisit this commit.
2013-02-19 Takahiro HirofuchiFix segmentation faults
2013-02-19 Takahiro HirofuchiMove VM state definition to a common header file
2013-02-19 alebreWorking session (nothing really news) - Takahiro/Adrien
2013-02-18 Takahiro HirofuchiAdd share_resource code to the VM layer
2013-02-18 Takahiro HirofuchiAdd minor cleanup around model initialization
2013-02-18 Takahiro HirofuchiCreate a cpu resource object for a virtual machine
2013-02-15 Takahiro Hirofuchiadd the definition of VM state to the surf layer
2013-02-15 Takahiro Hirofuchiadd the cpu model object in the workstation model object
2013-02-15 Takahiro Hirofuchirefine code around model types and objects
2013-02-14 Takahiro Hirofuchiadd a model object to the arguments of callbacks
2013-02-14 Takahiro Hirofuchiadd model_list_invoke used for solving a problem
2013-02-12 alebreAdditional comments - Adrien/Takahiro
2013-02-07 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-07 alebreStart to add second CPU model for the VM layer
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-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 Hirofuchifix vm_ws_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 alebreAdrien Fix conflict
2013-01-31 Takahiro Hirofuchiadd vm shutdown (ongoing)
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