vmm: Remove pin based interrupt setup for virtio devices

With MSI now required remove pin based interrupt support from all the
virtio PCI device setup.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-12-05 15:42:15 +00:00
committed by Samuel Ortiz
parent 72fb687e3f
commit 9b1cb9621f
2 changed files with 37 additions and 85 deletions
-1
View File
@@ -475,7 +475,6 @@ impl Vm {
let device_manager = DeviceManager::new(
&vm_info,
allocator,
msi_capable,
userspace_ioapic,
ram_regions.len() as u32,
&exit_evt,