Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
vCPU overcommit will not be fixed before the release
[simgrid.git] / ChangeLog
index 8e28aea..014c8d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@ SimGrid (3.16) UNRELEASED
 
  Virtual Machines
   - Allow multicore VMs, along with the correct sharing computations
+    vCPU overcommitting still leads to buggy sharing, though. WIP.
 
  Energy
   - New function to update the consumption of all hosts at once.
@@ -53,6 +54,9 @@ SimGrid (3.16) UNRELEASED
       - MPI_Op_commutative, MPI_Fetch_and_Op, MPI_Compare_and_swap
       - MPI_Rput, MPI_Rget, MPI_Raccumulate, MPI_Rget_accumulate
 
+ S4U
+  - New: this_actor::isMaestro() returns whether we are in kernel mode.
+
  XBT
   - Replay: New function xbt_replay_action_get():
     Retrieve the function previously associated to an event type.