cloud-hypervisor/vmm/src
Wei Liu c31e747005 vmm: interrupt: generify impl InterruptManager for MsiInterruptManager
The logic can be shared among hypervisor implementations.

The 'static bound is used such that we don't need to deal with extra
lifetime parameter everywhere. It should be okay because we know the
entry type E doesn't contain any reference.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2020-06-30 12:09:42 +01:00
..
api vmm: openapi: Add the /vm.counters API entry point 2020-06-27 00:07:47 +02:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm: config: Extend CpusConfig to add the topology 2020-06-17 12:18:09 +02:00
cpu.rs vmm: Save and restore vCPU states during pause/resume operations 2020-06-25 12:01:34 +02:00
device_manager.rs vmm: interrupt: drop Kvm prefix from KvmLegacyUserspaceInterruptManager 2020-06-30 12:09:42 +01:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs vmm: interrupt: generify impl InterruptManager for MsiInterruptManager 2020-06-30 12:09:42 +01:00
lib.rs vmm: Implement HTTP API for obtaining counters 2020-06-25 07:02:44 +02:00
memory_manager.rs vmm: use MemoryRegion where applicable 2020-06-25 10:25:13 +02:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Extend seccomp filters with KVM_KVMCLOCK_CTRL 2020-06-24 12:38:56 +02:00
vm.rs build(deps): bump linux-loader from 2a62f21 to ec930d7 2020-06-30 07:05:06 +00:00