X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/883e4b2387e9699a70c1d6087330c12ebb5a3845..a5792e1e22b22a063b24ec0e17f9e70e036f7744:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5f1cbdf372..8c942b8744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,12 @@ Platform description & visualization: demonstrates how we can generate a nice graphical representation of the platform. +General: + - Modified the host_by_name functions: + - Now, they return only hosts, not VMs, and in a much more efficient way. + - If one wants to find a VM by name, he now needs to know the host on + which it runs and call vm_by_name (or manually iterate over the list of hosts) + Tools: - Enhancements to the graphicator tool: - Allow to dump the platform topology as a CSV file representing the edges