From dd8a5a7de84724c5885edb22414278a3dbc45aec Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 13 Dec 2024 12:48:59 +0100 Subject: [PATCH] vmm: remove outdated comment Fixes: def98faf ("vmm, vm-allocator: Introduce an allocator for platform devices") Signed-off-by: Alyssa Ross --- vmm/src/memory_manager.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/vmm/src/memory_manager.rs b/vmm/src/memory_manager.rs index 2afdae9ed..1b684716b 100644 --- a/vmm/src/memory_manager.rs +++ b/vmm/src/memory_manager.rs @@ -1157,7 +1157,6 @@ impl MemoryManager { let guest_memory = GuestMemoryAtomic::new(guest_memory); - // Both MMIO and PIO address spaces start at address 0. let allocator = Arc::new(Mutex::new( SystemAllocator::new( #[cfg(target_arch = "x86_64")]