diff --git a/vmm/src/vm.rs b/vmm/src/vm.rs index ee324119d..cd353fdef 100644 --- a/vmm/src/vm.rs +++ b/vmm/src/vm.rs @@ -528,6 +528,8 @@ impl Vm { .validate() .map_err(Error::ConfigValidation)?; + info!("Booting VM from config: {:?}", &config); + // Create NUMA nodes based on NumaConfig. #[cfg(feature = "acpi")] let numa_nodes =