Function handle_hotplug_net_add

Source
fn handle_hotplug_net_add(
    linux: &mut RunnableLinuxVm,
    sys_allocator: &mut SystemAllocator,
    add_control_tube: &mut impl FnMut(AnyControlTube),
    hotplug_manager: &mut PciHotPlugManager,
    tap_name: &str,
) -> VmResponse