cloud-hypervisor/vmm
Samuel Ortiz 2e9d815701 vmm: Use a reference counted VmConfig when creating a new VM
Once passed to the VM creation routine, a VmConfig structure is
immutable. We can simply carry a Arc of it instead of a reference.
This also allows us to remove any lifetime bound from our VM.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-26 16:21:14 +02:00
..
src vmm: Use a reference counted VmConfig when creating a new VM 2019-09-26 16:21:14 +02:00
Cargo.toml vmm: Add MMIO support 2019-09-13 12:30:13 +01:00