cloud-hypervisor/vmm
Sebastien Boeuf c52ccf3992 vmm: migration: Create destination VM right before to restore it
This is preliminary work to ensure a migrated VM is created right before
it is restored. This will be useful when moving to a design where the VM
is both created and restored simultaneously from the Snapshot.

In details, that means the MemoryManager is the object that must be
created upon receiving the config from the source VM, so that memory
content can be later received and filled into the GuestMemory.
Only after these steps happened, the snapshot is received from the
source VM, and the actual Vm object can be created from both the
snapshot and the MemoryManager previously created.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-10-18 17:14:29 +02:00
..
src vmm: migration: Create destination VM right before to restore it 2022-10-18 17:14:29 +02:00
Cargo.toml build: Bump clap from 4.0.14 to 4.0.15 2022-10-14 00:12:55 +00:00