mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Add ioapic to KvmInterruptManager
By having a reference to the IOAPIC, the KvmInterruptManager is going to be able to initialize properly the legacy interrupt source group. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
c9ea235a0e
commit
f70c9937fb
@@ -458,6 +458,7 @@ impl DeviceManager {
|
||||
address_manager.allocator.clone(),
|
||||
vm_info.vm_fd.clone(),
|
||||
kvm_gsi_msi_routes,
|
||||
ioapic.clone(),
|
||||
));
|
||||
|
||||
let console = DeviceManager::add_console_device(
|
||||
|
||||
Reference in New Issue
Block a user