A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Please Asan.
2014-11-27
Takahiro Hirofuchi
support timeout of migration
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
fix indent in migration code
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
remove unnecessary comment out
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
remove the unnecessary vm object in migration
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
remove unused code in migration
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
remove trailing space in the migration code
commit
|
commitdiff
|
tree
2014-11-27
Takahiro Hirofuchi
remove unused migration code for CPU overheads
commit
|
commitdiff
|
tree
2014-07-16
Takahiro Hirofuchi
migration: minor cleanup and update TODO
commit
|
commitdiff
|
tree
2014-07-16
Takahiro Hirofuchi
migration: fix status check of migration
commit
|
commitdiff
|
tree
2014-06-04
Takahiro Hirofuchi
fix spell and remove trailing space
commit
|
commitdiff
|
tree
2014-06-04
Takahiro Hirofuchi
Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2014-06-04
Takahiro Hirofuchi
add a hopefully simple and clear example of MSG_vm
commit
|
commitdiff
|
tree
2014-04-24
Takahiro Hirofuchi
Fix the default working set size of migration
commit
|
commitdiff
|
tree
2013-12-18
Takahiro Hirofuchi
fix an example of vm migration
commit
|
commitdiff
|
tree
2013-12-18
Takahiro Hirofuchi
Revert "prevent using garbage in data field"
commit
|
commitdiff
|
tree
2013-12-18
Takahiro Hirofuchi
Keep the capping setting of a VM after migration.
commit
|
commitdiff
|
tree
2013-11-07
Takahiro Hirofuchi
Fix a segmentation fault at set_affinity
commit
|
commitdiff
|
tree
2013-11-07
Takahiro Hirofuchi
Add comments and update an example.
commit
|
commitdiff
|
tree
2013-10-29
Takahiro Hirofuchi
Add comments and disable verbose outputs
commit
|
commitdiff
|
tree
2013-10-28
Takahiro Hirofuchi
Add the affinity database of each VM
commit
|
commitdiff
|
tree
2013-10-28
Takahiro Hirofuchi
Add the affinity database of each task
commit
|
commitdiff
|
tree
2013-10-28
Takahiro Hirofuchi
Fix lmm_shrink() to correctly free var->cnsts[i]
commit
|
commitdiff
|
tree
2013-10-28
Takahiro Hirofuchi
Add the affinity setting function for a VM
commit
|
commitdiff
|
tree
2013-10-28
Takahiro Hirofuchi
Fix the wrong macro usage of WITHOUT_ANSWER
commit
|
commitdiff
|
tree
2013-10-25
Takahiro Hirofuchi
Disallow setting an affinity to multiple cores
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Clear constraint objects before adding new ones
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Add the MSG function controlling CPU affinity
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Extend simcall_host_execute() for CPU affinity
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Add the simcall setting CPU affinity
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Add the set_affinity callback to the PM/VM models
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
Add the affinity control function in the CPU model
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
add lmm_shrink() as the opposite of lmm_expand()
commit
|
commitdiff
|
tree
2013-10-24
Takahiro Hirofuchi
add a constraint object for each CPU core
commit
|
commitdiff
|
tree
2013-10-22
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-10-22
Takahiro Hirofuchi
Add a test program to see multicore behaviors.
commit
|
commitdiff
|
tree
2013-10-22
Takahiro Hirofuchi
Fix miscalculation of CPU shares on a multicore PM.
commit
|
commitdiff
|
tree
2013-07-19
Takahiro Hirofuchi
remove a nasty iteration causing big slow down
commit
|
commitdiff
|
tree
2013-07-19
Takahiro Hirofuchi
add a test program to see scalability issue.
commit
|
commitdiff
|
tree
2013-07-10
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-07-10
Takahiro Hirofuchi
Estimate actual migration bandwidth
commit
|
commitdiff
|
tree
2013-06-28
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-06-28
Takahiro Hirofuchi
Fix super slow and meaning less code
commit
|
commitdiff
|
tree
2013-06-06
Takahiro Hirofuchi
add comments
commit
|
commitdiff
|
tree
2013-06-06
Takahiro Hirofuchi
fix a compilation error and update an example
commit
|
commitdiff
|
tree
2013-06-06
Takahiro Hirofuchi
add a missing file and add MSG_vm_set_bound
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
fix compilation warnings
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
add the load capping feature
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
add more about migration
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
let xfer_cpu_overhead to be given by a user
commit
|
commitdiff
|
tree
2013-06-05
Takahiro Hirofuchi
Add migration overheads
commit
|
commitdiff
|
tree
2013-04-24
Takahiro Hirofuchi
Add the default max_downtime 30ms
commit
|
commitdiff
|
tree
2013-04-24
Takahiro Hirofuchi
merge from the java bindings work
commit
|
commitdiff
|
tree
2013-04-24
Takahiro Hirofuchi
Fix int usage at MSG_vm_create
commit
|
commitdiff
|
tree
2013-04-11
Takahiro Hirofuchi
enable the bandwidth capping of migration traffic
commit
|
commitdiff
|
tree
2013-04-10
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-03-14
Takahiro Hirofuchi
Fix warning by c-lang
commit
|
commitdiff
|
tree
2013-03-14
Takahiro Hirofuchi
Add minor cleanup around migration
commit
|
commitdiff
|
tree
2013-03-14
Takahiro Hirofuchi
Add the precopy migration model
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Add the ramsize check when launching a VM
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Use SIMIX_host_create also for a VM
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Add migrate_vm example.
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Use the bandwidth 100Mbps in VM's platform xml
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
just a cosmetic
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Create the dummy cpu action at destination
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
Add the first basic model of a migration
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
add MSG_vm_get_pm
commit
|
commitdiff
|
tree
2013-03-11
Takahiro Hirofuchi
add the {set/get}_params operations to a host object
commit
|
commitdiff
|
tree
2013-03-08
Takahiro Hirofuchi
Add the virt_overhead parameter
commit
|
commitdiff
|
tree
2013-03-08
Takahiro Hirofuchi
Comment out the line deleting a SURF_STORAGE object
commit
|
commitdiff
|
tree
2013-03-08
Takahiro Hirofuchi
Fix formating
commit
|
commitdiff
|
tree
2013-03-08
Takahiro Hirofuchi
Fix the dummy cpu action when no tasks are on a VM
commit
|
commitdiff
|
tree
2013-02-28
Takahiro Hirofuchi
Add a simpler example for the VM API
commit
|
commitdiff
|
tree
2013-02-28
Takahiro Hirofuchi
Delete an used key correctly
commit
|
commitdiff
|
tree
2013-02-28
Takahiro Hirofuchi
Correctly destroy the MSG_host object of a VM
commit
|
commitdiff
|
tree
2013-02-28
Takahiro Hirofuchi
Update the VM example for the new VM support
commit
|
commitdiff
|
tree
2013-02-28
Takahiro Hirofuchi
Fix problems so that the VM example works
commit
|
commitdiff
|
tree
2013-02-26
Takahiro Hirofuchi
Now VM operations workig!
commit
|
commitdiff
|
tree
2013-02-26
Takahiro Hirofuchi
fix the segfault caused by null smx_action
commit
|
commitdiff
|
tree
2013-02-26
Takahiro Hirofuchi
delete the use of surf_workstation_model more
commit
|
commitdiff
|
tree
2013-02-22
Takahiro Hirofuchi
Fix the segfault upon exit
commit
|
commitdiff
|
tree
2013-02-22
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-02-22
Takahiro Hirofuchi
add debug code
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
add missing declarations to fix compile warnings
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
fix compile warnings
commit
|
commitdiff
|
tree
2013-02-21
Takahiro Hirofuchi
To share with Adrien. We have to revisit this commit.
commit
|
commitdiff
|
tree
2013-02-20
Takahiro Hirofuchi
remove the use of surf_workstation_model at smx_host.c
commit
|
commitdiff
|
tree
2013-02-19
Takahiro Hirofuchi
Fix segmentation faults
commit
|
commitdiff
|
tree
2013-02-19
Takahiro Hirofuchi
Move VM state definition to a common header file
commit
|
commitdiff
|
tree
2013-02-18
Takahiro Hirofuchi
Add share_resource code to the VM layer
commit
|
commitdiff
|
tree
2013-02-18
Takahiro Hirofuchi
Recover a wrongly removed line
commit
|
commitdiff
|
tree
2013-02-18
Takahiro Hirofuchi
Add minor cleanup around model initialization
commit
|
commitdiff
|
tree
2013-02-18
Takahiro Hirofuchi
Prepare the model_private callbacks of ws
commit
|
commitdiff
|
tree
2013-02-18
Takahiro Hirofuchi
Create a cpu resource object for a virtual machine
commit
|
commitdiff
|
tree
2013-02-15
Takahiro Hirofuchi
add the definition of VM state to the surf layer
commit
|
commitdiff
|
tree
2013-02-15
Takahiro Hirofuchi
add the cpu model object in the workstation model object
commit
|
commitdiff
|
tree
2013-02-15
Takahiro Hirofuchi
fix minor issues aroud the msg layer
commit
|
commitdiff
|
tree
next