VirtualBox

Ignore:
Timestamp:
Feb 24, 2015 11:09:17 AM (10 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: eliminate redundant parameter to i_registerMedium, avoiding bugs with registering e.g. floppy images as hard disks.
Main/Medium: switch over to CreateMedium, final API touch-ups, variable name cleanup, typo checking for backend support of fixed image creation, check for backends not supporting a particular device type
Frontends/VBoxManage: cleanup, adapt to new API, generalize all operations which worked on hard disks only to all device types
Frontends/VirtualBox: adapt to new API

File:
1 edited

Legend:

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

    r54400 r54438  
    524524    if (fCategory & USAGE_CLOSEMEDIUM)
    525525        RTStrmPrintf(pStrm,
    526                            "%s closemedium %s     disk|dvd|floppy <uuid|filename>\n"
     526                           "%s closemedium %s     [disk|dvd|floppy] <uuid|filename>\n"
    527527                     "                            [--delete]\n"
    528528                     "\n", SEP);
     
    586586                     "\n", SEP);
    587587
    588     if (fCategory & USAGE_SHOWHDINFO)
    589         RTStrmPrintf(pStrm,
    590                            "%s showhdinfo %s      <uuid|filename>\n"
    591                      "\n", SEP);
    592 
    593     if (fCategory & USAGE_CREATEHD)
    594         RTStrmPrintf(pStrm,
    595                            "%s createhd %s        --filename <filename>\n"
     588    if (fCategory & USAGE_SHOWMEDIUMINFO)
     589        RTStrmPrintf(pStrm,
     590                           "%s showmediuminfo %s  [disk|dvd|floppy] <uuid|filename>\n"
     591                     "\n", SEP);
     592
     593    if (fCategory & USAGE_CREATEMEDIUM)
     594        RTStrmPrintf(pStrm,
     595                           "%s createmedium %s    [disk|dvd|floppy] --filename <filename>\n"
    596596                     "                            [--size <megabytes>|--sizebyte <bytes>]\n"
    597597                     "                            [--diffparent <uuid>|<filename>\n"
     
    600600                     "\n", SEP);
    601601
    602     if (fCategory & USAGE_MODIFYHD)
    603         RTStrmPrintf(pStrm,
    604                            "%s modifyhd %s        <uuid|filename>\n"
     602    if (fCategory & USAGE_MODIFYMEDIUM)
     603        RTStrmPrintf(pStrm,
     604                           "%s modifymedium %s    [disk|dvd|floppy] <uuid|filename>\n"
    605605                     "                            [--type normal|writethrough|immutable|shareable|\n"
    606606                     "                                    readonly|multiattach]\n"
     
    611611                     "\n", SEP);
    612612
    613     if (fCategory & USAGE_CLONEHD)
    614         RTStrmPrintf(pStrm,
    615                            "%s clonehd %s        <uuid|inputfile> <uuid|outputfile>\n"
     613    if (fCategory & USAGE_CLONEMEDIUM)
     614        RTStrmPrintf(pStrm,
     615                           "%s clonemedium %s     [disk|dvd|floppy] <uuid|inputfile> <uuid|outputfile>\n"
    616616                     "                            [--format VDI|VMDK|VHD|RAW|<other>]\n"
    617617                     "                            [--variant Standard,Fixed,Split2G,Stream,ESX]\n"
     
    619619                     "\n", SEP);
    620620
    621     if (fCategory & USAGE_HDPROPERTY)
    622         RTStrmPrintf(pStrm,
    623                            "%s hdproperty %s      set <uuid|filename>\n"
     621    if (fCategory & USAGE_MEDIUMPROPERTY)
     622        RTStrmPrintf(pStrm,
     623                           "%s mediumproperty %s  [disk|dvd|floppy] set <uuid|filename>\n"
    624624                     "                            <property> <value>\n"
    625625                     "\n"
    626                      "                            get <uuid|filename>\n"
     626                     "                            [disk|dvd|floppy] get <uuid|filename>\n"
    627627                     "                            <property>\n"
    628628                     "\n"
    629                      "                            delete <uuid|filename>\n"
     629                     "                            [disk|dvd|floppy] delete <uuid|filename>\n"
    630630                     "                            <property>\n"
    631631                     "\n", SEP);
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