cloud-hypervisor/vmm/src
Wei Liu 1d9f27c9fb vmm: interrupt: extract common code from MSHV and KVM
Their make_entry functions look the same now. Extract the logic to a
common function.

No functional change.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2021-03-25 10:13:43 +01:00
..
api vmm: http: Error out earlier if we can't create API server 2021-03-17 11:30:26 +00:00
acpi.rs vmm: acpi: Support compiling ACPI code on aarch64 2021-01-26 15:19:02 +08:00
config.rs virtio-devices, vmm: add I/O rate limiter on block device 2021-03-12 09:35:03 +01:00
cpu.rs vmm: cpu: Add functionality for enabling TDX for all vCPUs 2021-03-08 18:30:00 +00:00
device_manager.rs vmm: device_manager: Factorize passthrough_device creation 2021-03-22 10:47:33 +01:00
device_tree.rs vmm: device_manager: Use DeviceTree to store PCI devices 2021-03-18 15:26:25 +01:00
interrupt.rs vmm: interrupt: extract common code from MSHV and KVM 2021-03-25 10:13:43 +01:00
lib.rs vmm: http: Error out earlier if we can't create API server 2021-03-17 11:30:26 +00:00
memory_manager.rs vmm: Switch MemoryManager::send() to url_to_path() 2021-03-12 16:52:55 +01:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: seccomp: Add KVM_MEMORY_ENCRYPT_OP ioctl to seccomp filter 2021-03-09 16:26:06 +01:00
vm.rs vmm: Implement the power button method for AArch64 2021-03-16 20:27:15 +08:00