Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop unimplementd VM methods: save/restore
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.hpp
index bc446c9..82b3d9e 100644 (file)
@@ -68,14 +68,11 @@ public:
   /** @brief Resume the VM */
   virtual void resume();
 
-  /** @brief Save the VM */
-  virtual void save(smx_actor_t issuer);
+  /** @brief Shutdown the VM */
+  virtual void shutdown(smx_actor_t issuer);
 
-  /** @brief Restore the VM */
-  virtual void restore();
-
-  /** @brief Migrate the VM to the destination host */
-  virtual void migrate(s4u::Host* dest);
+  /** @brief Change the physical host on which the given VM is running */
+  virtual void setPm(s4u::Host* dest);
 
   /** @brief Get the physical machine hosting the VM */
   s4u::Host* getPm();