Function handle_hotplug_net_command

Source
fn handle_hotplug_net_command(
    net_cmd: NetControlCommand,
    linux: &mut RunnableLinuxVm,
    sys_allocator: &mut SystemAllocator,
    add_control_tube: &mut impl FnMut(AnyControlTube),
    hotplug_manager: &mut PciHotPlugManager,
) -> VmResponse