mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
This starts the main, single VMM thread, which: 1. Creates the VMM instance 2. Starts the VMM control loop 3. Manages the VMM control loop exits for handling resets and shutdowns. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>