mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
In order to support further use cases where a VM configuration could be modified through the HTTP API, we only store the passed VM config when being asked to create a VM. The actual creation will happen when booting a new config for the first time. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>