cloud-hypervisor/vmm/src
Sebastien Boeuf d34f31fe7b vmm: Fix KvmInterruptManager when base is different from 0
When the base InterruptIndex is different from 0, the loop allocating
GSI and HashMap entries won't work as expected. The for loop needs to
start from base, but the limit must be base+count so that we allocate
a number of "count" entries.

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: Fix KvmInterruptManager when base is different from 0 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