mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The configuration is stored separately to the Vm in the VMM. The failure to store the config was preventing the VM from shutting down correctly as Vmm::vm_delete() checks for the presence of the config. Signed-off-by: Rob Bradford <robert.bradford@intel.com>