mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
main: Improve guest setting log format
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
fe99c29743
commit
43965eda6f
@ -104,8 +104,10 @@ fn main() {
|
||||
memory = mem.parse::<u64>().unwrap();
|
||||
}
|
||||
|
||||
println!("VM [{} vCPUS {} MB of memory]", vcpus, memory);
|
||||
println!("Booting {:?}...", kernel_path);
|
||||
println!(
|
||||
"Cloud Hypervisor Guest\n\tvCPUs: {}\n\tMemory: {} MB\n\tKernel: {:?}\n\tKernel cmdline: {}\n\tDisk: {:?}",
|
||||
vcpus, memory, kernel_path, cmdline, disk_path
|
||||
);
|
||||
|
||||
let vm_config = VmConfig::new(
|
||||
kernel_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user