cloud-hypervisor/vmm/src
Sebastien Boeuf bb8cd9eb24 vmm: Use LegacyUserspaceInterruptGroup for acpi device
This commit replaces the way legacy interrupts were handled with the
brand new implementation of the legacy InterruptSourceGroup for KVM.

Additionally, since it removes the last bit relying on the Interrupt
trait, the trait and its implementation can be removed from the
codebase.

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: Use LegacyUserspaceInterruptGroup for acpi device 2020-01-21 10:44:48 +01:00
interrupt.rs vmm: Fully implement LegacyUserspaceInterruptGroup 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