cloud-hypervisor/vmm/src
Sebastien Boeuf 5d2df70a79 virtio-devices: vhost_user: net: Remove control queue
Now that the control queue is correctly handled by the backend, there's
no need to handle it as well from the VMM.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-05-19 18:21:47 +02:00
..
api vmm: Enhance boot with info!() level messages 2021-05-18 20:45:38 +02:00
acpi.rs acpi: Refactor create_acpi_tables() 2021-05-19 09:59:59 +02:00
config.rs vmm: tdx: Reject attempt to use --kernel with --tdx 2021-05-10 15:12:41 +01:00
cpu.rs hypervisor: Cleanup unused Hypervisor trait members 2021-05-19 17:11:30 +02:00
device_manager.rs virtio-devices: vhost_user: net: Remove control queue 2021-05-19 18:21:47 +02: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: drop unnecessary type from impl 2021-04-13 14:18:14 +01:00
lib.rs vmm: Enhance boot with info!() level messages 2021-05-18 20:45:38 +02:00
memory_manager.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: Update the http thread's seccomp filter 2021-04-29 09:44:40 +01:00
vm.rs vmm: Hypervisor::check_required_extensions() is not x86_64 only 2021-05-19 17:11:30 +02:00