cloud-hypervisor/vmm/src
Rob Bradford 03db48306b vmm: Activate virtio device from VMM thread
When a device is ready to be activated signal to the VMM thread via an
EventFd that there is a device to be activated. When the VMM receives a
notification on the EventFd that there is a device to be activated
notify the device manager to attempt to activate any devices that have
not been activated.

As a side effect the VMM thread will create the virtio device threads.

Fixes: #1863

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-12-17 11:23:53 +00:00
..
api vmm: Include device tree in vm.info API 2020-12-01 16:44:25 +01:00
acpi.rs vmm: acpi: Advertise the correct PCI bus range 2020-09-23 19:03:19 +02:00
config.rs config, device_manager: Add support for disabling io_uring for testing 2020-11-18 11:47:54 +01:00
cpu.rs misc: Make Bus::write() return an Option<Arc<Barrier>> 2020-12-17 11:23:53 +00:00
device_manager.rs vmm: Activate virtio device from VMM thread 2020-12-17 11:23:53 +00:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs hypervisor, vmm: Implement MsiInterruptOps for mshv 2020-12-09 14:55:20 +01:00
lib.rs vmm: Activate virtio device from VMM thread 2020-12-17 11:23:53 +00:00
memory_manager.rs misc: Make Bus::write() return an Option<Arc<Barrier>> 2020-12-17 11:23:53 +00: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: seccomp_filters: Add KVM_GET_DIRTY_LOG to permitted calls 2020-11-25 01:27:26 +01:00
vm.rs vmm: Activate virtio device from VMM thread 2020-12-17 11:23:53 +00:00