cloud-hypervisor/vmm/src
Rob Bradford bb5b9584d2 pci, ch-remote, vmm: Replace simple match blocks with matches!
This is a new clippy check introduced in 1.47 which requires the use of
the matches!() macro for simple match blocks that return a boolean.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-10-09 10:49:54 +02:00
..
api virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
acpi.rs vmm: acpi: Advertise the correct PCI bus range 2020-09-23 19:03:19 +02:00
config.rs pci, ch-remote, vmm: Replace simple match blocks with matches! 2020-10-09 10:49:54 +02:00
cpu.rs hypervisor, arch: rename "OneRegister" and relevant code 2020-10-08 08:55:10 +02:00
device_manager.rs vmm: Simplify some of the io_uring code 2020-10-07 14:26:49 +02:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs vmm: interrupts: clearly separate MsiInterruptGroup and InterruptRoute 2020-09-29 13:51:35 +02:00
lib.rs virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
memory_manager.rs virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +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: Allow unlink syscall for vCPU threads 2020-10-06 16:05:59 +01:00
vm.rs hypervisor, vmm: Introduce VmmOps trait 2020-10-02 16:42:55 +01:00