cloud-hypervisor/vmm/src
Sebastien Boeuf 1e3a6cb450 vmm: Simplify some of the io_uring code
Small patch creating a dedicated `block_io_uring_is_supported()`
function for the non-io_uring case, so that we can simplify the
code in the DeviceManager.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-10-07 14:26:49 +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 virtio-balloon: Add memory_actual_size to vm.info to show memory actual size 2020-10-01 17:46:30 +02:00
cpu.rs hypervisor, vmm: Introduce VmmOps trait 2020-10-02 16:42:55 +01: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