cloud-hypervisor/vmm
Samuel Ortiz 8188074300 main: Start the VMM thread
We now start the main VMM thread, which will be listening for VM and IPC
related events.
In order to start the configured VM, we no longer directly call the VM
API but we use the IPC instead, to first create and then start a VM.

Fixes: #303

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-26 16:21:14 +02:00
..
src main: Start the VMM thread 2019-09-26 16:21:14 +02:00
Cargo.toml vmm: Add MMIO support 2019-09-13 12:30:13 +01:00