VirtualBox

Ignore:
Timestamp:
May 12, 2009 1:49:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47206
Message:

added raw file serial driver

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r19377 r19624  
    181181                 "                                             server <pipe>|\n"
    182182                 "                                             client <pipe>|\n"
     183                 "                                             file <file>|\n"
    183184                 "                                             <devicename>]\n"
    184185#ifdef VBOX_WITH_MEM_BALLOONING
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r19622 r19624  
    849849                            RTPrintf(", disconnected\n");
    850850                        break;
     851                    case PortMode_RawFile:
     852                        if (details == VMINFO_MACHINEREADABLE)
     853                            RTPrintf("uartmode%d=\"%lS\"\n", currentUART + 1,
     854                                     path.raw());
     855                        else
     856                            RTPrintf(", attached to raw file '%lS'\n",
     857                                     path.raw());
     858                        break;
    851859                    case PortMode_HostPipe:
    852860                        if (details == VMINFO_MACHINEREADABLE)
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r19377 r19624  
    17321732                        CHECK_ERROR_RET(uart, COMSETTER(Server) (FALSE), 1);
    17331733                    }
     1734                    else if (!strcmp(uarts_mode[n], "file"))
     1735                    {
     1736                        CHECK_ERROR_RET(uart, COMSETTER(HostMode) (PortMode_RawFile), 1);
     1737                    }
    17341738                    else
    17351739                    {
Note: See TracChangeset for help on using the changeset viewer.

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