cloud-hypervisor/src
Bo Chen a84b540b65 vmm: config: Extend 'VmConfig' with 'preserved_fds'
Preserved FDs are the ones that share the same life-time as its holding
VmConfig instance, such as FDs for creating TAP devices.

Preserved FDs will stay open as long as the holding VmConfig instance is
valid, and will be closed when the holding VmConfig instance is destroyed.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2023-04-17 16:33:29 +01:00
..
bin build: rename BUILT_VERSION to BUILD_VERSION 2023-04-14 12:13:46 -07:00
main.rs vmm: config: Extend 'VmConfig' with 'preserved_fds' 2023-04-17 16:33:29 +01:00