mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
arch: Fix typo in generate_common_cpuid
We fix a pre-existing typo in an info event in the `generate_common_cpuid` function. Signed-off-by: Oliver Anderson <oliver.anderson@cyberus-technology.de> On-behalf-of: SAP oliver.anderson@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
dbf489c1e5
commit
1a8c76b0dd
@@ -626,7 +626,7 @@ pub fn generate_common_cpuid(
|
||||
}
|
||||
|
||||
info!(
|
||||
"Generating guest CPUID for with physical address size: {}",
|
||||
"Generating guest CPUID with physical address size: {}",
|
||||
config.phys_bits
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user