cloud-hypervisor/vmm
Bo Chen 1e4e03d110 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-18 10:47:33 -07:00
..
src vmm: config: Extend 'VmConfig' with 'preserved_fds' 2023-04-18 10:47:33 -07:00
Cargo.toml build: Bump serde_json from 1.0.93 to 1.0.95 2023-04-04 00:41:41 +00:00