mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
vmm: Remove useless memory setting log
We don't really need to tell everyone where the host and guest memory address is... Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
3f38b42f05
commit
83dadb818f
@ -589,11 +589,6 @@ impl<'a> Vm<'a> {
|
|||||||
flags: 0,
|
flags: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
println!(
|
|
||||||
"Size {:?} guest addr 0x{:x} host addr 0x{:x}",
|
|
||||||
mem_region.memory_size, mem_region.guest_phys_addr, mem_region.userspace_addr
|
|
||||||
);
|
|
||||||
|
|
||||||
// Safe because the guest regions are guaranteed not to overlap.
|
// Safe because the guest regions are guaranteed not to overlap.
|
||||||
fd.set_user_memory_region(mem_region)
|
fd.set_user_memory_region(mem_region)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user