cloud-hypervisor/vmm/src
William Douglas 767b4f0e59 main: Enable the api-socket to be passed as an fd
To avoid race issues where the api-socket may not be created by the
time a cloud-hypervisor caller is ready to look for it, enable the
caller to pass the api-socket fd directly.

Avoid breaking current callers by allowing the --api-socket path to be
passed as it is now in addition to through the path argument.

Signed-off-by: William Douglas <william.r.douglas@gmail.com>
2021-04-26 14:40:49 -07:00
..
api main: Enable the api-socket to be passed as an fd 2021-04-26 14:40:49 -07:00
acpi.rs vmm: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
config.rs vmm: config: Reject reserved fd from network config 2021-04-13 14:29:18 +02:00
cpu.rs vmm: Directly (de)serialise CpuManager, DeviceManager and MemoryManager state 2021-04-20 18:58:37 +02:00
device_manager.rs vmm: acpi: Allow reading from B0EJ field 2021-04-21 16:11:54 +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: drop unnecessary type from impl 2021-04-13 14:18:14 +01:00
lib.rs main: Enable the api-socket to be passed as an fd 2021-04-26 14:40:49 -07:00
memory_manager.rs vmm: Simplify memory state to support Versionize 2021-04-23 14:24:16 +01:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: seccomp: Add missing SYS_newfstatat 2021-04-12 18:02:29 +02:00
vm.rs vmm: Use definition of MmioDeviceInfo from arch 2021-03-29 12:06:07 +02:00