From da33eb5e8cbb8a2cbe1b65872dd489302005c593 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 28 Apr 2022 15:17:32 +0100 Subject: [PATCH] vmm: device_manager: Remove extra whitespace lines These originated from the removal of the acpi feature gate. Signed-off-by: Rob Bradford --- vmm/src/device_manager.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vmm/src/device_manager.rs b/vmm/src/device_manager.rs index 7bff3962e..dfb679818 100644 --- a/vmm/src/device_manager.rs +++ b/vmm/src/device_manager.rs @@ -1030,7 +1030,6 @@ impl DeviceManager { console: Arc::new(Console::default()), interrupt_controller: None, cmdline_additions: Vec::new(), - ged_notification_device: None, config, memory_manager, @@ -1051,15 +1050,12 @@ impl DeviceManager { #[cfg(target_arch = "aarch64")] id_to_dev_info: HashMap::new(), seccomp_action, - numa_nodes, balloon: None, activate_evt: activate_evt .try_clone() .map_err(DeviceManagerError::EventFd)?, - acpi_address, - selected_segment: 0, serial_pty: None, serial_manager: None,