]> AND Public Git Repository - simgrid.git/blobdiff - src/plugins/vm/s4u_VirtualMachine.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
downgrade message to info level, it's usually not a big issue to have some handles...
[simgrid.git] / src / plugins / vm / s4u_VirtualMachine.cpp
index 36470645ba880992fca2a0df4edff8b11eeb5e19..3b412c8890e3cb3ed9a74b8e1a8963f9ee3f9eee 100644 (file)
@@ -42,7 +42,6 @@ VirtualMachine::VirtualMachine(const std::string& name, s4u::Host* physical_host
   for (int i = 0; i < physical_host->get_pstate_count(); i++)
     speeds.push_back(physical_host->get_pstate_speed(i));
 
-  // FIXME[donassolo]: shoud this be done at the Impl class???
   physical_host->get_netpoint()->get_englobing_zone()->get_cpu_vm_model()->create_cpu(this, speeds)->set_core_count(core_amount)->seal();
   if (physical_host->get_pstate() != 0)
     set_pstate(physical_host->get_pstate());