cloud-hypervisor/vmm
Rob Bradford b14427540b vmm: config: Close FDs for TAP devices that are provided to VM
These are owned by the config (and are duplicated before being used to
create the `Tap` for the virtio-net device.)

By implementing Drop on NetConfig we have issues with moving out of
members that don't implement the Copy trait. This requires a small
adjustment to the unit tests that use the Default::default() function.

Fixes: #5197

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2023-02-14 12:37:50 +01:00
..
src vmm: config: Close FDs for TAP devices that are provided to VM 2023-02-14 12:37:50 +01:00
Cargo.toml build: Bump uuid from 1.2.2 to 1.3.0 2023-02-14 00:37:27 +00:00