mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Samuel Ortiz
parent
72fb687e3f
commit
9b1cb9621f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user