mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Improve logging related to memory management
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -1021,6 +1021,12 @@ impl Vm {
|
||||
.checked_sub(size)
|
||||
.ok_or(Error::FirmwareTooLarge)?;
|
||||
|
||||
info!(
|
||||
"Loading RAW firmware at 0x{:x} (size: {})",
|
||||
load_address.raw_value(),
|
||||
size
|
||||
);
|
||||
|
||||
self.memory_manager
|
||||
.lock()
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user