VirtualBox

Ignore:
Timestamp:
Apr 26, 2010 9:03:55 AM (15 years ago)
Author:
vboxsync
Message:

VBoxManage: IEC prefixes

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

Legend:

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

    r28345 r28734  
    158158                 "                            [--name <name>]\n"
    159159                 "                            [--ostype <ostype>]\n"
    160                  "                            [--memory <memorysize in MB>]\n"
    161                  "                            [--vram <vramsize in MB>]\n"
     160                 "                            [--memory <memorysize in MiB>]\n"
     161                 "                            [--vram <vramsize in MiB>]\n"
    162162                 "                            [--acpi on|off]\n"
    163163                 "                            [--ioapic on|off]\n"
     
    234234                 "                                             file <file>|\n"
    235235                 "                                             <devicename>]\n"
    236                  "                            [--guestmemoryballoon <balloonsize in MB>]\n"
     236                 "                            [--guestmemoryballoon <balloonsize in MiB>]\n"
    237237                 "                            [--gueststatisticsinterval <seconds>]\n"
    238238                 );
     
    301301                 "                            [--iobackend buffered|unbuffered]\n"
    302302                 "                            [--iocache on|off]\n"
    303                  "                            [--iocachesize <I/O cache size in MB>]\n"
    304                  "                            [--iobandwidthmax <Maximum I/O bandwidth in MB>]\n"
     303                 "                            [--iocachesize <I/O cache size in MiB>]\n"
     304                 "                            [--iobandwidthmax <Maximum I/O bandwidth in MiB/s>]\n"
    305305#endif
    306306                );
     
    361361                 "                            nictracefile<1-N> <filename>\n"
    362362#endif /* VBOX_DYNAMIC_NET_ATTACH */
    363                  "                            guestmemoryballoon <balloonsize in MB>]\n"
     363                 "                            guestmemoryballoon <balloonsize in MiB>]\n"
    364364                 "                            gueststatisticsinterval <seconds>]\n"
    365365                 "                            usbattach <uuid>|<address> |\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp

    r26517 r28734  
    494494                                {
    495495                                    bstrFinalValue = strOverride;
    496                                     RTPrintf("%2u: Guest memory specified with --memory: %ls MB\n",
     496                                    RTPrintf("%2u: Guest memory specified with --memory: %ls MiB\n",
    497497                                             a, bstrFinalValue.raw());
    498498                                }
     
    502502                            }
    503503                            else
    504                                 RTPrintf("%2u: Guest memory: %ls MB\n    (change with \"--vsys %u --memory <MB>\")\n",
     504                                RTPrintf("%2u: Guest memory: %ls MiB\n    (change with \"--vsys %u --memory <MiB>\")\n",
    505505                                         a, bstrFinalValue.raw(), i);
    506506                        }
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r28434 r28734  
    18791879            RTPrintf("GuestMemoryBalloon=%d\n", guestVal);
    18801880        else
    1881             RTPrintf("Configured memory balloon size:      %d MB\n", guestVal);
     1881            RTPrintf("Configured memory balloon size:      %d MiB\n", guestVal);
    18821882    }
    18831883    if (details != VMINFO_MACHINEREADABLE)
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