VirtualBox

Ignore:
Timestamp:
Apr 14, 2015 5:59:42 PM (10 years ago)
Author:
vboxsync
Message:

Main/Serial+Devices/Serial: new TCP backend for serial port. Contributed by Alexey Eromenko. Thanks!
Frontends/VirtualBox+VBoxManage: adapted accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r55180 r55259  
    1010
    1111/*
    12  * Copyright (C) 2006-2014 Oracle Corporation
     12 * Copyright (C) 2006-2015 Oracle Corporation
    1313 *
    1414 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    25282528                    InsertConfigString(pLunL1,  "DevicePath", bstr);
    25292529                }
     2530                else if (eHostMode == PortMode_TCP)
     2531                {
     2532                    InsertConfigString(pLunL0,  "Driver", "Char");
     2533                    InsertConfigNode(pLunL0,    "AttachedDriver", &pLunL1);
     2534                    InsertConfigString(pLunL1,  "Driver", "TCP");
     2535                    InsertConfigNode(pLunL1,    "Config", &pLunL2);
     2536                    InsertConfigString(pLunL2,  "Location", bstr);
     2537                    InsertConfigInteger(pLunL2, "IsServer", fServer);
     2538                }
    25302539                else if (eHostMode == PortMode_RawFile)
    25312540                {
     
    27172726                    LogRel(("Audio: Automatically setting host audio backend to OSS\n"));
    27182727                    /* Manually set backend to OSS for now. */
    2719                     InsertConfigString(pLunL1, "Driver", "OSSAudio"); 
     2728                    InsertConfigString(pLunL1, "Driver", "OSSAudio");
    27202729# else
    27212730                    InsertConfigString(pCfg, "AudioDriver", "solaudio");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette