mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +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:
parent
0f7cae4130
commit
f237789753
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user