mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Introducing a new enum that models the various states of VM ownership from the perspective of the VMM. This is an important prerequisite for the asynchronization of the migration, where the ownership of the Vm struct is transferred to the migration thread. Specifically, this allows to introduces a new "Migration(ThreadHandle)" variant and all existing match statements can be easily extended to react accordingly. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>