mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user