VirtualBox

Ignore:
Timestamp:
Apr 14, 2015 5:59:42 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99572
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/Frontends/VBoxManage/VBoxManageInfo.cpp

    r55214 r55259  
    14031403                    case PortMode_RawFile:
    14041404                        if (details == VMINFO_MACHINEREADABLE)
    1405                             RTPrintf("uartmode%d=\"%ls\"\n", currentUART + 1,
     1405                            RTPrintf("uartmode%d=\"file,%ls\"\n", currentUART + 1,
    14061406                                     path.raw());
    14071407                        else
    14081408                            RTPrintf(", attached to raw file '%ls'\n",
    14091409                                     path.raw());
     1410                        break;
     1411                    case PortMode_TCP:
     1412                        if (details == VMINFO_MACHINEREADABLE)
     1413                            RTPrintf("uartmode%d=\"%s,%ls\"\n", currentUART + 1,
     1414                                     fServer ? "tcpserver" : "tcpclient", path.raw());
     1415                        else
     1416                            RTPrintf(", attached to tcp (%s) '%ls'\n",
     1417                                     fServer ? "server" : "client", path.raw());
    14101418                        break;
    14111419                    case PortMode_HostPipe:
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