mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
vmm: remove outdated comment
Fixes: def98faf
("vmm, vm-allocator: Introduce an allocator for platform devices")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
dba92c28f7
commit
dd8a5a7de8
@ -1157,7 +1157,6 @@ impl MemoryManager {
|
|||||||
|
|
||||||
let guest_memory = GuestMemoryAtomic::new(guest_memory);
|
let guest_memory = GuestMemoryAtomic::new(guest_memory);
|
||||||
|
|
||||||
// Both MMIO and PIO address spaces start at address 0.
|
|
||||||
let allocator = Arc::new(Mutex::new(
|
let allocator = Arc::new(Mutex::new(
|
||||||
SystemAllocator::new(
|
SystemAllocator::new(
|
||||||
#[cfg(target_arch = "x86_64")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
|
Loading…
Reference in New Issue
Block a user