cloud-hypervisor/vmm/src
Sebastien Boeuf 2aabf58bf5 vmm: Move irq_routes creation to specific MSI use case
When KvmInterruptManager initializes a new InterruptSourceGroup, it's
only for PCI_MSI_IRQ case that it needs to allocate the GSI and create a
new InterruptRoute. That's why this commit moves the general code into
the specific use case.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-21 10:44:48 +01:00
..
api vmm: Add multiple queue option and update config for virtio-net device 2020-01-17 12:06:19 +01:00
acpi.rs vmm: Add memory hotplug ACPI entries to DSDT 2020-01-15 20:21:22 +01:00
config.rs vmm: Add multiple queue option and update config for virtio-net device 2020-01-17 12:06:19 +01:00
cpu.rs vmm: Only generate GED interrupt when the number of vCPUs has changed 2020-01-17 23:44:21 +01:00
device_manager.rs vmm: Initialize InterruptManager sooner 2020-01-21 10:44:48 +01:00
interrupt.rs vmm: Move irq_routes creation to specific MSI use case 2020-01-21 10:44:48 +01:00
lib.rs vmm: Log an error if VM resize fails 2020-01-17 23:44:21 +01:00
memory_manager.rs vmm: Start memory slots at zero 2020-01-17 23:44:21 +01:00
vm.rs vmm: Only generate GED event when new DIMM added 2020-01-17 23:44:21 +01:00