mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Print out the version information at launch
It is useful to see this information in the log while debugging issues. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -595,6 +595,8 @@ fn start_vmm(cmd_arguments: &ArgMatches) -> Result<Option<String>, Error> {
|
||||
}
|
||||
}
|
||||
|
||||
info!("{} starting", env!("BUILD_VERSION"));
|
||||
|
||||
let hypervisor = hypervisor::new().map_err(Error::CreateHypervisor)?;
|
||||
|
||||
#[cfg(feature = "guest_debug")]
|
||||
|
||||
Reference in New Issue
Block a user