VirtualBox

Ignore:
Timestamp:
Aug 2, 2010 12:29:35 PM (14 years ago)
Author:
vboxsync
Message:

Missing updates part two

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

Legend:

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

    r31151 r31291  
    319319                 "                            [--iocache on|off]\n"
    320320                 "                            [--iocachesize <I/O cache size in MB>]\n"
    321                  "                            [--iobandwidthmax <Maximum I/O bandwidth in MB/s>]\n"
    322321#endif
    323322                );
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r31070 r31291  
    157157    MODIFYVM_IOCACHE,
    158158    MODIFYVM_IOCACHESIZE,
    159     MODIFYVM_IOBANDWIDTHMAX
    160159};
    161160
     
    267266    { "--iocache",                  MODIFYVM_IOCACHE,                   RTGETOPT_REQ_BOOL_ONOFF },
    268267    { "--iocachesize",              MODIFYVM_IOCACHESIZE,               RTGETOPT_REQ_UINT32 },
    269     { "--iobandwidthmax",           MODIFYVM_IOBANDWIDTHMAX,            RTGETOPT_REQ_UINT32 },
    270268};
    271269
     
    20282026            }
    20292027
    2030             case MODIFYVM_IOBANDWIDTHMAX:
    2031             {
    2032                 CHECK_ERROR(machine, COMSETTER(IoBandwidthMax)(ValueUnion.u32));
    2033                 break;
    2034             }
    2035 
    20362028            default:
    20372029            {
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