vmm: Output config used for booting VM at info!() level

This helps with debugging VM behaviour when the VM is created via an
API.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-05-04 09:33:55 +00:00
parent 0f7cae4130
commit f237789753

View File

@ -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 =