mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 01:45:21 +00:00
vmm: device_manager: Remove extra whitespace lines
These originated from the removal of the acpi feature gate. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
fdeb4f7c46
commit
da33eb5e8c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user