VirtualBox

Changeset 92534 in vbox


Ignore:
Timestamp:
Nov 21, 2021 5:32:22 PM (3 years ago)
Author:
vboxsync
Message:

VBoxManage: Dashified the modifyvm options, the leaving the wordsoup options for legacy reasons of course.

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml

    r89774 r92534  
    972972        runtime to specify the name of the file in which to log the
    973973        trace. Otherwise, use the <command>VBoxManage modifyvm
    974         --nictracefile<replaceable>N</replaceable>=<replaceable>filename</replaceable></command>
     974        --nic-trace-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></command>
    975975        command to specify the name of the file.
    976976      </para>
     
    13001300      </para>
    13011301      <para>
    1302         Also see the <option>--vrdeport</option> option description in
     1302        Also see the <option>--vrde-port</option> option description in
    13031303        <xref linkend="vboxmanage-modifyvm" />.
    13041304      </para>
     
    13261326            is the standard RDP port, <literal>3389</literal>.
    13271327          </para><para>
    1328             Also see the <option>--vrdeport</option> option description
     1328            Also see the <option>--vrde-port</option> option description
    13291329            in <xref linkend="vboxmanage-modifyvm" />.
    13301330          </para></listitem>
     
    13351335            specified host network interface.
    13361336          </para><para>
    1337             Also see the <option>--vrdeaddress</option> option
     1337            Also see the <option>--vrde-address</option> option
    13381338            description in <xref linkend="vboxmanage-modifyvm" />.
    13391339          </para></listitem>
  • trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml

    r89917 r92534  
    276276          <term>--interface=<replaceable>ifname</replaceable></term>
    277277          <listitem><para>The host only interface name.  This would be same value
    278             as you would use for the <command>VBoxManage modifyvm --hostonlyadapter</command>
     278            as you would use for the <command>VBoxManage modifyvm --host-only-adapter</command>
    279279            option when configuring a VM to use a host-only network.  The value
    280280            can also be found in the Name row in <command>VBoxManage list hostonlyifs</command>.
  • trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml

    r92133 r92534  
    4646      <arg>--groups= <arg choice="plain"><replaceable>group</replaceable> [,<replaceable>group</replaceable>...]</arg></arg>
    4747      <arg>--description=<replaceable>description</replaceable></arg>
    48       <arg>--ostype=<replaceable>OS-type</replaceable></arg>
    49       <arg>--iconfile=<replaceable>filename</replaceable></arg>
     48      <arg>--os-type=<replaceable>OS-type</replaceable></arg>
     49      <arg>--icon-file=<replaceable>filename</replaceable></arg>
    5050      <arg>--memory=<replaceable>size-in-MB</replaceable></arg>
    51       <arg>--pagefusion=<group choice="plain">
     51      <arg>--page-fusion=<group choice="plain">
    5252          <arg choice="plain">on</arg>
    5353          <arg choice="plain">off</arg>
     
    6262          <arg choice="plain">off</arg>
    6363        </group></arg>
    64       <arg>--hardwareuuid=<replaceable>UUID</replaceable></arg>
     64      <arg>--hardware-uuid=<replaceable>UUID</replaceable></arg>
    6565      <arg>--cpus=<replaceable>CPU-count</replaceable></arg>
    66       <arg>--cpuhotplug=<group choice="plain">
    67           <arg choice="plain">on</arg>
    68           <arg choice="plain">off</arg>
    69         </group></arg>
    70       <arg>--plugcpu=<replaceable>CPU-ID</replaceable></arg>
    71       <arg>--unplugcpu=<replaceable>CPU-ID</replaceable></arg>
    72       <arg>--cpuexecutioncap=<replaceable>number</replaceable></arg>
     66      <arg>--cpu-hotplug=<group choice="plain">
     67          <arg choice="plain">on</arg>
     68          <arg choice="plain">off</arg>
     69        </group></arg>
     70      <arg>--plug-cpu=<replaceable>CPU-ID</replaceable></arg>
     71      <arg>--unplug-cpu=<replaceable>CPU-ID</replaceable></arg>
     72      <arg>--cpu-execution-cap=<replaceable>number</replaceable></arg>
    7373      <arg>--pae=<group choice="plain">
    7474          <arg choice="plain">on</arg>
    7575          <arg choice="plain">off</arg>
    7676        </group></arg>
    77       <arg>--longmode=<group choice="plain">
     77      <arg>--long-mode=<group choice="plain">
    7878          <arg choice="plain">on</arg>
    7979          <arg choice="plain">off</arg>
     
    121121          <arg choice="plain">off</arg>
    122122        </group></arg>
    123       <arg>--triplefaultreset=<group choice="plain">
     123      <arg>--triple-fault-reset=<group choice="plain">
    124124          <arg choice="plain">on</arg>
    125125          <arg choice="plain">off</arg>
     
    133133          <arg choice="plain">off</arg>
    134134        </group></arg>
    135       <arg>--paravirtprovider=<group choice="plain">
     135      <arg>--paravirt-provider=<group choice="plain">
    136136          <arg choice="plain">none</arg>
    137137          <arg choice="plain">default</arg>
     
    141141          <arg choice="plain">kvm</arg>
    142142        </group></arg>
    143       <arg>--paravirtdebug= <arg choice="plain"><replaceable>key</replaceable>=<replaceable>value</replaceable> [,<replaceable>key</replaceable>=<replaceable>value</replaceable>...]</arg></arg>
    144       <arg>--nestedpaging=<group choice="plain">
    145           <arg choice="plain">on</arg>
    146           <arg choice="plain">off</arg>
    147         </group></arg>
    148       <arg>--largepages=<group choice="plain">
    149           <arg choice="plain">on</arg>
    150           <arg choice="plain">off</arg>
    151         </group></arg>
    152       <arg>--vtxvpid=<group choice="plain">
    153           <arg choice="plain">on</arg>
    154           <arg choice="plain">off</arg>
    155         </group></arg>
    156       <arg>--vtxux=<group choice="plain">
     143      <arg>--paravirt-debug= <arg choice="plain"><replaceable>key</replaceable>=<replaceable>value</replaceable> [,<replaceable>key</replaceable>=<replaceable>value</replaceable>...]</arg></arg>
     144      <arg>--nested-paging=<group choice="plain">
     145          <arg choice="plain">on</arg>
     146          <arg choice="plain">off</arg>
     147        </group></arg>
     148      <arg>--large-pages=<group choice="plain">
     149          <arg choice="plain">on</arg>
     150          <arg choice="plain">off</arg>
     151        </group></arg>
     152      <arg>--vtx-vpid=<group choice="plain">
     153          <arg choice="plain">on</arg>
     154          <arg choice="plain">off</arg>
     155        </group></arg>
     156      <arg>--vtx-ux=<group choice="plain">
    157157          <arg choice="plain">on</arg>
    158158          <arg choice="plain">off</arg>
     
    166166          <arg choice="plain">off</arg>
    167167        </group></arg>
    168       <arg>--accelerate3d=<group choice="plain">
    169           <arg choice="plain">on</arg>
    170           <arg choice="plain">off</arg>
    171         </group></arg>
    172       <arg>--accelerate2dvideo=<group choice="plain">
     168      <arg>--accelerate-3d=<group choice="plain">
     169          <arg choice="plain">on</arg>
     170          <arg choice="plain">off</arg>
     171        </group></arg>
     172      <arg>--accelerate-2d-video=<group choice="plain">
    173173          <arg choice="plain">on</arg>
    174174          <arg choice="plain">off</arg>
     
    194194          <arg choice="plain"><replaceable>location</replaceable></arg>
    195195        </group></arg>
    196       <arg>--bioslogofadein=<group choice="plain">
    197           <arg choice="plain">on</arg>
    198           <arg choice="plain">off</arg>
    199         </group></arg>
    200       <arg>--bioslogofadeout=<group choice="plain">
    201           <arg choice="plain">on</arg>
    202           <arg choice="plain">off</arg>
    203         </group></arg>
    204       <arg>--bioslogodisplaytime=<replaceable>msec</replaceable></arg>
    205       <arg>--bioslogoimagepath=<replaceable>pathname</replaceable></arg>
    206       <arg>--biosbootmenu=<group choice="plain">
     196      <arg>--bios-logo-fade-in=<group choice="plain">
     197          <arg choice="plain">on</arg>
     198          <arg choice="plain">off</arg>
     199        </group></arg>
     200      <arg>--bios-logo-fade-out=<group choice="plain">
     201          <arg choice="plain">on</arg>
     202          <arg choice="plain">off</arg>
     203        </group></arg>
     204      <arg>--bios-logo-display-time=<replaceable>msec</replaceable></arg>
     205      <arg>--bios-logo-image-path=<replaceable>pathname</replaceable></arg>
     206      <arg>--bios-boot-menu=<group choice="plain">
    207207          <arg choice="plain">disabled</arg>
    208208          <arg choice="plain">menuonly</arg>
    209209          <arg choice="plain">messageandmenu</arg>
    210210        </group></arg>
    211       <arg>--biosapic=<group choice="plain">
     211      <arg>--bios-apic=<group choice="plain">
    212212          <arg choice="plain">disabled</arg>
    213213          <arg choice="plain">apic</arg>
    214214          <arg choice="plain">x2apic</arg>
    215215        </group></arg>
    216       <arg>--biossystemtimeoffset=<replaceable>msec</replaceable></arg>
    217       <arg>--biospxedebug=<group choice="plain">
     216      <arg>--bios-system-time-offset=<replaceable>msec</replaceable></arg>
     217      <arg>--bios-pxe-debug=<group choice="plain">
    218218          <arg choice="plain">on</arg>
    219219          <arg choice="plain">off</arg>
     
    230230          <arg choice="plain">net</arg>
    231231        </group></arg>
    232       <arg>--rtcuseutc=<group choice="plain">
     232      <arg>--rtc-use-utc=<group choice="plain">
    233233          <arg choice="plain">on</arg>
    234234          <arg choice="plain">off</arg>
     
    240240          <arg choice="plain">vboxsvga</arg>
    241241        </group></arg>
    242       <arg>--snapshotfolder=<group choice="plain">
     242      <arg>--snapshot-folder=<group choice="plain">
    243243          <arg choice="plain">default</arg>
    244244          <arg choice="plain"><replaceable>pathname</replaceable></arg>
     
    250250          <arg choice="plain">efi64</arg>
    251251        </group></arg>
    252       <arg>--guestmemoryballoon=<replaceable>size-in-MB</replaceable></arg>
    253       <arg>--defaultfrontend=<group choice="plain">
     252      <arg>--guest-memory-balloon=<replaceable>size-in-MB</replaceable></arg>
     253      <arg>--default-frontend=<group choice="plain">
    254254          <arg choice="plain">default</arg>
    255255          <arg choice="plain"><replaceable>name</replaceable></arg>
     
    284284          <arg choice="plain">natnetwork</arg>
    285285        </group></arg>
    286       <arg>--nictype<replaceable>N</replaceable>=<group choice="plain">
     286      <arg>--nic-type<replaceable>N</replaceable>=<group choice="plain">
    287287          <arg choice="plain">Am79C970A</arg>
    288288          <arg choice="plain">Am79C973</arg>
     
    292292          <arg choice="plain">virtio</arg>
    293293        </group></arg>
    294       <arg>--cableconnected<replaceable>N</replaceable>=<group choice="plain">
    295           <arg choice="plain">on</arg>
    296           <arg choice="plain">off</arg>
    297         </group></arg>
    298       <arg>--nictrace<replaceable>N</replaceable>=<group choice="plain">
    299           <arg choice="plain">on</arg>
    300           <arg choice="plain">off</arg>
    301         </group></arg>
    302       <arg>--nictracefile<replaceable>N</replaceable>=<replaceable>filename</replaceable></arg>
    303       <arg>--nicproperty<replaceable>N</replaceable>=<replaceable>name</replaceable>= <arg><replaceable>value</replaceable></arg></arg>
    304       <arg>--nicspeed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></arg>
    305       <arg>--nicbootprio<replaceable>N</replaceable>=<replaceable>priority</replaceable></arg>
    306       <arg>--nicpromisc<replaceable>N</replaceable>=<group choice="plain">
     294      <arg>--cable-connected<replaceable>N</replaceable>=<group choice="plain">
     295          <arg choice="plain">on</arg>
     296          <arg choice="plain">off</arg>
     297        </group></arg>
     298      <arg>--nic-trace<replaceable>N</replaceable>=<group choice="plain">
     299          <arg choice="plain">on</arg>
     300          <arg choice="plain">off</arg>
     301        </group></arg>
     302      <arg>--nic-trace-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></arg>
     303      <arg>--nic-property<replaceable>N</replaceable>=<replaceable>name</replaceable>= <arg><replaceable>value</replaceable></arg></arg>
     304      <arg>--nic-speed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></arg>
     305      <arg>--nic-boot-prio<replaceable>N</replaceable>=<replaceable>priority</replaceable></arg>
     306      <arg>--nic-promisc<replaceable>N</replaceable>=<group choice="plain">
    307307          <arg choice="plain">deny</arg>
    308308          <arg choice="plain">allow-vms</arg>
    309309          <arg choice="plain">allow-all</arg>
    310310        </group></arg>
    311       <arg>--nicbandwidthgroup<replaceable>N</replaceable>=<group choice="plain">
     311      <arg>--nic-bandwidth-group<replaceable>N</replaceable>=<group choice="plain">
    312312          <arg choice="plain">none</arg>
    313313          <arg choice="plain"><replaceable>name</replaceable></arg>
    314314        </group></arg>
    315       <arg>--bridgeadapter<replaceable>N</replaceable>=<group choice="plain">
     315      <arg>--bridge-adapter<replaceable>N</replaceable>=<group choice="plain">
    316316          <arg choice="plain">none</arg>
    317317          <arg choice="plain"><replaceable>device-name</replaceable></arg>
    318318        </group></arg>
    319       <arg>--hostonlyadapter<replaceable>N</replaceable>=<group choice="plain">
     319      <arg>--host-only-adapter<replaceable>N</replaceable>=<group choice="plain">
    320320          <arg choice="plain">none</arg>
    321321          <arg choice="plain"><replaceable>device-name</replaceable></arg>
    322322        </group></arg>
    323       <arg>--hostonlynet<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg>
     323      <arg>--host-only-net<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg>
    324324      <arg>--intnet<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg>
    325325      <arg>--nat-network<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg>
    326       <arg>--nicgenericdrv<replaceable>N</replaceable>=<replaceable>driver-name</replaceable></arg>
    327       <arg>--macaddress<replaceable>N</replaceable>=<group choice="plain">
     326      <arg>--nic-generic-drv<replaceable>N</replaceable>=<replaceable>driver-name</replaceable></arg>
     327      <arg>--mac-address<replaceable>N</replaceable>=<group choice="plain">
    328328          <arg choice="plain">auto</arg>
    329329          <arg choice="plain"><replaceable>MAC-address</replaceable></arg>
     
    337337        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    338338      </group>
    339       <arg>--natnet<replaceable>N</replaceable>=<group choice="plain">
     339      <arg>--nat-net<replaceable>N</replaceable>=<group choice="plain">
    340340          <arg choice="plain"><replaceable>network</replaceable></arg>
    341341          <arg choice="plain">default</arg>
    342342        </group></arg>
    343       <arg>--natpf<replaceable>N</replaceable>=<group choice="plain">
     343      <arg>--nat-pf<replaceable>N</replaceable>=<group choice="plain">
    344344          <arg choice="plain">[<replaceable>rule-name</replaceable>],tcp</arg>
    345345          <arg choice="plain">udp,[<replaceable>host-IP</replaceable>],<replaceable>hostport</replaceable>,[<replaceable>guest-IP</replaceable>],<replaceable>guestport</replaceable></arg>
    346346        </group></arg>
    347       <arg>--natpf<replaceable>N</replaceable>=delete=<replaceable>rule-name</replaceable></arg>
    348       <arg>--nattftpprefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></arg>
    349       <arg>--nattftpfile<replaceable>N</replaceable>=<replaceable>filename</replaceable></arg>
    350       <arg>--nattftpserver<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>
    351       <arg>--natbindip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>
    352       <arg>--natdnspassdomain<replaceable>N</replaceable>=<group choice="plain">
    353           <arg choice="plain">on</arg>
    354           <arg choice="plain">off</arg>
    355         </group></arg>
    356       <arg>--natdnsproxy<replaceable>N</replaceable>=<group choice="plain">
    357           <arg choice="plain">on</arg>
    358           <arg choice="plain">off</arg>
    359         </group></arg>
    360       <arg>--natdnshostresolver<replaceable>N</replaceable>=<group choice="plain">
    361           <arg choice="plain">on</arg>
    362           <arg choice="plain">off</arg>
    363         </group></arg>
    364       <arg>--natlocalhostreachable<replaceable>N</replaceable>=<group choice="plain">
    365           <arg choice="plain">on</arg>
    366           <arg choice="plain">off</arg>
    367         </group></arg>
    368       <arg>--natsettings<replaceable>N</replaceable>=[<replaceable>mtu</replaceable>],[<replaceable>socksnd</replaceable>],[<replaceable>sockrcv</replaceable>],[<replaceable>tcpsnd</replaceable>],[<replaceable>tcprcv</replaceable>]</arg>
    369       <arg>--nataliasmode<replaceable>N</replaceable>=<group choice="plain">
     347      <arg>--nat-pf<replaceable>N</replaceable>=delete=<replaceable>rule-name</replaceable></arg>
     348      <arg>--nat-tftp-prefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></arg>
     349      <arg>--nat-tftp-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></arg>
     350      <arg>--nat-tftp-server<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>
     351      <arg>--nat-bind-ip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>
     352      <arg>--nat-dns-pass-domain<replaceable>N</replaceable>=<group choice="plain">
     353          <arg choice="plain">on</arg>
     354          <arg choice="plain">off</arg>
     355        </group></arg>
     356      <arg>--nat-dns-proxy<replaceable>N</replaceable>=<group choice="plain">
     357          <arg choice="plain">on</arg>
     358          <arg choice="plain">off</arg>
     359        </group></arg>
     360      <arg>--nat-dns-host-resolver<replaceable>N</replaceable>=<group choice="plain">
     361          <arg choice="plain">on</arg>
     362          <arg choice="plain">off</arg>
     363        </group></arg>
     364      <arg>--nat-localhostreachable<replaceable>N</replaceable>=<group choice="plain">
     365          <arg choice="plain">on</arg>
     366          <arg choice="plain">off</arg>
     367        </group></arg>
     368      <arg>--nat-settings<replaceable>N</replaceable>=[<replaceable>mtu</replaceable>],[<replaceable>socksnd</replaceable>],[<replaceable>sockrcv</replaceable>],[<replaceable>tcpsnd</replaceable>],[<replaceable>tcprcv</replaceable>]</arg>
     369      <arg>--nat-alias-mode<replaceable>N</replaceable>=<group choice="plain">
    370370          <arg choice="plain">default</arg>
    371371          <arg choice="plain">[log],[proxyonly],[sameports]</arg>
     
    393393          <arg choice="plain"><replaceable>IO-base</replaceable> <replaceable>IRQ</replaceable></arg>
    394394        </group></arg>
    395       <arg>--uartmode<replaceable>N</replaceable>=<group choice="plain">
     395      <arg>--uart-mode<replaceable>N</replaceable>=<group choice="plain">
    396396          <arg choice="plain">disconnected</arg>
    397397          <arg choice="plain">server <replaceable>pipe</replaceable></arg>
     
    402402          <arg choice="plain"><replaceable>device-name</replaceable></arg>
    403403        </group></arg>
    404       <arg>--uarttype<replaceable>N</replaceable>=<group choice="plain">
     404      <arg>--uart-type<replaceable>N</replaceable>=<group choice="plain">
    405405          <arg choice="plain">16450</arg>
    406406          <arg choice="plain">16550A</arg>
    407407          <arg choice="plain">16750</arg>
    408408        </group></arg>
    409       <arg>--lptmode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></arg>
     409      <arg>--lpt-mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></arg>
    410410      <arg>--lpt<replaceable>N</replaceable>=<group choice="plain">
    411411          <arg choice="plain">off</arg>
     
    421421          <arg choice="plain">coreaudio</arg>
    422422        </group></arg>
    423       <arg>--audiocontroller=<group choice="plain">
     423      <arg>--audio-controller=<group choice="plain">
    424424          <arg choice="plain">ac97</arg>
    425425          <arg choice="plain">hda</arg>
    426426          <arg choice="plain">sb16</arg>
    427427        </group></arg>
    428       <arg>--audiocodec=<group choice="plain">
     428      <arg>--audio-codec=<group choice="plain">
    429429          <arg choice="plain">stac9700</arg>
    430430          <arg choice="plain">ad1980</arg>
     
    432432          <arg choice="plain">sb16</arg>
    433433        </group></arg>
    434       <arg>--audioin=<group choice="plain">
    435           <arg choice="plain">on</arg>
    436           <arg choice="plain">off</arg>
    437         </group></arg>
    438       <arg>--audioout=<group choice="plain">
     434      <arg>--audio-in=<group choice="plain">
     435          <arg choice="plain">on</arg>
     436          <arg choice="plain">off</arg>
     437        </group></arg>
     438      <arg>--audio-out=<group choice="plain">
    439439          <arg choice="plain">on</arg>
    440440          <arg choice="plain">off</arg>
     
    449449The implementation is not finished, so postpone documenting until it
    450450actually is ready for users. -->
    451       <arg>--draganddrop=<group choice="plain">
     451      <arg>--drag-and-drop=<group choice="plain">
    452452          <arg choice="plain">disabled</arg>
    453453          <arg choice="plain">hosttoguest</arg>
     
    455455          <arg choice="plain">bidirectional</arg>
    456456        </group></arg>
    457       <arg>--monitorcount=<replaceable>number</replaceable></arg>
    458       <arg>--usbehci=<group choice="plain">
    459           <arg choice="plain">on</arg>
    460           <arg choice="plain">off</arg>
    461         </group></arg>
    462       <arg>--usbohci=<group choice="plain">
    463           <arg choice="plain">on</arg>
    464           <arg choice="plain">off</arg>
    465         </group></arg>
    466       <arg>--usbxhci=<group choice="plain">
    467           <arg choice="plain">on</arg>
    468           <arg choice="plain">off</arg>
    469         </group></arg>
    470       <arg>--usbrename=<replaceable>old-name</replaceable> <replaceable>new-name</replaceable></arg>
     457      <arg>--monitor-count=<replaceable>number</replaceable></arg>
     458      <arg>--usb-ehci=<group choice="plain">
     459          <arg choice="plain">on</arg>
     460          <arg choice="plain">off</arg>
     461        </group></arg>
     462      <arg>--usb-ohci=<group choice="plain">
     463          <arg choice="plain">on</arg>
     464          <arg choice="plain">off</arg>
     465        </group></arg>
     466      <arg>--usb-xhci=<group choice="plain">
     467          <arg choice="plain">on</arg>
     468          <arg choice="plain">off</arg>
     469        </group></arg>
     470      <arg>--usb-rename=<replaceable>old-name</replaceable> <replaceable>new-name</replaceable></arg>
    471471    </cmdsynopsis>
    472472
     
    481481          <arg choice="plain">off</arg>
    482482        </group></arg>
    483       <arg>--recordingscreens=<group choice="plain">
     483      <arg>--recording-screens=<group choice="plain">
    484484          <arg choice="plain">all</arg>
    485485          <arg choice="plain"><replaceable>screen-ID</replaceable> [<replaceable>screen-ID</replaceable>...]</arg>
    486486        </group></arg>
    487       <arg>--recordingfile=<replaceable>filename</replaceable></arg>
    488       <arg>--recordingmaxsize=<replaceable>MB</replaceable></arg>
    489       <arg>--recordingmaxtime=<replaceable>msec</replaceable></arg>
    490       <arg>--recordingopts= <arg choice="plain"><replaceable>key</replaceable>=<replaceable>value</replaceable> [,<replaceable>key</replaceable>=<replaceable>value</replaceable>...]</arg></arg>
    491       <arg>--recordingvideofps=<replaceable>fps</replaceable></arg>
    492       <arg>--recordingvideorate=<replaceable>rate</replaceable></arg>
    493       <arg>--recordingvideores=<replaceable>width</replaceable> <replaceable>height</replaceable></arg>
     487      <arg>--recording-file=<replaceable>filename</replaceable></arg>
     488      <arg>--recording-max-size=<replaceable>MB</replaceable></arg>
     489      <arg>--recording-max-time=<replaceable>msec</replaceable></arg>
     490      <arg>--recording-opts= <arg choice="plain"><replaceable>key</replaceable>=<replaceable>value</replaceable> [,<replaceable>key</replaceable>=<replaceable>value</replaceable>...]</arg></arg>
     491      <arg>--recording-video-fps=<replaceable>fps</replaceable></arg>
     492      <arg>--recording-video-rate=<replaceable>rate</replaceable></arg>
     493      <arg>--recording-video-res=<replaceable>width</replaceable> <replaceable>height</replaceable></arg>
    494494    </cmdsynopsis>
    495495
     
    504504          <arg choice="plain">off</arg>
    505505        </group></arg>
    506       <arg>--vrdeproperty=<replaceable>property-name</replaceable>= <arg><replaceable>property-value</replaceable></arg></arg>
    507       <arg>--vrdeextpack=<group choice="plain">
     506      <arg>--vrde-property=<replaceable>property-name</replaceable>= <arg><replaceable>property-value</replaceable></arg></arg>
     507      <arg>--vrde-extpack=<group choice="plain">
    508508          <arg choice="plain">default</arg>
    509509          <arg choice="plain"><replaceable>name</replaceable></arg>
    510510        </group></arg>
    511       <arg>--vrdeport=<replaceable>port</replaceable></arg>
    512       <arg>--vrdeaddress=<replaceable>hostip</replaceable></arg>
    513       <arg>--vrdeauthtype=<group choice="plain">
     511      <arg>--vrde-port=<replaceable>port</replaceable></arg>
     512      <arg>--vrde-address=<replaceable>hostip</replaceable></arg>
     513      <arg>--vrde-auth-type=<group choice="plain">
    514514          <arg choice="plain">null</arg>
    515515          <arg choice="plain">external</arg>
    516516          <arg choice="plain">guest</arg>
    517517        </group></arg>
    518       <arg>--vrdeauthlibrary=<group choice="plain">
     518      <arg>--vrde-auth-library=<group choice="plain">
    519519          <arg choice="plain">default</arg>
    520520          <arg choice="plain"><replaceable>name</replaceable></arg>
    521521        </group></arg>
    522       <arg>--vrdemulticon=<group choice="plain">
    523           <arg choice="plain">on</arg>
    524           <arg choice="plain">off</arg>
    525         </group></arg>
    526       <arg>--vrdereusecon=<group choice="plain">
    527           <arg choice="plain">on</arg>
    528           <arg choice="plain">off</arg>
    529         </group></arg>
    530       <arg>--vrdevideochannel=<group choice="plain">
    531           <arg choice="plain">on</arg>
    532           <arg choice="plain">off</arg>
    533         </group></arg>
    534       <arg>--vrdevideochannelquality=<replaceable>percent</replaceable></arg>
     522      <arg>--vrde-multi-con=<group choice="plain">
     523          <arg choice="plain">on</arg>
     524          <arg choice="plain">off</arg>
     525        </group></arg>
     526      <arg>--vrde-reuse-con=<group choice="plain">
     527          <arg choice="plain">on</arg>
     528          <arg choice="plain">off</arg>
     529        </group></arg>
     530      <arg>--vrde-video-channel=<group choice="plain">
     531          <arg choice="plain">on</arg>
     532          <arg choice="plain">off</arg>
     533        </group></arg>
     534      <arg>--vrde-video-channel-quality=<replaceable>percent</replaceable></arg>
    535535    </cmdsynopsis>
    536536
     
    545545          <arg choice="plain">off</arg>
    546546        </group></arg>
    547       <arg>--teleporterport=<replaceable>port</replaceable></arg>
    548       <arg>--teleporteraddress=<group choice="plain">
     547      <arg>--teleporter-port=<replaceable>port</replaceable></arg>
     548      <arg>--teleporter-address=<group choice="plain">
    549549          <arg choice="plain"><replaceable>address</replaceable></arg>
    550550          <arg choice="plain">empty</arg>
    551551        </group></arg>
    552       <arg>--teleporterpassword=<replaceable>password</replaceable></arg>
    553       <arg>--teleporterpasswordfile=<group choice="plain">
     552      <arg>--teleporter-password=<replaceable>password</replaceable></arg>
     553      <arg>--teleporter-password-file=<group choice="plain">
    554554          <arg choice="plain"><replaceable>filename</replaceable></arg>
    555555          <arg choice="plain">stdin</arg>
     
    558558      <arg>--cpuid-set=<replaceable>leaf</replaceable><arg>:<replaceable>subleaf</replaceable></arg> <replaceable>eax</replaceable>&nbsp;<replaceable>ebx</replaceable>&nbsp;<replaceable>ecx</replaceable>&nbsp;<replaceable>edx</replaceable></arg>
    559559      <arg>--cpuid-remove=<replaceable>leaf</replaceable><arg>:<replaceable>subleaf</replaceable></arg></arg>
    560       <arg>--cpuidremoveall</arg>
     560      <arg>--cpuid-remove-all</arg>
    561561    </cmdsynopsis>
    562562
     
    584584        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    585585      </group>
    586       <arg>--usbcardreader=<group choice="plain">
     586      <arg>--usb-card-reader=<group choice="plain">
    587587          <arg choice="plain">on</arg>
    588588          <arg choice="plain">off</arg>
     
    614614        <arg choice="plain"><replaceable>vmname</replaceable></arg>
    615615      </group>
    616       <arg>--pciattach=<replaceable>host-PCI-address</replaceable><arg>@<replaceable>guest-PCI-bus-address</replaceable></arg></arg>
    617       <arg>--pcidetach=<replaceable>host-PCI-address</replaceable></arg>
     616      <arg>--pci-attach=<replaceable>host-PCI-address</replaceable><arg>@<replaceable>guest-PCI-bus-address</replaceable></arg></arg>
     617      <arg>--pci-detach=<replaceable>host-PCI-address</replaceable></arg>
    618618    </cmdsynopsis>
    619619  </refsynopsisdiv>
     
    685685        </varlistentry>
    686686        <varlistentry>
    687           <term><option>--ostype=<replaceable>OS-type</replaceable></option></term>
     687          <term><option>--os-type=<replaceable>OS-type</replaceable></option></term>
    688688          <listitem><para>
    689689              Specifies the guest operating system (OS) information for
     
    693693        </varlistentry>
    694694        <varlistentry>
    695           <term><option>--iconfile=<replaceable>filename</replaceable></option></term>
     695          <term><option>--icon-file=<replaceable>filename</replaceable></option></term>
    696696          <listitem><para>
    697697              Specifies the path to the VM icon file in PNG format
     
    709709        </varlistentry>
    710710        <varlistentry>
    711           <term><option>--pagefusion=on | off</option></term>
     711          <term><option>--page-fusion=on | off</option></term>
    712712          <listitem><para>
    713713              Enables or disables the Page Fusion feature, which is
     
    740740        </varlistentry>
    741741        <varlistentry>
    742           <term><option>--hardwareuuid=<replaceable>uuid</replaceable></option></term>
     742          <term><option>--hardware-uuid=<replaceable>uuid</replaceable></option></term>
    743743          <listitem><para>
    744744              Specifies the Universally Unique Identifier (UUID) to
     
    763763        </varlistentry>
    764764        <varlistentry>
    765           <term><option>--cpuhotplug=on | off</option></term>
     765          <term><option>--cpu-hotplug=on | off</option></term>
    766766          <listitem><para>
    767767              Enables or disables CPU hot-plugging. When enabled, you
     
    771771        </varlistentry>
    772772        <varlistentry>
    773           <term><option>--plugcpu=<replaceable>CPU-ID</replaceable></option></term>
     773          <term><option>--plug-cpu=<replaceable>CPU-ID</replaceable></option></term>
    774774          <listitem><para>
    775775              Adds a virtual CPU to the VM.
     
    784784        </varlistentry>
    785785        <varlistentry>
    786           <term><option>--unplugcpu=<replaceable>CPU-ID</replaceable></option></term>
     786          <term><option>--unplug-cpu=<replaceable>CPU-ID</replaceable></option></term>
    787787          <listitem><para>
    788788              Removes a virtual CPU from the VM.
     
    815815        </varlistentry>
    816816        <varlistentry>
    817           <term><option>--longmode=on | off</option></term>
     817          <term><option>--long-mode=on | off</option></term>
    818818          <listitem><para>
    819819              Enables or disables long mode. See
     
    906906        </varlistentry>
    907907        <varlistentry>
    908           <term><option>--triplefaultreset=on | off</option></term>
     908          <term><option>--triple-fault-reset=on | off</option></term>
    909909          <listitem><para>
    910910              Enables or disables the resetting of the guest VM instead
     
    938938        </varlistentry>
    939939        <varlistentry>
    940           <term><option>--paravirtprovider=none | default | legacy | minimal | hyperv | kvm</option></term>
     940          <term><option>--paravirt-provider=none | default | legacy | minimal | hyperv | kvm</option></term>
    941941          <listitem><para>
    942942              Specifies one of the following paravirtualization
     
    973973        </varlistentry>
    974974        <varlistentry>
    975           <term><option>--paravirtdebug=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term>
     975          <term><option>--paravirt-debug=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term>
    976976          <listitem><para>
    977977              Specifies debugging properties that are specific to the
     
    981981        </varlistentry>
    982982        <varlistentry>
    983           <term><option>--nestedpaging=on | off</option></term>
     983          <term><option>--nested-paging=on | off</option></term>
    984984          <listitem><para>
    985985              Enables or disables the nested paging feature in the
     
    991991        </varlistentry>
    992992        <varlistentry>
    993           <term><option>--largepages=on | off</option></term>
     993          <term><option>--large-pages=on | off</option></term>
    994994          <listitem><para>
    995995              Enables or disables the hypervisor's use of large pages,
     
    10011001        </varlistentry>
    10021002        <varlistentry>
    1003           <term><option>--vtxvpid=on | off</option></term>
     1003          <term><option>--vtx-vpid=on | off</option></term>
    10041004          <listitem><para>
    10051005              Enables or disables the use of the tagged TLB (VPID)
     
    10101010        </varlistentry>
    10111011        <varlistentry>
    1012           <term><option>--vtxux=on | off</option></term>
     1012          <term><option>--vtx-ux=on | off</option></term>
    10131013          <listitem><para>
    10141014              Enables or disables the use of unrestricted guest mode for
     
    11281128        </varlistentry>
    11291129        <varlistentry>
    1130           <term><option>--bioslogofadein=on | off</option></term>
     1130          <term><option>--bios-logo-fade-in=on | off</option></term>
    11311131          <listitem><para>
    11321132              Specifies whether the BIOS logo fades in on VM startup. By
     
    11351135        </varlistentry>
    11361136        <varlistentry>
    1137           <term><option>--bioslogofadeout=on | off</option></term>
     1137          <term><option>--bios-logo-fade-out=on | off</option></term>
    11381138          <listitem><para>
    11391139              Specifies whether the BIOS logo fades out on VM startup.
     
    11411141        </varlistentry>
    11421142        <varlistentry>
    1143           <term><option>--bioslogodisplaytime=<replaceable>msec</replaceable></option></term>
     1143          <term><option>--bios-logo-display-time=<replaceable>msec</replaceable></option></term>
    11441144          <listitem><para>
    11451145              Specifies the amount of time in milliseconds that the BIOS
     
    11481148        </varlistentry>
    11491149        <varlistentry>
    1150           <term><option>--bioslogoimagepath=<replaceable>pathname</replaceable></option></term>
     1150          <term><option>--bios-logo-image-path=<replaceable>pathname</replaceable></option></term>
    11511151          <listitem><para>
    11521152              Replaces the existing BIOS logo with a different image.
     
    11581158        </varlistentry>
    11591159        <varlistentry>
    1160           <term><option>--biosbootmenu=disabled | menuonly | messageandmenu</option></term>
     1160          <term><option>--bios-boot-menu=disabled | menuonly | messageandmenu</option></term>
    11611161          <listitem><para>
    11621162              Specifies whether the BIOS permits you to select a
     
    11811181        </varlistentry>
    11821182        <varlistentry>
    1183           <term><option>--biosapic=x2apic | apic | disabled</option></term>
     1183          <term><option>--bios-apic=x2apic | apic | disabled</option></term>
    11841184          <listitem><para>
    11851185              Specifies the APIC level of the firmware. Valid values
     
    12011201        </varlistentry>
    12021202        <varlistentry>
    1203           <term><option>--biossystemtimeoffset=<replaceable>msec</replaceable></option></term>
     1203          <term><option>--bios-system-time-offset=<replaceable>msec</replaceable></option></term>
    12041204          <listitem><para>
    12051205              Specifies the time offset in milliseconds of the guest VM
     
    12101210        </varlistentry>
    12111211        <varlistentry>
    1212           <term><option>--biospxedebug=on | off</option></term>
     1212          <term><option>--bios-pxe-debug=on | off</option></term>
    12131213          <listitem><para>
    12141214              Enables or disables additional debugging output when using
     
    12481248        </varlistentry>
    12491249        <varlistentry>
    1250           <term><option>--rtcuseutc=on | off</option></term>
     1250          <term><option>--rtc-use-utc=on | off</option></term>
    12511251          <listitem><para>
    12521252              Specifies whether the real-time clock (RTC) uses
     
    12631263        </varlistentry>
    12641264        <varlistentry>
    1265           <term><option>--snapshotfolder=default | <replaceable>pathname</replaceable></option></term>
     1265          <term><option>--snapshot-folder=default | <replaceable>pathname</replaceable></option></term>
    12661266          <listitem><para>
    12671267              Specifies the name of the VM's snapshot storage folder. If
     
    12821282        </varlistentry>
    12831283        <varlistentry>
    1284           <term><option>--guestmemoryballoon=<replaceable>size</replaceable></option></term>
     1284          <term><option>--guest-memory-balloon=<replaceable>size</replaceable></option></term>
    12851285          <listitem><para>
    12861286              Specifies the size of the guest memory balloon. The guest
     
    12941294        </varlistentry>
    12951295        <varlistentry>
    1296           <term><option>--defaultfrontend=default | <replaceable>name</replaceable></option></term>
     1296          <term><option>--default-frontend=default | <replaceable>name</replaceable></option></term>
    12971297          <listitem><para>
    12981298              Specifies the default frontend to use when starting the
     
    13931393        </varlistentry>
    13941394        <varlistentry>
    1395           <term><option>--nictype<replaceable>N</replaceable>=Am79C970A | Am79C973 | 82540EM | 82543GC | 82545EM | virtio</option></term>
     1395          <term><option>--nic-type<replaceable>N</replaceable>=Am79C970A | Am79C973 | 82540EM | 82543GC | 82545EM | virtio</option></term>
    13961396          <listitem><para>
    13971397              Identifies the type of networking hardware that
     
    14281428        </varlistentry>
    14291429        <varlistentry>
    1430           <term><option>--cableconnected<replaceable>N</replaceable>=on | off</option></term>
     1430          <term><option>--cable-connected<replaceable>N</replaceable>=on | off</option></term>
    14311431          <listitem><para>
    14321432              Temporarily disconnects a virtual network interface, as if
     
    14371437        </varlistentry>
    14381438        <varlistentry>
    1439           <term><option>--nictrace<replaceable>N</replaceable>=on | off</option></term>
     1439          <term><option>--nic-trace<replaceable>N</replaceable>=on | off</option></term>
    14401440          <listitem><para>
    14411441              Enables or disables network tracing for the specified
     
    14441444        </varlistentry>
    14451445        <varlistentry>
    1446           <term><option>--nictracefile<replaceable>N</replaceable>=<replaceable>filename</replaceable></option></term>
     1446          <term><option>--nic-trace-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></option></term>
    14471447          <listitem><para>
    14481448              Specifies the absolute path of the file in which to write
     
    14521452        </varlistentry>
    14531453        <varlistentry>
    1454           <term><option>--nicproperty<replaceable>N</replaceable>=<replaceable>name</replaceable>=<replaceable>value</replaceable></option></term>
     1454          <term><option>--nic-property<replaceable>N</replaceable>=<replaceable>name</replaceable>=<replaceable>value</replaceable></option></term>
    14551455          <listitem><para>
    14561456              Enables you to set property values and pass them to rarely
    14571457              used network backends. To use this option, you must also
    1458               use the <option>--nicgenericdrv</option> option.
     1458              use the <option>--nic-generic-drv</option> option.
    14591459            </para><para>
    14601460              These properties are specific to the backend engine and
     
    14651465        </varlistentry>
    14661466        <varlistentry>
    1467           <term><option>--nicspeed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></option></term>
     1467          <term><option>--nic-speed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></option></term>
    14681468          <listitem><para>
    14691469              Specifies the throughput rate in kilobits per second for
     
    14751475        </varlistentry>
    14761476        <varlistentry>
    1477           <term><option>--nicbootprio<replaceable>N</replaceable>=<replaceable>priority</replaceable></option></term>
     1477          <term><option>--nic-boot-prio<replaceable>N</replaceable>=<replaceable>priority</replaceable></option></term>
    14781478          <listitem><para>
    14791479              Assigns a priority to each NIC that determines the order
     
    14911491        </varlistentry>
    14921492        <varlistentry>
    1493           <term><option>--nicpromisc<replaceable>N</replaceable>=deny | allow-vms | allow-all</option></term>
     1493          <term><option>--nic-promisc<replaceable>N</replaceable>=deny | allow-vms | allow-all</option></term>
    14941494          <listitem><para>
    14951495              Enables you to specify whether to deny or allow
     
    15141514        </varlistentry>
    15151515        <varlistentry>
    1516           <term><option>--nicbandwidthgroup<replaceable>N</replaceable>=none | <replaceable>name</replaceable></option></term>
     1516          <term><option>--nic-bandwidth-group<replaceable>N</replaceable>=none | <replaceable>name</replaceable></option></term>
    15171517          <listitem><para>
    15181518              Adds or removes a bandwidth group assignment to the
     
    15341534        </varlistentry>
    15351535        <varlistentry>
    1536           <term><option>--bridgeadapter<replaceable>N</replaceable>=none | <replaceable>device-name</replaceable></option></term>
     1536          <term><option>--bridge-adapter<replaceable>N</replaceable>=none | <replaceable>device-name</replaceable></option></term>
    15371537          <listitem><para>
    15381538              Specifies the host interface to use for the specified
     
    15441544        </varlistentry>
    15451545        <varlistentry>
    1546           <term><option>--hostonlyadapter<replaceable>N</replaceable>=none | <replaceable>device-name</replaceable></option></term>
     1546          <term><option>--host-only-adapter<replaceable>N</replaceable>=none | <replaceable>device-name</replaceable></option></term>
    15471547          <listitem><para>
    15481548              Specifies which host-only networking interface to use for
     
    15741574        </varlistentry>
    15751575        <varlistentry>
    1576           <term><option>--nicgenericdrv<replaceable>N</replaceable>=<replaceable>backend-driver</replaceable></option></term>
     1576          <term><option>--nic-generic-drv<replaceable>N</replaceable>=<replaceable>backend-driver</replaceable></option></term>
    15771577          <listitem><para>
    15781578              Enables you to access rarely used networking sub-modes,
     
    15831583        </varlistentry>
    15841584        <varlistentry>
    1585           <term><option>--macaddress<replaceable>N</replaceable>=auto | <replaceable>MAC-address</replaceable></option></term>
     1585          <term><option>--mac-address<replaceable>N</replaceable>=auto | <replaceable>MAC-address</replaceable></option></term>
    15861586          <listitem><para>
    15871587              Specifies the MAC address of the specified network adapter
     
    16011601      <variablelist>
    16021602        <varlistentry>
    1603           <term><option>--natnet<replaceable>N</replaceable>=default | <replaceable>network</replaceable></option></term>
     1603          <term><option>--nat-net<replaceable>N</replaceable>=default | <replaceable>network</replaceable></option></term>
    16041604          <listitem><para>
    16051605              Specifies the IP address range to use for this network.
     
    16101610        </varlistentry>
    16111611        <varlistentry>
    1612           <term><option>--natpf<replaceable>N</replaceable>=[<replaceable>name</replaceable>],tcp | udp,[<replaceable>host-IP</replaceable>],<replaceable>hostport</replaceable>,[<replaceable>guest-IP</replaceable>],<replaceable>guestport</replaceable></option></term>
     1612          <term><option>--nat-pf<replaceable>N</replaceable>=[<replaceable>name</replaceable>],tcp | udp,[<replaceable>host-IP</replaceable>],<replaceable>hostport</replaceable>,[<replaceable>guest-IP</replaceable>],<replaceable>guestport</replaceable></option></term>
    16131613          <listitem><para>
    16141614              Specifies the NAT port-forwarding rule to use. See
     
    16171617        </varlistentry>
    16181618        <varlistentry>
    1619           <term><option>--natpf<replaceable>N</replaceable>=delete <replaceable>name</replaceable></option></term>
     1619          <term><option>--nat-pf<replaceable>N</replaceable>=delete <replaceable>name</replaceable></option></term>
    16201620          <listitem><para>
    16211621              Specifies the NAT port-forwarding rule to delete. See
     
    16241624        </varlistentry>
    16251625        <varlistentry>
    1626           <term><option>--nattftpprefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></option></term>
     1626          <term><option>--nat-tftp-prefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></option></term>
    16271627          <listitem><para>
    16281628              Specifies a prefix to use for the built-in TFTP server.
     
    16331633        </varlistentry>
    16341634        <varlistentry>
    1635           <term><option>--nattftpfile<replaceable>N</replaceable>=<replaceable>boot-file</replaceable></option></term>
     1635          <term><option>--nat-tftp-file<replaceable>N</replaceable>=<replaceable>boot-file</replaceable></option></term>
    16361636          <listitem><para>
    16371637              Specifies the name of the TFT boot file. See
     
    16401640        </varlistentry>
    16411641        <varlistentry>
    1642           <term><option>--nattftpserver<replaceable>N</replaceable>=<replaceable>tftp-server</replaceable></option></term>
     1642          <term><option>--nat-tftp-server<replaceable>N</replaceable>=<replaceable>tftp-server</replaceable></option></term>
    16431643          <listitem><para>
    16441644              Specifies the address of the TFTP server from which to
     
    16471647        </varlistentry>
    16481648        <varlistentry>
    1649           <term><option>--natbindip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></option></term>
     1649          <term><option>--nat-bind-ip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></option></term>
    16501650          <listitem><para>
    16511651              Specifies an alternate IP address to which the NAT engine
     
    16571657        </varlistentry>
    16581658        <varlistentry>
    1659           <term><option>--natdnspassdomain<replaceable>N</replaceable>=on | off</option></term>
     1659          <term><option>--nat-dns-pass-domain<replaceable>N</replaceable>=on | off</option></term>
    16601660          <listitem><para>
    16611661              Specifies whether the built-in DHCP server passes the
     
    16641664        </varlistentry>
    16651665        <varlistentry>
    1666           <term><option>--natdnsproxy<replaceable>N</replaceable>=on | off</option></term>
     1666          <term><option>--nat-dns-proxy<replaceable>N</replaceable>=on | off</option></term>
    16671667          <listitem><para>
    16681668              Specifies whether the NAT engine is the proxy for all
     
    16721672        </varlistentry>
    16731673        <varlistentry>
    1674           <term><option>--natdnshostresolver<replaceable>N</replaceable>=on | off</option></term>
     1674          <term><option>--nat-dns-host-resolver<replaceable>N</replaceable>=on | off</option></term>
    16751675          <listitem><para>
    16761676              Specifies whether the NAT engine uses the host system's
     
    16801680        </varlistentry>
    16811681        <varlistentry>
    1682           <term><option>--natlocalhostreachable<replaceable>N</replaceable>=on | off</option></term>
     1682          <term><option>--nat-localhostreachable<replaceable>N</replaceable>=on | off</option></term>
    16831683          <listitem><para>
    16841684              Specifies whether the NAT engine allows traffic from the guest directed to
     
    16871687        </varlistentry>
    16881688        <varlistentry>
    1689           <term><option>--natsettings<replaceable>N</replaceable>=[<replaceable>mtu</replaceable>],[<replaceable>socksnd</replaceable>],[<replaceable>sockrcv</replaceable>],[<replaceable>tcpsnd</replaceable>],[<replaceable>tcprcv</replaceable>]</option></term>
     1689          <term><option>--nat-settings<replaceable>N</replaceable>=[<replaceable>mtu</replaceable>],[<replaceable>socksnd</replaceable>],[<replaceable>sockrcv</replaceable>],[<replaceable>tcpsnd</replaceable>],[<replaceable>tcprcv</replaceable>]</option></term>
    16901690          <listitem><para>
    16911691              Specifies values for tuning NAT performance. See
     
    16941694        </varlistentry>
    16951695        <varlistentry>
    1696           <term><option>--nataliasmode<replaceable>N</replaceable>=default | [log],[proxyonly],[sameports]</option></term>
     1696          <term><option>--nat-alias-mode<replaceable>N</replaceable>=default | [log],[proxyonly],[sameports]</option></term>
    16971697          <listitem><para>
    16981698              Specifies the behavior of the NAT engine core as follows:
     
    17581758        </varlistentry>
    17591759        <varlistentry>
    1760           <term><option>--uartmode<replaceable>N</replaceable>=<replaceable>mode</replaceable></option></term>
     1760          <term><option>--uart-mode<replaceable>N</replaceable>=<replaceable>mode</replaceable></option></term>
    17611761          <listitem><para>
    17621762              Specifies how &product-name; connects the specified
     
    18431843        </varlistentry>
    18441844        <varlistentry>
    1845           <term><option>--uarttype<replaceable>N</replaceable>=<replaceable>UART-type</replaceable></option></term>
     1845          <term><option>--uart-type<replaceable>N</replaceable>=<replaceable>UART-type</replaceable></option></term>
    18461846          <listitem><para>
    18471847              Configures the UART type for the specified virtual serial
     
    18531853        </varlistentry>
    18541854        <varlistentry>
    1855           <term><option>--lptmode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></option></term>
     1855          <term><option>--lpt-mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></option></term>
    18561856          <listitem><para>
    18571857              Specifies the device name of the parallel port to use.
     
    18891889        </varlistentry>
    18901890        <varlistentry>
    1891           <term><option>--audiocontroller=<replaceable>controller-type</replaceable></option></term>
     1891          <term><option>--audio-controller=<replaceable>controller-type</replaceable></option></term>
    18921892          <listitem><para>
    18931893              Specifies the audio controller to be used with the VM.
     
    18981898        </varlistentry>
    18991899        <varlistentry>
    1900           <term><option>--audiocodec=<replaceable>codec-type</replaceable></option></term>
     1900          <term><option>--audio-codec=<replaceable>codec-type</replaceable></option></term>
    19011901          <listitem><para>
    19021902              Specifies the audio codec to be used with the VM. Valid
     
    19071907        </varlistentry>
    19081908        <varlistentry>
    1909           <term><option>--audioin=on|off</option></term>
     1909          <term><option>--audio-in=on|off</option></term>
    19101910          <listitem><para>
    19111911              Specifies whether to enable or disable audio capture from
     
    19141914        </varlistentry>
    19151915        <varlistentry>
    1916           <term><option>--audioout=on|off</option></term>
     1916          <term><option>--audio-out=on|off</option></term>
    19171917          <listitem><para>
    19181918              Specifies whether to enable or disable audio playback from
     
    19361936        </varlistentry>
    19371937        <varlistentry>
    1938           <term><option>--draganddrop=<replaceable>value</replaceable></option></term>
     1938          <term><option>--drag-and-drop=<replaceable>value</replaceable></option></term>
    19391939          <listitem><para>
    19401940              Specifies how to use the drag and drop feature between the
     
    19511951        </varlistentry>
    19521952        <varlistentry>
    1953           <term><option>--monitorcount=<replaceable>count</replaceable></option></term>
     1953          <term><option>--monitor-count=<replaceable>count</replaceable></option></term>
    19541954          <listitem><para>
    19551955              Enables you to configure multiple monitors. See
     
    19581958        </varlistentry>
    19591959        <varlistentry>
    1960           <term><option>--usbohci=on | off</option></term>
     1960          <term><option>--usb-ohci=on | off</option></term>
    19611961          <listitem><para>
    19621962              Enables or disables the VM's virtual USB 1.1 controller.
     
    19651965        </varlistentry>
    19661966        <varlistentry>
    1967           <term><option>--usbehci=on | off</option></term>
     1967          <term><option>--usb-ehci=on | off</option></term>
    19681968          <listitem><para>
    19691969              Enables or disables the VM's virtual USB 2.0 controller.
     
    19721972        </varlistentry>
    19731973        <varlistentry>
    1974           <term><option>--usbxhci=on | off</option></term>
     1974          <term><option>--usb-xhci=on | off</option></term>
    19751975          <listitem><para>
    19761976              Enables or disables the VM's virtual USB 3.0 controller.
     
    19801980        </varlistentry>
    19811981        <varlistentry>
    1982           <term><option>--usbrename=<replaceable>old-name</replaceable> <replaceable>new-name</replaceable></option></term>
     1982          <term><option>--usb-rename=<replaceable>old-name</replaceable> <replaceable>new-name</replaceable></option></term>
    19831983          <listitem><para>
    19841984              Rename's the VM's virtual USB controller from
     
    20062006        </varlistentry>
    20072007        <varlistentry>
    2008           <term><option>--recordingscreens=all | <replaceable>screen-ID</replaceable></option></term>
     2008          <term><option>--recording-screens=all | <replaceable>screen-ID</replaceable></option></term>
    20092009          <listitem><para>
    20102010              Enables you to specify the VM screens to record. The
     
    20152015        </varlistentry>
    20162016        <varlistentry>
    2017           <term><option>--recordingfile=<replaceable>filename</replaceable></option></term>
     2017          <term><option>--recording-file=<replaceable>filename</replaceable></option></term>
    20182018          <listitem><para>
    20192019              Specifies the name of the file in which to save the
     
    20222022        </varlistentry>
    20232023        <varlistentry>
    2024           <term><option>--recordingmaxsize=<replaceable>MB</replaceable></option></term>
     2024          <term><option>--recording-max-size=<replaceable>MB</replaceable></option></term>
    20252025          <listitem><para>
    20262026              Specifies the maximum size of the recorded video file in
     
    20312031        </varlistentry>
    20322032        <varlistentry>
    2033           <term><option>--recordingmaxtime=<replaceable>seconds</replaceable></option></term>
     2033          <term><option>--recording-max-time=<replaceable>seconds</replaceable></option></term>
    20342034          <listitem><para>
    20352035              Specifies the maximum amount of time to record in seconds.
     
    20402040        </varlistentry>
    20412041        <varlistentry>
    2042           <term><option>--recordingopts=<replaceable>keyword</replaceable>=<replaceable>value</replaceable></option></term>
     2042          <term><option>--recording-opts=<replaceable>keyword</replaceable>=<replaceable>value</replaceable></option></term>
    20432043          <listitem><para>
    20442044              Specifies additional video-recording properties as a
     
    20522052        </varlistentry>
    20532053        <varlistentry>
    2054           <term><option>--recordingvideofps=<replaceable>fps</replaceable></option></term>
     2054          <term><option>--recording-video-fps=<replaceable>fps</replaceable></option></term>
    20552055          <listitem><para>
    20562056              Specifies the maximum number of video frames per second
     
    20622062        </varlistentry>
    20632063        <varlistentry>
    2064           <term><option>--recordingvideorate=<replaceable>bit-rate</replaceable></option></term>
     2064          <term><option>--recording-video-rate=<replaceable>bit-rate</replaceable></option></term>
    20652065          <listitem><para>
    20662066              Specifies the bit rate of the video in kilobits per
     
    20712071        </varlistentry>
    20722072        <varlistentry>
    2073           <term><option>--recordingvideores=<replaceable>width</replaceable>x<replaceable>height</replaceable></option></term>
     2073          <term><option>--recording-video-res=<replaceable>width</replaceable>x<replaceable>height</replaceable></option></term>
    20742074          <listitem><para>
    20752075              Specifies the video resolution (width and height) of the
     
    20942094        </varlistentry>
    20952095        <varlistentry>
    2096           <term><option>--vrdeproperty=TCP/Ports=<replaceable>port</replaceable></option></term>
     2096          <term><option>--vrde-property=TCP/Ports=<replaceable>port</replaceable></option></term>
    20972097          <listitem><para>
    20982098              <replaceable>port</replaceable> is the port or port range
     
    21022102              RDP port.
    21032103            </para><para>
    2104               Also see the <option>--vrdeport</option> option
     2104              Also see the <option>--vrde-port</option> option
    21052105              description.
    21062106            </para></listitem>
    21072107        </varlistentry>
    21082108        <varlistentry>
    2109           <term><option>--vrdeproperty=TCP/Address=<replaceable>IP-address</replaceable></option></term>
     2109          <term><option>--vrde-property=TCP/Address=<replaceable>IP-address</replaceable></option></term>
    21102110          <listitem><para>
    21112111              <replaceable>IP-address</replaceable> is the IP address of
     
    21142114              host network interface at that IP address.
    21152115            </para><para>
    2116               Also see the <option>--vrdeaddress</option> option
     2116              Also see the <option>--vrde-address</option> option
    21172117              description.
    21182118            </para></listitem>
    21192119        </varlistentry>
    21202120        <varlistentry>
    2121           <term><option>--vrdeproperty=VideoChannel/Enabled=<replaceable>value</replaceable></option></term>
     2121          <term><option>--vrde-property=VideoChannel/Enabled=<replaceable>value</replaceable></option></term>
    21222122          <listitem><para>
    21232123              Specifies whether the VRDP video channel is on or off.
     
    21282128        </varlistentry>
    21292129        <varlistentry>
    2130           <term><option>--vrdeproperty=Quality=<replaceable>value</replaceable></option></term>
     2130          <term><option>--vrde-property=Quality=<replaceable>value</replaceable></option></term>
    21312131          <listitem><para>
    21322132              Specifies a value between 10% and 100%, inclusive, that
     
    21382138        </varlistentry>
    21392139        <varlistentry>
    2140           <term><option>--vrdeproperty=DownscaleProtection=<replaceable>value</replaceable></option></term>
     2140          <term><option>--vrde-property=DownscaleProtection=<replaceable>value</replaceable></option></term>
    21412141          <listitem><para>
    21422142              Enables or disables the video downscale protection
     
    21652165        </varlistentry>
    21662166        <varlistentry>
    2167           <term><option>--vrdeproperty=Client/DisableDisplay=1</option></term>
     2167          <term><option>--vrde-property=Client/DisableDisplay=1</option></term>
    21682168          <listitem><para>
    21692169              Disables the display VRDE server feature.
     
    21722172              to reenable the display feature, specify the
    21732173              <command>VBoxManage modifyvm
    2174               --vrdeproperty=Client/DisableDisplay=</command> command.
     2174              --vrde-property=Client/DisableDisplay=</command> command.
    21752175              See <xref linkend="vrde-customization" />.
    21762176            </para></listitem>
    21772177        </varlistentry>
    21782178        <varlistentry>
    2179           <term><option>--vrdeproperty=DisableInput=1</option></term>
     2179          <term><option>--vrde-property=DisableInput=1</option></term>
    21802180          <listitem><para>
    21812181              Disables the input VRDE server feature.
     
    21832183        </varlistentry>
    21842184        <varlistentry>
    2185           <term><option>--vrdeproperty=DisableAudio=1</option></term>
     2185          <term><option>--vrde-property=DisableAudio=1</option></term>
    21862186          <listitem><para>
    21872187              Disables the audio VRDE server feature.
     
    21892189        </varlistentry>
    21902190        <varlistentry>
    2191           <term><option>--vrdeproperty=DisableUSB=1</option></term>
     2191          <term><option>--vrde-property=DisableUSB=1</option></term>
    21922192          <listitem><para>
    21932193              Disables the USB VRDE server feature.
     
    21952195        </varlistentry>
    21962196        <varlistentry>
    2197           <term><option>--vrdeproperty=Client/DisableClipboard=1</option></term>
     2197          <term><option>--vrde-property=Client/DisableClipboard=1</option></term>
    21982198          <listitem><para>
    21992199              Disables the clipboard VRDE server feature. To reenable
     
    22032203        </varlistentry>
    22042204        <varlistentry>
    2205           <term><option>--vrdeproperty=DisableUpstreamAudio=1</option></term>
     2205          <term><option>--vrde-property=DisableUpstreamAudio=1</option></term>
    22062206          <listitem><para>
    22072207              Disables the upstream audio VRDE server feature. To
     
    22112211        </varlistentry>
    22122212        <varlistentry>
    2213           <term><option>--vrdeproperty=Client/DisableRDPDR=1</option></term>
     2213          <term><option>--vrde-property=Client/DisableRDPDR=1</option></term>
    22142214          <listitem><para>
    22152215              Disables the RDP device redirection for smart cards VRDE
     
    22192219        </varlistentry>
    22202220        <varlistentry>
    2221           <term><option>--vrdeproperty=H3DRedirect/Enabled=1</option></term>
     2221          <term><option>--vrde-property=H3DRedirect/Enabled=1</option></term>
    22222222          <listitem><para>
    22232223              Enables the 3D redirection VRDE server feature. To disable
     
    22262226        </varlistentry>
    22272227        <varlistentry>
    2228           <term><option>--vrdeproperty=Security/Method=<replaceable>value</replaceable></option></term>
     2228          <term><option>--vrde-property=Security/Method=<replaceable>value</replaceable></option></term>
    22292229          <listitem><para>
    22302230              Specifies the following information that is required for a
     
    22502250        </varlistentry>
    22512251        <varlistentry>
    2252           <term><option>--vrdeproperty=ServerCertificate=<replaceable>value</replaceable></option></term>
     2252          <term><option>--vrde-property=ServerCertificate=<replaceable>value</replaceable></option></term>
    22532253          <listitem><para>
    22542254              Specifies the absolute path to the server certificate. See
     
    22572257        </varlistentry>
    22582258        <varlistentry>
    2259           <term><option>--vrdeproperty=ServerPrivateKey=<replaceable>value</replaceable></option></term>
     2259          <term><option>--vrde-property=ServerPrivateKey=<replaceable>value</replaceable></option></term>
    22602260          <listitem><para>
    22612261              Specifies the absolute path to the server private key. See
     
    22642264        </varlistentry>
    22652265        <varlistentry>
    2266           <term><option>--vrdeproperty=CACertificate=<replaceable>value</replaceable></option></term>
     2266          <term><option>--vrde-property=CACertificate=<replaceable>value</replaceable></option></term>
    22672267          <listitem><para>
    22682268              Specifies the absolute path to the CA self-signed
     
    22712271        </varlistentry>
    22722272        <varlistentry>
    2273           <term><option>--vrdeproperty Audio/RateCorrectionMode=<replaceable>value</replaceable></option></term>
     2273          <term><option>--vrde-property Audio/RateCorrectionMode=<replaceable>value</replaceable></option></term>
    22742274          <listitem><para>
    22752275              Specifies the audio connection mode or the path to the
     
    22962296        </varlistentry>
    22972297        <varlistentry>
    2298           <term><option>--vrdeproperty=LogPath=<replaceable>value</replaceable></option></term>
     2298          <term><option>--vrde-property=LogPath=<replaceable>value</replaceable></option></term>
    22992299          <listitem><para>
    23002300              Specifies the absolute path to the audio log file.
     
    23022302        </varlistentry>
    23032303        <varlistentry>
    2304           <term><option>--vrdeextpack=default | <replaceable>name</replaceable></option></term>
     2304          <term><option>--vrde-extpack=default | <replaceable>name</replaceable></option></term>
    23052305          <listitem><para>
    23062306              Specifies the library to use to access the VM remotely.
     
    23142314        </varlistentry>
    23152315        <varlistentry>
    2316           <term><option>--vrdeport=default | <replaceable>port</replaceable></option></term>
     2316          <term><option>--vrde-port=default | <replaceable>port</replaceable></option></term>
    23172317          <listitem><para>
    23182318              <replaceable>port</replaceable> is the port or port range
     
    23272327              the available ports from the list. Only one machine can
    23282328              use a given port at a time. For example, the
    2329               <option>--vrdeport=5000,5010-5012</option> option
     2329              <option>--vrde-port=5000,5010-5012</option> option
    23302330              specifies that server can bind to one of following ports:
    23312331              <literal>5000</literal>, <literal>5010</literal>,
     
    23342334        </varlistentry>
    23352335        <varlistentry>
    2336           <term><option>--vrdeaddress=<replaceable>IP-address</replaceable></option></term>
     2336          <term><option>--vrde-address=<replaceable>IP-address</replaceable></option></term>
    23372337          <listitem><para>
    23382338              Specifies the IP address of the host network interface to
     
    23462346              <listitem><para>
    23472347                  <emphasis role="bold">Only IPv4:</emphasis> Use the
    2348                   <option>--vrdeaddress="0.0.0.0"</option> option.
     2348                  <option>--vrde-address="0.0.0.0"</option> option.
    23492349                </para></listitem>
    23502350              <listitem><para>
    23512351                  <emphasis role="bold">Only IPv6:</emphasis> Use the
    2352                   <option>--vrdeaddress="::"</option> option.
     2352                  <option>--vrde-address="::"</option> option.
    23532353                </para></listitem>
    23542354              <listitem><para>
    23552355                  <emphasis role="bold">Both IPv6 and IPv4:</emphasis>
    2356                   Use the <option>--vrdeaddress=&ldquo;&rdquo;</option>
     2356                  Use the <option>--vrde-address=&ldquo;&rdquo;</option>
    23572357                  option. This is the default value.
    23582358                </para></listitem>
     
    23602360        </varlistentry>
    23612361        <varlistentry>
    2362           <term><option>--vrdeauthtype=null | external | guest</option></term>
     2362          <term><option>--vrde-auth-type=null | external | guest</option></term>
    23632363          <listitem><para>
    23642364              Specify whether to use authorization and how to perform
     
    23822382        </varlistentry>
    23832383        <varlistentry>
    2384           <term><option>--vrdeauthlibrary=default | <replaceable>name</replaceable></option></term>
     2384          <term><option>--vrde-auth-library=default | <replaceable>name</replaceable></option></term>
    23852385          <listitem><para>
    23862386              Specifies the library to use for RDP authentication. The
     
    23912391        </varlistentry>
    23922392        <varlistentry>
    2393           <term><option>--vrdemulticon=on | off</option></term>
     2393          <term><option>--vrde-multi-con=on | off</option></term>
    23942394          <listitem><para>
    23952395              Enables or disables the multiple connections VRDE server
     
    23992399        </varlistentry>
    24002400        <varlistentry>
    2401           <term><option>--vrdereusecon=on | off</option></term>
     2401          <term><option>--vrde-reuse-con=on | off</option></term>
    24022402          <listitem><para>
    24032403              Specifies how the VRDE server behaves when multiple
     
    24112411        </varlistentry>
    24122412        <varlistentry>
    2413           <term><option>--vrdevideochannel=on | off</option></term>
     2413          <term><option>--vrde-video-channel=on | off</option></term>
    24142414          <listitem><para>
    24152415              Enables video redirection if supported by the VRDE server.
     
    24182418        </varlistentry>
    24192419        <varlistentry>
    2420           <term><option>--vrdevideochannelquality=<replaceable>percent</replaceable></option></term>
     2420          <term><option>--vrde-video-channel-quality=<replaceable>percent</replaceable></option></term>
    24212421          <listitem><para>
    24222422              Specifies the image quality for video redirection as a
     
    24492449        </varlistentry>
    24502450        <varlistentry>
    2451           <term><option>--teleporterport=<replaceable>port</replaceable></option></term>
     2451          <term><option>--teleporter-port=<replaceable>port</replaceable></option></term>
    24522452          <listitem><para>
    24532453              Specifies the port on which the VM listens to receive a
     
    24592459        </varlistentry>
    24602460        <varlistentry>
    2461           <term><option>--teleporteraddress=<replaceable>IP-address</replaceable></option></term>
     2461          <term><option>--teleporter-address=<replaceable>IP-address</replaceable></option></term>
    24622462          <listitem><para>
    24632463              Specifies the IP address on which the VM listens to
     
    24722472        </varlistentry>
    24732473        <varlistentry>
    2474           <term><option>--teleporterpassword=<replaceable>password</replaceable></option></term>
     2474          <term><option>--teleporter-password=<replaceable>password</replaceable></option></term>
    24752475          <listitem><para>
    24762476              Specifies the password to use for authentication. When
     
    24812481        </varlistentry>
    24822482        <varlistentry>
    2483           <term><option>--teleporterpasswordfile=<replaceable>filename</replaceable></option></term>
     2483          <term><option>--teleporter-password-file=<replaceable>filename</replaceable></option></term>
    24842484          <listitem><para>
    24852485              Specifies a file that contains the password to use for
     
    25392539        </varlistentry>
    25402540        <varlistentry>
    2541           <term><option>--cpuidremoveall</option></term>
     2541          <term><option>--cpuid-remove-all</option></term>
    25422542          <listitem>
    25432543            <para>
     
    25912591      <variablelist>
    25922592        <varlistentry>
    2593           <term><option>--usbcardreader=on | off</option></term>
     2593          <term><option>--usb-card-reader=on | off</option></term>
    25942594          <listitem><para>
    25952595              Enables or disables the USB card reader interface.
     
    26342634      <variablelist>
    26352635        <varlistentry>
    2636           <term><option>--pciattach=<replaceable>host-PCI-address</replaceable>[@<replaceable>guest-PCI-bus-address</replaceable>]</option></term>
     2636          <term><option>--pci-attach=<replaceable>host-PCI-address</replaceable>[@<replaceable>guest-PCI-bus-address</replaceable>]</option></term>
    26372637          <listitem><para>
    26382638              Attaches the specified PCI network controller on the host
     
    26432643        </varlistentry>
    26442644        <varlistentry>
    2645           <term><option>--pcidetach=<replaceable>host-PCI-address</replaceable></option></term>
     2645          <term><option>--pci-detach=<replaceable>host-PCI-address</replaceable></option></term>
    26462646          <listitem><para>
    26472647              Detaches the specified PCI network controller from the
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r87086 r92534  
    819819    </para>
    820820
    821 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --cpuhotplug on</screen>
     821<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --cpu-hotplug on</screen>
    822822
    823823    <para>
     
    830830    <para>
    831831      When the VM is off, you can then add and remove virtual CPUs with
    832       the <command>VBoxManage modifyvm --plugcpu</command> and
    833       <command>VBoxManage modifyvm --unplugcpu</command> commands, which
     832      the <command>VBoxManage modifyvm --plug-cpu</command> and
     833      <command>VBoxManage modifyvm --unplug-cpu</command> commands, which
    834834      take the number of the virtual CPU as a parameter, as follows:
    835835    </para>
    836836
    837 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --plugcpu 3
    838 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --unplugcpu 3</screen>
     837<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --plug-cpu 3
     838$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --unplug-cpu 3</screen>
    839839
    840840    <para>
     
    59345934    </para>
    59355935
    5936 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty VNCPassword=secret</screen>
     5936<screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property VNCPassword=secret</screen>
    59375937
    59385938    <para>
     
    68746874            </para>
    68756875
    6876 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --paravirtdebug "enabled=1"</screen>
     6876<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --paravirt-debug "enabled=1"</screen>
    68776877
    68786878            <para>
     
    68846884
    68856885<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> \
    6886 --paravirtdebug "enabled=1,address=192.168.32.1,port=55000"</screen>
     6886--paravirt-debug "enabled=1,address=192.168.32.1,port=55000"</screen>
    68876887
    68886888            <para>
  • trunk/doc/manual/en_US/user_BasicConcepts.xml

    r87077 r92534  
    13261326            accuracy and performance of guest OSes. The options
    13271327            available are documented under the
    1328             <option>--paravirtprovider</option> option in
     1328            <option>--paravirt-provider</option> option in
    13291329            <xref linkend="vboxmanage-modifyvm" />. For further details
    13301330            on the paravirtualization providers, see
     
    20232023      ports. For the latter, see <xref linkend="vboxmanage-modifyvm" />
    20242024      for information on the <option>--uart</option>,
    2025       <option>--uartmode</option> and <option>--uarttype</option>
     2025      <option>--uart-mode</option> and <option>--uart-type</option>
    20262026      options.
    20272027    </para>
  • trunk/doc/manual/en_US/user_Frontends.xml

    r91204 r92534  
    6767      The port can be changed either in the
    6868      <emphasis role="bold">Display</emphasis> settings of the graphical
    69       user interface or with the <option>--vrdeport</option> option of
     69      user interface or with the <option>--vrde-port</option> option of
    7070      the <command>VBoxManage modifyvm</command> command. You can
    7171      specify a comma-separated list of ports or ranges of ports. Use a
     
    7373      will bind to <emphasis>one</emphasis> of the available ports from
    7474      the specified list. For example, <command>VBoxManage modifyvm
    75       <replaceable>VM-name</replaceable> --vrdeport
     75      <replaceable>VM-name</replaceable> --vrde-port
    7676      5000,5010-5012</command> configures the server to bind to one of
    7777      the ports 5000, 5010, 5011, or 5012. See
     
    585585        authenticated. For this, use the <command>VBoxManage
    586586        modifyvm</command> command with the
    587         <option>--vrdeauthtype</option> option. See
     587        <option>--vrde-auth-type</option> option. See
    588588        <xref linkend="vboxmanage-modifyvm" />. The following methods of
    589589        authentication are available:
     
    684684                  </para>
    685685
    686 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeauthtype external</screen>
     686<screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-auth-type external</screen>
    687687
    688688                  <para>
     
    861861          </para>
    862862
    863 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty "Security/Method=negotiate"</screen>
     863<screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> --vrde-property "Security/Method=negotiate"</screen>
    864864
    865865          <para>
     
    910910
    911911<screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \
    912   --vrdeproperty "Security/CACertificate=path/ca_cert.pem"</screen>
     912  --vrde-property "Security/CACertificate=path/ca_cert.pem"</screen>
    913913
    914914<screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \
    915   --vrdeproperty "Security/ServerCertificate=path/server_cert.pem"</screen>
     915  --vrde-property "Security/ServerCertificate=path/server_cert.pem"</screen>
    916916
    917917<screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \
    918   --vrdeproperty "Security/ServerPrivateKey=path/server_key_private.pem"</screen>
     918  --vrde-property "Security/ServerPrivateKey=path/server_key_private.pem"</screen>
    919919        </listitem>
    920920
     
    947947      </para>
    948948
    949 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdemulticon on</screen>
     949<screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-multi-con on</screen>
    950950
    951951    </sect2>
     
    10151015      </para>
    10161016
    1017 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdevideochannel on</screen>
     1017<screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-video-channel on</screen>
    10181018
    10191019      <para>
     
    10241024      </para>
    10251025
    1026 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdevideochannelquality 75</screen>
     1026<screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-video-channel-quality 75</screen>
    10271027
    10281028    </sect2>
     
    10411041      </para>
    10421042
    1043 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableDisplay=1
    1044 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableInput=1
    1045 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableUSB=1
    1046 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableAudio=1
    1047 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableClipboard=1
    1048 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableUpstreamAudio=1</screen>
     1043<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableDisplay=1
     1044$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableInput=1
     1045$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableUSB=1
     1046$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableAudio=1
     1047$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableClipboard=1
     1048$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableUpstreamAudio=1</screen>
    10491049
    10501050      <para>
     
    10531053      </para>
    10541054
    1055 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrdeproperty Client/DisableDisplay=</screen>
     1055<screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableDisplay=</screen>
    10561056
    10571057    </sect2>
     
    11401140        </para>
    11411141
    1142 <screen>VBoxManage modifyvm <replaceable>targetvmname</replaceable> --teleporter on --teleporterport <replaceable>port</replaceable></screen>
     1142<screen>VBoxManage modifyvm <replaceable>targetvmname</replaceable> --teleporter on --teleporter-port <replaceable>port</replaceable></screen>
    11431143
    11441144        <para>
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r87077 r92534  
    21932193          <listitem>
    21942194            <para>
    2195               Memory ballooning does not work with large pages enabled.
    2196               To turn off large pages support for a VM, run
     2195              Memory ballooning does not work well with large pages
     2196              enabled. To turn off large pages support for a VM, run
    21972197              <command>VBoxManage modifyvm
    2198               <replaceable>vmname</replaceable> --largepages
     2198              <replaceable>vmname</replaceable> --large-pages
    21992199              off</command>
    22002200            </para>
     
    22612261      </para>
    22622262
    2263 <screen>VBoxManage modifyvm "VM name" --guestmemoryballoon n</screen>
     2263<screen>VBoxManage modifyvm "VM name" --guest-memory-balloon n</screen>
    22642264
    22652265      <para>
     
    23682368      </para>
    23692369
    2370 <screen>VBoxManage modifyvm "VM name" --pagefusion on</screen>
     2370<screen>VBoxManage modifyvm "VM name" --page-fusion on</screen>
    23712371
    23722372      <para>
  • trunk/doc/manual/en_US/user_Networking.xml

    r91902 r92534  
    561561        <literal>guestssh</literal> is purely descriptive and will be
    562562        auto-generated if omitted. The number after
    563         <option>--natpf</option> denotes the network card, as with other
     563        <option>--nat-pf</option> denotes the network card, as with other
    564564        <command>VBoxManage</command> commands.
    565565      </para>
     
    12721272
    12731273<screen>        VBoxManage modifyvm "VM 01 on host 1" --nic&lt;x&gt; generic
    1274         VBoxManage modifyvm "VM 01 on host 1" --nicgenericdrv&lt;x&gt; UDPTunnel
    1275         VBoxManage modifyvm "VM 01 on host 1" --nicproperty&lt;x&gt; dest=10.0.0.2
    1276         VBoxManage modifyvm "VM 01 on host 1" --nicproperty&lt;x&gt; sport=10001
    1277         VBoxManage modifyvm "VM 01 on host 1" --nicproperty&lt;x&gt; dport=10002</screen>
     1274        VBoxManage modifyvm "VM 01 on host 1" --nic-generic-drv&lt;x&gt; UDPTunnel
     1275        VBoxManage modifyvm "VM 01 on host 1" --nic-property&lt;x&gt; dest=10.0.0.2
     1276        VBoxManage modifyvm "VM 01 on host 1" --nic-property&lt;x&gt; sport=10001
     1277        VBoxManage modifyvm "VM 01 on host 1" --nic-property&lt;x&gt; dport=10002</screen>
    12781278
    12791279<screen>        VBoxManage modifyvm "VM 02 on host 2" --nic&lt;y&gt; generic
    1280         VBoxManage modifyvm "VM 02 on host 2" --nicgenericdrv&lt;y&gt; UDPTunnel
    1281         VBoxManage modifyvm "VM 02 on host 2" --nicproperty&lt;y&gt; dest=10.0.0.1
    1282         VBoxManage modifyvm "VM 02 on host 2" --nicproperty&lt;y&gt; sport=10002
    1283         VBoxManage modifyvm "VM 02 on host 2" --nicproperty&lt;y&gt; dport=10001</screen>
     1280        VBoxManage modifyvm "VM 02 on host 2" --nic-generic-drv&lt;y&gt; UDPTunnel
     1281        VBoxManage modifyvm "VM 02 on host 2" --nic-property&lt;y&gt; dest=10.0.0.1
     1282        VBoxManage modifyvm "VM 02 on host 2" --nic-property&lt;y&gt; sport=10002
     1283        VBoxManage modifyvm "VM 02 on host 2" --nic-property&lt;y&gt; dport=10001</screen>
    12841284
    12851285    <para>
     
    13531353<screen>VBoxManage modifyvm "VM name" --nic&lt;x&gt; generic</screen>
    13541354
    1355 <screen>VBoxManage modifyvm "VM name" --nicgenericdrv&lt;x&gt; VDE</screen>
     1355<screen>VBoxManage modifyvm "VM name" --nic-generic-drv&lt;x&gt; VDE</screen>
    13561356
    13571357        <para>
     
    13591359        </para>
    13601360
    1361 <screen>VBoxManage modifyvm "VM name" --nicproperty&lt;x&gt; network=/tmp/switch1</screen>
     1361<screen>VBoxManage modifyvm "VM name" --nic-property&lt;x&gt; network=/tmp/switch1</screen>
    13621362
    13631363        <para>
     
    13661366        </para>
    13671367
    1368 <screen>VBoxManage modifyvm "VM name" --nicproperty&lt;x&gt; network=/tmp/switch1[&lt;n&gt;]</screen>
     1368<screen>VBoxManage modifyvm "VM name" --nic-property&lt;x&gt; network=/tmp/switch1[&lt;n&gt;]</screen>
    13691369
    13701370        <para>
  • trunk/doc/manual/en_US/user_Technical.xml

    r82350 r92534  
    908908          and overhead. This can yield a performance improvement of up
    909909          to 5%. To enable this feature for a VM, you use the
    910           <command>VBoxManage modifyvm --largepages</command> command.
     910          <command>VBoxManage modifyvm --large-pages</command> command.
    911911          See <xref linkend="vboxmanage-modifyvm" />.
    912912        </para>
     
    929929        <para>
    930930          To enable these features for a VM, you use the
    931           <command>VBoxManage modifyvm --vtxvpid</command> and
    932           <command>VBoxManage modifyvm --largepages</command> commands.
     931          <command>VBoxManage modifyvm --vtx-vpid</command> and
     932          <command>VBoxManage modifyvm --large-pages</command> commands.
    933933          See <xref linkend="vboxmanage-modifyvm" />.
    934934        </para>
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r92432 r92534  
    744744          <computeroutput>0</computeroutput> means port 3389, the
    745745          standard port for RDP. See the description for the
    746           <computeroutput>--vrdeport</computeroutput> option in
    747           <xref
    748         linkend="vboxmanage-modifyvm-vrde" />.
     746          <computeroutput>--vrde-port</computeroutput> option in
     747          <xref  linkend="vboxmanage-modifyvm-vrde" />.
    749748        </para>
    750749      </listitem>
     
    767766              <computeroutput>0</computeroutput> means port 3389, the
    768767              standard port for RDP. See the description for the
    769               <computeroutput>--vrdeport</computeroutput> option in
    770               <xref
    771             linkend="vboxmanage-modifyvm-vrde" />.
     768              <computeroutput>--vrde-port</computeroutput> option in
     769              <xref linkend="vboxmanage-modifyvm-vrde" />.
    772770            </para>
    773771          </listitem>
     
    779777              specified, the server will accept connections only on the
    780778              specified host network interface. See the description for
    781               the <computeroutput>--vrdeaddress</computeroutput> option
    782               in
    783               <xref
    784             linkend="vboxmanage-modifyvm-vrde" />.
     779              the <computeroutput>--vrde-address</computeroutput> option
     780              in <xref linkend="vboxmanage-modifyvm-vrde" />.
    785781            </para>
    786782          </listitem>
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r92533 r92534  
    7575}
    7676#endif
     77
     78/**
     79 * Defines an option with two variants, producing two RTGETOPTDEF entries.
     80 *
     81 * This is mainly for replacing character-soup option names like
     82 * --natlocalhostreachable and --biossystemtimeoffset with more easily parsed
     83 * ones, like --nat-localhost-reachable and --bios-system-time-offset, without
     84 * removing the legacy name.
     85 */
     86#define OPT2(a_pszWordDashWord, a_pszWordSoup, a_chOptOrValue, a_fFlags) \
     87    { a_pszWordDashWord, a_chOptOrValue, a_fFlags }, \
     88    { a_pszWordSoup,     a_chOptOrValue, a_fFlags }
     89
     90/** A single option variant of OPT2 for better looking tables. */
     91#define OPT1(a_pszOption, a_chOptOrValue, a_fFlags) \
     92    { a_pszOption, a_chOptOrValue, a_fFlags }
    7793
    7894
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r92372 r92534  
    9393    MODIFYVM_UNPLUGCPU,
    9494    MODIFYVM_SETCPUID,
    95     MODIFYVM_SETCPUID_OLD,      // legacy (not yet deprecated)
    9695    MODIFYVM_DELCPUID,
    97     MODIFYVM_DELCPUID_OLD,      // legacy (not yet deprecated)
     96    MODIFYVM_DELCPUID_OLD,      // legacy, different syntax from MODIFYVM_DELCPUID
    9897    MODIFYVM_DELALLCPUID,
    9998    MODIFYVM_GRAPHICSCONTROLLER,
     
    255254static const RTGETOPTDEF g_aModifyVMOptions[] =
    256255{
    257 /** @todo Convert to dash separated names like --triple-fault-reset! Please
    258  *        do that for all new options as we don't need more character soups
    259  *        around VirtualBox - typedefs more than covers that demand! */
    260     { "--name",                     MODIFYVM_NAME,                      RTGETOPT_REQ_STRING },
    261     { "--groups",                   MODIFYVM_GROUPS,                    RTGETOPT_REQ_STRING },
    262     { "--description",              MODIFYVM_DESCRIPTION,               RTGETOPT_REQ_STRING },
    263     { "--ostype",                   MODIFYVM_OSTYPE,                    RTGETOPT_REQ_STRING },
    264     { "--iconfile",                 MODIFYVM_ICONFILE,                  RTGETOPT_REQ_STRING },
    265     { "--memory",                   MODIFYVM_MEMORY,                    RTGETOPT_REQ_UINT32 },
    266     { "--pagefusion",               MODIFYVM_PAGEFUSION,                RTGETOPT_REQ_BOOL_ONOFF },
    267     { "--vram",                     MODIFYVM_VRAM,                      RTGETOPT_REQ_UINT32 },
    268     { "--firmware",                 MODIFYVM_FIRMWARE,                  RTGETOPT_REQ_STRING },
    269     { "--acpi",                     MODIFYVM_ACPI,                      RTGETOPT_REQ_BOOL_ONOFF },
    270     { "--ioapic",                   MODIFYVM_IOAPIC,                    RTGETOPT_REQ_BOOL_ONOFF },
    271     { "--pae",                      MODIFYVM_PAE,                       RTGETOPT_REQ_BOOL_ONOFF },
    272     { "--longmode",                 MODIFYVM_LONGMODE,                  RTGETOPT_REQ_BOOL_ONOFF },
    273     { "--cpuid-portability-level",  MODIFYVM_CPUID_PORTABILITY,         RTGETOPT_REQ_UINT32 },
    274     { "--triplefaultreset",         MODIFYVM_TFRESET,                   RTGETOPT_REQ_BOOL_ONOFF },
    275     { "--apic",                     MODIFYVM_APIC,                      RTGETOPT_REQ_BOOL_ONOFF },
    276     { "--x2apic",                   MODIFYVM_X2APIC,                    RTGETOPT_REQ_BOOL_ONOFF },
    277     { "--paravirtprovider",         MODIFYVM_PARAVIRTPROVIDER,          RTGETOPT_REQ_STRING },
    278     { "--paravirtdebug",            MODIFYVM_PARAVIRTDEBUG,             RTGETOPT_REQ_STRING },
    279     { "--hwvirtex",                 MODIFYVM_HWVIRTEX,                  RTGETOPT_REQ_BOOL_ONOFF },
    280     { "--nestedpaging",             MODIFYVM_NESTEDPAGING,              RTGETOPT_REQ_BOOL_ONOFF },
    281     { "--largepages",               MODIFYVM_LARGEPAGES,                RTGETOPT_REQ_BOOL_ONOFF },
    282     { "--vtxvpid",                  MODIFYVM_VTXVPID,                   RTGETOPT_REQ_BOOL_ONOFF },
    283     { "--vtxux",                    MODIFYVM_VTXUX,                     RTGETOPT_REQ_BOOL_ONOFF },
    284     { "--virt-vmsave-vmload",       MODIFYVM_VIRT_VMSAVE_VMLOAD,        RTGETOPT_REQ_BOOL_ONOFF },
    285     { "--ibpb-on-vm-exit",          MODIFYVM_IBPB_ON_VM_EXIT,           RTGETOPT_REQ_BOOL_ONOFF },
    286     { "--ibpb-on-vm-entry",         MODIFYVM_IBPB_ON_VM_ENTRY,          RTGETOPT_REQ_BOOL_ONOFF },
    287     { "--spec-ctrl",                MODIFYVM_SPEC_CTRL,                 RTGETOPT_REQ_BOOL_ONOFF },
    288     { "--l1d-flush-on-sched",       MODIFYVM_L1D_FLUSH_ON_SCHED,        RTGETOPT_REQ_BOOL_ONOFF },
    289     { "--l1d-flush-on-vm-entry",    MODIFYVM_L1D_FLUSH_ON_VM_ENTRY,     RTGETOPT_REQ_BOOL_ONOFF },
    290     { "--mds-clear-on-sched",       MODIFYVM_MDS_CLEAR_ON_SCHED,        RTGETOPT_REQ_BOOL_ONOFF },
    291     { "--mds-clear-on-vm-entry",    MODIFYVM_MDS_CLEAR_ON_VM_ENTRY,     RTGETOPT_REQ_BOOL_ONOFF },
    292     { "--nested-hw-virt",           MODIFYVM_NESTED_HW_VIRT,            RTGETOPT_REQ_BOOL_ONOFF },
    293     { "--cpuid-set",                MODIFYVM_SETCPUID,                  RTGETOPT_REQ_UINT32_OPTIONAL_PAIR | RTGETOPT_FLAG_HEX },
    294     { "--cpuid-remove",             MODIFYVM_DELCPUID,                  RTGETOPT_REQ_UINT32_OPTIONAL_PAIR | RTGETOPT_FLAG_HEX },
    295     { "--cpuidset",                 MODIFYVM_SETCPUID_OLD,              RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_HEX }, /* legacy */
    296     { "--cpuidremove",              MODIFYVM_DELCPUID_OLD,              RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_HEX }, /* legacy */
    297     { "--cpuidremoveall",           MODIFYVM_DELALLCPUID,               RTGETOPT_REQ_NOTHING},
    298     { "--cpus",                     MODIFYVM_CPUS,                      RTGETOPT_REQ_UINT32 },
    299     { "--cpuhotplug",               MODIFYVM_CPUHOTPLUG,                RTGETOPT_REQ_BOOL_ONOFF },
    300     { "--cpu-profile",              MODIFYVM_CPU_PROFILE,               RTGETOPT_REQ_STRING },
    301     { "--plugcpu",                  MODIFYVM_PLUGCPU,                   RTGETOPT_REQ_UINT32 },
    302     { "--unplugcpu",                MODIFYVM_UNPLUGCPU,                 RTGETOPT_REQ_UINT32 },
    303     { "--cpuexecutioncap",          MODIFYVM_CPU_EXECTUION_CAP,         RTGETOPT_REQ_UINT32 },
    304     { "--rtcuseutc",                MODIFYVM_RTCUSEUTC,                 RTGETOPT_REQ_BOOL_ONOFF },
    305     { "--graphicscontroller",       MODIFYVM_GRAPHICSCONTROLLER,        RTGETOPT_REQ_STRING },
    306     { "--monitorcount",             MODIFYVM_MONITORCOUNT,              RTGETOPT_REQ_UINT32 },
    307     { "--accelerate3d",             MODIFYVM_ACCELERATE3D,              RTGETOPT_REQ_BOOL_ONOFF },
     256    OPT1("--name",                                                      MODIFYVM_NAME,                      RTGETOPT_REQ_STRING),
     257    OPT1("--groups",                                                    MODIFYVM_GROUPS,                    RTGETOPT_REQ_STRING),
     258    OPT1("--description",                                               MODIFYVM_DESCRIPTION,               RTGETOPT_REQ_STRING),
     259    OPT2("--os-type",                       "--ostype",                 MODIFYVM_OSTYPE,                    RTGETOPT_REQ_STRING),
     260    OPT2("--icon-file",                     "--iconfile",               MODIFYVM_ICONFILE,                  RTGETOPT_REQ_STRING),
     261    OPT1("--memory",                                                    MODIFYVM_MEMORY,                    RTGETOPT_REQ_UINT32),
     262    OPT2("--page-fusion",                   "--pagefusion",             MODIFYVM_PAGEFUSION,                RTGETOPT_REQ_BOOL_ONOFF),
     263    OPT1("--vram",                                                      MODIFYVM_VRAM,                      RTGETOPT_REQ_UINT32),
     264    OPT1("--firmware",                                                  MODIFYVM_FIRMWARE,                  RTGETOPT_REQ_STRING),
     265    OPT1("--acpi",                                                      MODIFYVM_ACPI,                      RTGETOPT_REQ_BOOL_ONOFF),
     266    OPT1("--ioapic",                                                    MODIFYVM_IOAPIC,                    RTGETOPT_REQ_BOOL_ONOFF),
     267    OPT1("--pae",                                                       MODIFYVM_PAE,                       RTGETOPT_REQ_BOOL_ONOFF),
     268    OPT2("--long-mode",                     "--longmode",               MODIFYVM_LONGMODE,                  RTGETOPT_REQ_BOOL_ONOFF),
     269    OPT1("--cpuid-portability-level",                                   MODIFYVM_CPUID_PORTABILITY,         RTGETOPT_REQ_UINT32),
     270    OPT2("--triple-fault-reset",            "--triplefaultreset",       MODIFYVM_TFRESET,                   RTGETOPT_REQ_BOOL_ONOFF),
     271    OPT1("--apic",                                                      MODIFYVM_APIC,                      RTGETOPT_REQ_BOOL_ONOFF),
     272    OPT1("--x2apic",                                                    MODIFYVM_X2APIC,                    RTGETOPT_REQ_BOOL_ONOFF),
     273    OPT2("--paravirt-provider",             "--paravirtprovider",       MODIFYVM_PARAVIRTPROVIDER,          RTGETOPT_REQ_STRING),
     274    OPT2("--paravirt-debug",                "--paravirtdebug",          MODIFYVM_PARAVIRTDEBUG,             RTGETOPT_REQ_STRING),
     275    OPT1("--hwvirtex",                                                  MODIFYVM_HWVIRTEX,                  RTGETOPT_REQ_BOOL_ONOFF),
     276    OPT2("--nested-paging",                 "--nestedpaging",           MODIFYVM_NESTEDPAGING,              RTGETOPT_REQ_BOOL_ONOFF),
     277    OPT2("--large-pages",                   "--largepages",             MODIFYVM_LARGEPAGES,                RTGETOPT_REQ_BOOL_ONOFF),
     278    OPT2("--vtx-vpid",                      "--vtxvpid",                MODIFYVM_VTXVPID,                   RTGETOPT_REQ_BOOL_ONOFF),
     279    OPT2("--vtx-ux",                        "--vtxux",                  MODIFYVM_VTXUX,                     RTGETOPT_REQ_BOOL_ONOFF),
     280    OPT1("--virt-vmsave-vmload",                                        MODIFYVM_VIRT_VMSAVE_VMLOAD,        RTGETOPT_REQ_BOOL_ONOFF),
     281    OPT1("--ibpb-on-vm-exit",                                           MODIFYVM_IBPB_ON_VM_EXIT,           RTGETOPT_REQ_BOOL_ONOFF),
     282    OPT1("--ibpb-on-vm-entry",                                          MODIFYVM_IBPB_ON_VM_ENTRY,          RTGETOPT_REQ_BOOL_ONOFF),
     283    OPT1("--spec-ctrl",                                                 MODIFYVM_SPEC_CTRL,                 RTGETOPT_REQ_BOOL_ONOFF),
     284    OPT1("--l1d-flush-on-sched",                                        MODIFYVM_L1D_FLUSH_ON_SCHED,        RTGETOPT_REQ_BOOL_ONOFF),
     285    OPT1("--l1d-flush-on-vm-entry",                                     MODIFYVM_L1D_FLUSH_ON_VM_ENTRY,     RTGETOPT_REQ_BOOL_ONOFF),
     286    OPT1("--mds-clear-on-sched",                                        MODIFYVM_MDS_CLEAR_ON_SCHED,        RTGETOPT_REQ_BOOL_ONOFF),
     287    OPT1("--mds-clear-on-vm-entry",                                     MODIFYVM_MDS_CLEAR_ON_VM_ENTRY,     RTGETOPT_REQ_BOOL_ONOFF),
     288    OPT1("--nested-hw-virt",                                            MODIFYVM_NESTED_HW_VIRT,            RTGETOPT_REQ_BOOL_ONOFF),
     289    OPT2("--cpuid-set",                     "--cpuidset",               MODIFYVM_SETCPUID,                  RTGETOPT_REQ_UINT32_OPTIONAL_PAIR | RTGETOPT_FLAG_HEX),
     290    OPT1("--cpuid-remove",                                              MODIFYVM_DELCPUID,                  RTGETOPT_REQ_UINT32_OPTIONAL_PAIR | RTGETOPT_FLAG_HEX),
     291    OPT1("--cpuidremove",                                               MODIFYVM_DELCPUID_OLD,              RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_HEX), /* legacy - syntax differs */
     292    OPT2("--cpuid-remove-all",              "--cpuidremoveall",         MODIFYVM_DELALLCPUID,               RTGETOPT_REQ_NOTHING),
     293    OPT1("--cpus",                                                      MODIFYVM_CPUS,                      RTGETOPT_REQ_UINT32),
     294    OPT2("--cpu-hotplug",                   "--cpuhotplug",             MODIFYVM_CPUHOTPLUG,                RTGETOPT_REQ_BOOL_ONOFF),
     295    OPT1("--cpu-profile",                                               MODIFYVM_CPU_PROFILE,               RTGETOPT_REQ_STRING),
     296    OPT2("--plug-cpu",                      "--plugcpu",                MODIFYVM_PLUGCPU,                   RTGETOPT_REQ_UINT32),
     297    OPT2("--unplug-cpu",                    "--unplugcpu",              MODIFYVM_UNPLUGCPU,                 RTGETOPT_REQ_UINT32),
     298    OPT2("--cpu-execution-cap",             "--cpuexecutioncap",        MODIFYVM_CPU_EXECTUION_CAP,         RTGETOPT_REQ_UINT32),
     299    OPT2("--rtc-use-utc",                   "--rtcuseutc",              MODIFYVM_RTCUSEUTC,                 RTGETOPT_REQ_BOOL_ONOFF),
     300    OPT2("--graphicscontroller",            "--graphicscontroller",     MODIFYVM_GRAPHICSCONTROLLER,        RTGETOPT_REQ_STRING),
     301    OPT2("--monitor-count",                 "--monitorcount",           MODIFYVM_MONITORCOUNT,              RTGETOPT_REQ_UINT32),
     302    OPT2("--accelerate-3d",                 "--accelerate3d",           MODIFYVM_ACCELERATE3D,              RTGETOPT_REQ_BOOL_ONOFF),
    308303#ifdef VBOX_WITH_VIDEOHWACCEL
    309     { "--accelerate2dvideo",        MODIFYVM_ACCELERATE2DVIDEO,         RTGETOPT_REQ_BOOL_ONOFF },
     304    OPT2("--accelerate-2d-video",           "--accelerate2dvideo",      MODIFYVM_ACCELERATE2DVIDEO,         RTGETOPT_REQ_BOOL_ONOFF),
    310305#endif
    311     { "--bioslogofadein",           MODIFYVM_BIOSLOGOFADEIN,            RTGETOPT_REQ_BOOL_ONOFF },
    312     { "--bioslogofadeout",          MODIFYVM_BIOSLOGOFADEOUT,           RTGETOPT_REQ_BOOL_ONOFF },
    313     { "--bioslogodisplaytime",      MODIFYVM_BIOSLOGODISPLAYTIME,       RTGETOPT_REQ_UINT32 },
    314     { "--bioslogoimagepath",        MODIFYVM_BIOSLOGOIMAGEPATH,         RTGETOPT_REQ_STRING },
    315     { "--biosbootmenu",             MODIFYVM_BIOSBOOTMENU,              RTGETOPT_REQ_STRING },
    316     { "--biossystemtimeoffset",     MODIFYVM_BIOSSYSTEMTIMEOFFSET,      RTGETOPT_REQ_INT64 },
    317     { "--biosapic",                 MODIFYVM_BIOSAPIC,                  RTGETOPT_REQ_STRING },
    318     { "--biospxedebug",             MODIFYVM_BIOSPXEDEBUG,              RTGETOPT_REQ_BOOL_ONOFF },
    319     { "--system-uuid-le",           MODIFYVM_SYSTEMUUIDLE,              RTGETOPT_REQ_BOOL_ONOFF },
    320     { "--boot",                     MODIFYVM_BOOT,                      RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    321     { "--hda",                      MODIFYVM_HDA,                       RTGETOPT_REQ_STRING }, /* deprecated */
    322     { "--hdb",                      MODIFYVM_HDB,                       RTGETOPT_REQ_STRING }, /* deprecated */
    323     { "--hdd",                      MODIFYVM_HDD,                       RTGETOPT_REQ_STRING }, /* deprecated */
    324     { "--idecontroller",            MODIFYVM_IDECONTROLLER,             RTGETOPT_REQ_STRING }, /* deprecated */
    325     { "--sataportcount",            MODIFYVM_SATAPORTCOUNT,             RTGETOPT_REQ_UINT32 }, /* deprecated */
    326     { "--sataport",                 MODIFYVM_SATAPORT,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX }, /* deprecated */
    327     { "--sata",                     MODIFYVM_SATA,                      RTGETOPT_REQ_STRING }, /* deprecated */
    328     { "--scsiport",                 MODIFYVM_SCSIPORT,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX }, /* deprecated */
    329     { "--scsitype",                 MODIFYVM_SCSITYPE,                  RTGETOPT_REQ_STRING }, /* deprecated */
    330     { "--scsi",                     MODIFYVM_SCSI,                      RTGETOPT_REQ_STRING }, /* deprecated */
    331     { "--dvdpassthrough",           MODIFYVM_DVDPASSTHROUGH,            RTGETOPT_REQ_STRING }, /* deprecated */
    332     { "--dvd",                      MODIFYVM_DVD,                       RTGETOPT_REQ_STRING }, /* deprecated */
    333     { "--floppy",                   MODIFYVM_FLOPPY,                    RTGETOPT_REQ_STRING }, /* deprecated */
    334     { "--nictracefile",             MODIFYVM_NICTRACEFILE,              RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    335     { "--nictrace",                 MODIFYVM_NICTRACE,                  RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    336     { "--nicproperty",              MODIFYVM_NICPROPERTY,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    337     { "--nictype",                  MODIFYVM_NICTYPE,                   RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    338     { "--nicspeed",                 MODIFYVM_NICSPEED,                  RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_INDEX },
    339     { "--nicbootprio",              MODIFYVM_NICBOOTPRIO,               RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_INDEX },
    340     { "--nicpromisc",               MODIFYVM_NICPROMISC,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    341     { "--nicbandwidthgroup",        MODIFYVM_NICBWGROUP,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    342     { "--nic",                      MODIFYVM_NIC,                       RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    343     { "--cableconnected",           MODIFYVM_CABLECONNECTED,            RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    344     { "--bridgeadapter",            MODIFYVM_BRIDGEADAPTER,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    345     { "--hostonlyadapter",          MODIFYVM_HOSTONLYADAPTER,           RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
     306    OPT2("--bios-logo-fade-in",             "--bioslogofadein",         MODIFYVM_BIOSLOGOFADEIN,            RTGETOPT_REQ_BOOL_ONOFF),
     307    OPT2("--bios-logo-fade-out",            "--bioslogofadeout",        MODIFYVM_BIOSLOGOFADEOUT,           RTGETOPT_REQ_BOOL_ONOFF),
     308    OPT2("--bios-logo-display-time",        "--bioslogodisplaytime",    MODIFYVM_BIOSLOGODISPLAYTIME,       RTGETOPT_REQ_UINT32),
     309    OPT2("--bios-logo-image-path",          "--bioslogoimagepath",      MODIFYVM_BIOSLOGOIMAGEPATH,         RTGETOPT_REQ_STRING),
     310    OPT2("--bios-boot-menu",                "--biosbootmenu",           MODIFYVM_BIOSBOOTMENU,              RTGETOPT_REQ_STRING),
     311    OPT2("--bios-system-time-offset",       "--biossystemtimeoffset",   MODIFYVM_BIOSSYSTEMTIMEOFFSET,      RTGETOPT_REQ_INT64),
     312    OPT2("--bios-apic",                     "--biosapic",               MODIFYVM_BIOSAPIC,                  RTGETOPT_REQ_STRING),
     313    OPT2("--bios-pxe-debug",                "--biospxedebug",           MODIFYVM_BIOSPXEDEBUG,              RTGETOPT_REQ_BOOL_ONOFF),
     314    OPT2("--system-uuid-le",                "--system-uuid-le",         MODIFYVM_SYSTEMUUIDLE,              RTGETOPT_REQ_BOOL_ONOFF),
     315    OPT1("--boot",                                                      MODIFYVM_BOOT,                      RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     316    OPT1("--hda",                                                       MODIFYVM_HDA,                       RTGETOPT_REQ_STRING), /* deprecated */
     317    OPT1("--hdb",                                                       MODIFYVM_HDB,                       RTGETOPT_REQ_STRING), /* deprecated */
     318    OPT1("--hdd",                                                       MODIFYVM_HDD,                       RTGETOPT_REQ_STRING), /* deprecated */
     319    OPT2("--idec-ontroller",                "--idecontroller",          MODIFYVM_IDECONTROLLER,             RTGETOPT_REQ_STRING), /* deprecated */
     320    OPT2("--sata-port-count",               "--sataportcount",          MODIFYVM_SATAPORTCOUNT,             RTGETOPT_REQ_UINT32), /* deprecated */
     321    OPT2("--sata-port",                     "--sataport",               MODIFYVM_SATAPORT,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX), /* deprecated */
     322    OPT1("--sata",                                                      MODIFYVM_SATA,                      RTGETOPT_REQ_STRING), /* deprecated */
     323    OPT2("--scsi-port",                     "--scsiport",               MODIFYVM_SCSIPORT,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX), /* deprecated */
     324    OPT2("--scsi-type",                     "--scsitype",               MODIFYVM_SCSITYPE,                  RTGETOPT_REQ_STRING), /* deprecated */
     325    OPT1("--scsi",                                                      MODIFYVM_SCSI,                      RTGETOPT_REQ_STRING), /* deprecated */
     326    OPT2("--dvd-pass-through",              "--dvdpassthrough",         MODIFYVM_DVDPASSTHROUGH,            RTGETOPT_REQ_STRING), /* deprecated */
     327    OPT1("--dvd",                                                       MODIFYVM_DVD,                       RTGETOPT_REQ_STRING), /* deprecated */
     328    OPT1("--floppy",                                                    MODIFYVM_FLOPPY,                    RTGETOPT_REQ_STRING), /* deprecated */
     329    OPT2("--nic-trace-file",                "--nictracefile",           MODIFYVM_NICTRACEFILE,              RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     330    OPT2("--nic-trace",                     "--nictrace",               MODIFYVM_NICTRACE,                  RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     331    OPT2("--nic-property",                  "--nicproperty",            MODIFYVM_NICPROPERTY,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     332    OPT2("--nic-type",                      "--nictype",                MODIFYVM_NICTYPE,                   RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     333    OPT2("--nic-speed",                     "--nicspeed",               MODIFYVM_NICSPEED,                  RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_INDEX),
     334    OPT2("--nic-boot-prio",                 "--nicbootprio",            MODIFYVM_NICBOOTPRIO,               RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_INDEX),
     335    OPT2("--nic-promisc",                   "--nicpromisc",             MODIFYVM_NICPROMISC,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     336    OPT2("--nic-bandwidth-group",           "--nicbandwidthgroup",      MODIFYVM_NICBWGROUP,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     337    OPT1("--nic",                                                       MODIFYVM_NIC,                       RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     338    OPT2("--cable-connected",               "--cableconnected",         MODIFYVM_CABLECONNECTED,            RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     339    OPT2("--bridge-adapter",                "--bridgeadapter",          MODIFYVM_BRIDGEADAPTER,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     340    OPT2("--host-only-adapter",             "--hostonlyadapter",        MODIFYVM_HOSTONLYADAPTER,           RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
    346341#ifdef VBOX_WITH_VMNET
    347     { "--hostonlynet",              MODIFYVM_HOSTONLYNET,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    348 #endif /* VBOX_WITH_VMNET */
    349     { "--intnet",                   MODIFYVM_INTNET,                    RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    350     { "--nicgenericdrv",            MODIFYVM_GENERICDRV,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    351     { "--nat-network",              MODIFYVM_NATNETWORKNAME,            RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    352     { "--natnetwork",               MODIFYVM_NATNETWORKNAME,            RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX }, /* deprecated */
    353     { "--natnet",                   MODIFYVM_NATNET,                    RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    354     { "--natbindip",                MODIFYVM_NATBINDIP,                 RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    355     { "--natsettings",              MODIFYVM_NATSETTINGS,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    356     { "--natpf",                    MODIFYVM_NATPF,                     RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    357     { "--nataliasmode",             MODIFYVM_NATALIASMODE,              RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    358     { "--nattftpprefix",            MODIFYVM_NATTFTPPREFIX,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    359     { "--nattftpfile",              MODIFYVM_NATTFTPFILE,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    360     { "--nattftpserver",            MODIFYVM_NATTFTPSERVER,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    361     { "--natdnspassdomain",         MODIFYVM_NATDNSPASSDOMAIN,          RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    362     { "--natdnsproxy",              MODIFYVM_NATDNSPROXY,               RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    363     { "--natdnshostresolver",       MODIFYVM_NATDNSHOSTRESOLVER,        RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    364     { "--natlocalhostreachable",    MODIFYVM_NATLOCALHOSTREACHABLE,     RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX },
    365     { "--macaddress",               MODIFYVM_MACADDRESS,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    366     { "--mouse",                    MODIFYVM_HIDPTR,                    RTGETOPT_REQ_STRING },
    367     { "--keyboard",                 MODIFYVM_HIDKBD,                    RTGETOPT_REQ_STRING },
    368     { "--uartmode",                 MODIFYVM_UARTMODE,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    369     { "--uarttype",                 MODIFYVM_UARTTYPE,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    370     { "--uart",                     MODIFYVM_UART,                      RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
     342    OPT2("--host-only-net",                 "--hostonlynet",            MODIFYVM_HOSTONLYNET,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     343#endif
     344    OPT1("--intnet",                                                    MODIFYVM_INTNET,                    RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     345    OPT2("--nic-generic-drv",               "--nicgenericdrv",          MODIFYVM_GENERICDRV,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     346    OPT2("--nat-network",                   "--natnetwork",             MODIFYVM_NATNETWORKNAME,            RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     347    OPT2("--nat-net",                       "--natnet",                 MODIFYVM_NATNET,                    RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     348    OPT2("--nat-bind-ip",                   "--natbindip",              MODIFYVM_NATBINDIP,                 RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     349    OPT2("--nat-settings",                  "--natsettings",            MODIFYVM_NATSETTINGS,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     350    OPT2("--nat-pf",                        "--natpf",                  MODIFYVM_NATPF,                     RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     351    OPT2("--nat-alias-mode",                "--nataliasmode",           MODIFYVM_NATALIASMODE,              RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     352    OPT2("--nat-tftp-prefix",               "--nattftpprefix",          MODIFYVM_NATTFTPPREFIX,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     353    OPT2("--nat-tftp-file",                 "--nattftpfile",            MODIFYVM_NATTFTPFILE,               RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     354    OPT2("--nat-tftp-server",               "--nattftpserver",          MODIFYVM_NATTFTPSERVER,             RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     355    OPT2("--nat-dns-pass-domain",           "--natdnspassdomain",       MODIFYVM_NATDNSPASSDOMAIN,          RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     356    OPT2("--nat-dns-proxy",                 "--natdnsproxy",            MODIFYVM_NATDNSPROXY,               RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     357    OPT2("--nat-dns-host-resolver",         "--natdnshostresolver",     MODIFYVM_NATDNSHOSTRESOLVER,        RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     358    OPT2("--nat-localhostreachable",        "--natlocalhostreachable",  MODIFYVM_NATLOCALHOSTREACHABLE,     RTGETOPT_REQ_BOOL_ONOFF | RTGETOPT_FLAG_INDEX),
     359    OPT2("--mac-address",                   "--macaddress",             MODIFYVM_MACADDRESS,                RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     360    OPT1("--mouse",                                                     MODIFYVM_HIDPTR,                    RTGETOPT_REQ_STRING),
     361    OPT1("--keyboard",                                                  MODIFYVM_HIDKBD,                    RTGETOPT_REQ_STRING),
     362    OPT2("--uart-mode",                     "--uartmode",               MODIFYVM_UARTMODE,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     363    OPT2("--uart-type",                     "--uarttype",               MODIFYVM_UARTTYPE,                  RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     364    OPT1("--uart",                                                      MODIFYVM_UART,                      RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
    371365#if defined(RT_OS_LINUX) || defined(RT_OS_WINDOWS)
    372     { "--lptmode",                  MODIFYVM_LPTMODE,                   RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    373     { "--lpt",                      MODIFYVM_LPT,                       RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
     366    OPT2("--lpt-mode",                      "--lptmode",                MODIFYVM_LPTMODE,                   RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
     367    OPT1("--lpt",                                                       MODIFYVM_LPT,                       RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX),
    374368#endif
    375     { "--guestmemoryballoon",       MODIFYVM_GUESTMEMORYBALLOON,        RTGETOPT_REQ_UINT32 },
    376     { "--audiocontroller",          MODIFYVM_AUDIOCONTROLLER,           RTGETOPT_REQ_STRING },
    377     { "--audiocodec",               MODIFYVM_AUDIOCODEC,                RTGETOPT_REQ_STRING },
    378     { "--audio",                    MODIFYVM_AUDIO,                     RTGETOPT_REQ_STRING },
    379     { "--audioin",                  MODIFYVM_AUDIOIN,                   RTGETOPT_REQ_BOOL_ONOFF },
    380     { "--audioout",                 MODIFYVM_AUDIOOUT,                  RTGETOPT_REQ_BOOL_ONOFF },
     369    OPT2("--guest-memory-balloon",          "--guestmemoryballoon",     MODIFYVM_GUESTMEMORYBALLOON,        RTGETOPT_REQ_UINT32),
     370    OPT2("--audio-controller",              "--audiocontroller",        MODIFYVM_AUDIOCONTROLLER,           RTGETOPT_REQ_STRING),
     371    OPT2("--audio-codec",                   "--audiocodec",             MODIFYVM_AUDIOCODEC,                RTGETOPT_REQ_STRING),
     372    OPT1("--audio",                                                     MODIFYVM_AUDIO,                     RTGETOPT_REQ_STRING),
     373    OPT2("--audio-in",                      "--audioin",                MODIFYVM_AUDIOIN,                   RTGETOPT_REQ_BOOL_ONOFF),
     374    OPT2("--audio-out",                     "--audioout",               MODIFYVM_AUDIOOUT,                  RTGETOPT_REQ_BOOL_ONOFF),
    381375#ifdef VBOX_WITH_SHARED_CLIPBOARD
    382     { "--clipboard-mode",           MODIFYVM_CLIPBOARD_MODE,            RTGETOPT_REQ_STRING },
    383     { "--clipboard",                MODIFYVM_CLIPBOARD_MODE,            RTGETOPT_REQ_STRING },     /* deprecated */
     376    OPT1("--clipboard-mode",                                            MODIFYVM_CLIPBOARD_MODE,            RTGETOPT_REQ_STRING),
     377    OPT1("--clipboard",                                                 MODIFYVM_CLIPBOARD_MODE,            RTGETOPT_REQ_STRING),     /* deprecated */
    384378# ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
    385     { "--clipboard-file-transfers", MODIFYVM_CLIPBOARD_FILE_TRANSFERS,  RTGETOPT_REQ_STRING },
     379    OPT1("--clipboard-file-transfers",                                  MODIFYVM_CLIPBOARD_FILE_TRANSFERS,  RTGETOPT_REQ_STRING),
    386380# endif
    387381#endif
    388     { "--draganddrop",              MODIFYVM_DRAGANDDROP,               RTGETOPT_REQ_STRING },
    389     { "--vrdpport",                 MODIFYVM_VRDPPORT,                  RTGETOPT_REQ_STRING },     /* deprecated */
    390     { "--vrdpaddress",              MODIFYVM_VRDPADDRESS,               RTGETOPT_REQ_STRING },     /* deprecated */
    391     { "--vrdpauthtype",             MODIFYVM_VRDPAUTHTYPE,              RTGETOPT_REQ_STRING },     /* deprecated */
    392     { "--vrdpmulticon",             MODIFYVM_VRDPMULTICON,              RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    393     { "--vrdpreusecon",             MODIFYVM_VRDPREUSECON,              RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    394     { "--vrdpvideochannel",         MODIFYVM_VRDPVIDEOCHANNEL,          RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    395     { "--vrdpvideochannelquality",  MODIFYVM_VRDPVIDEOCHANNELQUALITY,   RTGETOPT_REQ_STRING },     /* deprecated */
    396     { "--vrdp",                     MODIFYVM_VRDP,                      RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    397     { "--vrdeproperty",             MODIFYVM_VRDEPROPERTY,              RTGETOPT_REQ_STRING },
    398     { "--vrdeport",                 MODIFYVM_VRDEPORT,                  RTGETOPT_REQ_STRING },
    399     { "--vrdeaddress",              MODIFYVM_VRDEADDRESS,               RTGETOPT_REQ_STRING },
    400     { "--vrdeauthtype",             MODIFYVM_VRDEAUTHTYPE,              RTGETOPT_REQ_STRING },
    401     { "--vrdeauthlibrary",          MODIFYVM_VRDEAUTHLIBRARY,           RTGETOPT_REQ_STRING },
    402     { "--vrdemulticon",             MODIFYVM_VRDEMULTICON,              RTGETOPT_REQ_BOOL_ONOFF },
    403     { "--vrdereusecon",             MODIFYVM_VRDEREUSECON,              RTGETOPT_REQ_BOOL_ONOFF },
    404     { "--vrdevideochannel",         MODIFYVM_VRDEVIDEOCHANNEL,          RTGETOPT_REQ_BOOL_ONOFF },
    405     { "--vrdevideochannelquality",  MODIFYVM_VRDEVIDEOCHANNELQUALITY,   RTGETOPT_REQ_STRING },
    406     { "--vrdeextpack",              MODIFYVM_VRDE_EXTPACK,              RTGETOPT_REQ_STRING },
    407     { "--vrde",                     MODIFYVM_VRDE,                      RTGETOPT_REQ_BOOL_ONOFF },
    408     { "--usbrename",                MODIFYVM_USBRENAME,                 RTGETOPT_REQ_STRING },
    409     { "--usbxhci",                  MODIFYVM_USBXHCI,                   RTGETOPT_REQ_BOOL_ONOFF },
    410     { "--usbehci",                  MODIFYVM_USBEHCI,                   RTGETOPT_REQ_BOOL_ONOFF },
    411     { "--usbohci",                  MODIFYVM_USBOHCI,                   RTGETOPT_REQ_BOOL_ONOFF },
    412     { "--usb",                      MODIFYVM_USBOHCI,                   RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    413     { "--snapshotfolder",           MODIFYVM_SNAPSHOTFOLDER,            RTGETOPT_REQ_STRING },
    414     { "--teleporter",               MODIFYVM_TELEPORTER_ENABLED,        RTGETOPT_REQ_BOOL_ONOFF },
    415     { "--teleporterenabled",        MODIFYVM_TELEPORTER_ENABLED,        RTGETOPT_REQ_BOOL_ONOFF }, /* deprecated */
    416     { "--teleporterport",           MODIFYVM_TELEPORTER_PORT,           RTGETOPT_REQ_UINT32 },
    417     { "--teleporteraddress",        MODIFYVM_TELEPORTER_ADDRESS,        RTGETOPT_REQ_STRING },
    418     { "--teleporterpassword",       MODIFYVM_TELEPORTER_PASSWORD,       RTGETOPT_REQ_STRING },
    419     { "--teleporterpasswordfile",   MODIFYVM_TELEPORTER_PASSWORD_FILE,  RTGETOPT_REQ_STRING },
    420     { "--tracing-enabled",          MODIFYVM_TRACING_ENABLED,           RTGETOPT_REQ_BOOL_ONOFF },
    421     { "--tracing-config",           MODIFYVM_TRACING_CONFIG,            RTGETOPT_REQ_STRING },
    422     { "--tracing-allow-vm-access",  MODIFYVM_TRACING_ALLOW_VM_ACCESS,   RTGETOPT_REQ_BOOL_ONOFF },
    423     { "--hardwareuuid",             MODIFYVM_HARDWARE_UUID,             RTGETOPT_REQ_STRING },
    424     { "--hpet",                     MODIFYVM_HPET,                      RTGETOPT_REQ_BOOL_ONOFF },
    425     { "--iocache",                  MODIFYVM_IOCACHE,                   RTGETOPT_REQ_BOOL_ONOFF },
    426     { "--iocachesize",              MODIFYVM_IOCACHESIZE,               RTGETOPT_REQ_UINT32 },
    427     { "--chipset",                  MODIFYVM_CHIPSET,                   RTGETOPT_REQ_STRING },
     382    OPT2("--drag-and-drop",                 "--draganddrop",            MODIFYVM_DRAGANDDROP,               RTGETOPT_REQ_STRING),
     383    OPT2("--vrdp-port",                     "--vrdpport",               MODIFYVM_VRDPPORT,                  RTGETOPT_REQ_STRING),     /* deprecated */
     384    OPT2("--vrdp-address",                  "--vrdpaddress",            MODIFYVM_VRDPADDRESS,               RTGETOPT_REQ_STRING),     /* deprecated */
     385    OPT2("--vrdp-auth-type",                "--vrdpauthtype",           MODIFYVM_VRDPAUTHTYPE,              RTGETOPT_REQ_STRING),     /* deprecated */
     386    OPT2("--vrdp-multi-con",                "--vrdpmulticon",           MODIFYVM_VRDPMULTICON,              RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     387    OPT2("--vrdp-reuse-con",                "--vrdpreusecon",           MODIFYVM_VRDPREUSECON,              RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     388    OPT2("--vrdp-video-channel",            "--vrdpvideochannel",       MODIFYVM_VRDPVIDEOCHANNEL,          RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     389    OPT2("--vrdp-video-channel-quality",    "--vrdpvideochannelquality",MODIFYVM_VRDPVIDEOCHANNELQUALITY,   RTGETOPT_REQ_STRING),     /* deprecated */
     390    OPT1("--vrdp",                                                      MODIFYVM_VRDP,                      RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     391    OPT2("--vrde-property",                 "--vrdeproperty",           MODIFYVM_VRDEPROPERTY,              RTGETOPT_REQ_STRING),
     392    OPT2("--vrde-port",                     "--vrdeport",               MODIFYVM_VRDEPORT,                  RTGETOPT_REQ_STRING),
     393    OPT2("--vrde-address",                  "--vrdeaddress",            MODIFYVM_VRDEADDRESS,               RTGETOPT_REQ_STRING),
     394    OPT2("--vrde-auth-type",                "--vrdeauthtype",           MODIFYVM_VRDEAUTHTYPE,              RTGETOPT_REQ_STRING),
     395    OPT2("--vrde-auth-library",             "--vrdeauthlibrary",        MODIFYVM_VRDEAUTHLIBRARY,           RTGETOPT_REQ_STRING),
     396    OPT2("--vrde-multi-con",                "--vrdemulticon",           MODIFYVM_VRDEMULTICON,              RTGETOPT_REQ_BOOL_ONOFF),
     397    OPT2("--vrde-reuse-con",                "--vrdereusecon",           MODIFYVM_VRDEREUSECON,              RTGETOPT_REQ_BOOL_ONOFF),
     398    OPT2("--vrde-video-channel",            "--vrdevideochannel",       MODIFYVM_VRDEVIDEOCHANNEL,          RTGETOPT_REQ_BOOL_ONOFF),
     399    OPT2("--vrde-video-channel-quality",    "--vrdevideochannelquality",MODIFYVM_VRDEVIDEOCHANNELQUALITY,   RTGETOPT_REQ_STRING),
     400    OPT2("--vrde-extpack",                  "--vrdeextpack",            MODIFYVM_VRDE_EXTPACK,              RTGETOPT_REQ_STRING),
     401    OPT1("--vrde",                                                      MODIFYVM_VRDE,                      RTGETOPT_REQ_BOOL_ONOFF),
     402    OPT2("--usb-rename",                    "--usbrename",              MODIFYVM_USBRENAME,                 RTGETOPT_REQ_STRING),
     403    OPT2("--usb-xhci",                      "--usbxhci",                MODIFYVM_USBXHCI,                   RTGETOPT_REQ_BOOL_ONOFF),
     404    OPT2("--usb-ehci",                      "--usbehci",                MODIFYVM_USBEHCI,                   RTGETOPT_REQ_BOOL_ONOFF),
     405    OPT2("--usb-ohci",                      "--usbohci",                MODIFYVM_USBOHCI,                   RTGETOPT_REQ_BOOL_ONOFF),
     406    OPT1("--usb",                                                       MODIFYVM_USBOHCI,                   RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     407    OPT2("--snapshot-folder",               "--snapshotfolder",         MODIFYVM_SNAPSHOTFOLDER,            RTGETOPT_REQ_STRING),
     408    OPT1("--teleporter",                                                MODIFYVM_TELEPORTER_ENABLED,        RTGETOPT_REQ_BOOL_ONOFF),
     409    OPT2("--teleporter-enabled",            "--teleporterenabled",      MODIFYVM_TELEPORTER_ENABLED,        RTGETOPT_REQ_BOOL_ONOFF), /* deprecated */
     410    OPT2("--teleporter-port",               "--teleporterport",         MODIFYVM_TELEPORTER_PORT,           RTGETOPT_REQ_UINT32),
     411    OPT2("--teleporter-address",            "--teleporteraddress",      MODIFYVM_TELEPORTER_ADDRESS,        RTGETOPT_REQ_STRING),
     412    OPT2("--teleporter-password",           "--teleporterpassword",     MODIFYVM_TELEPORTER_PASSWORD,       RTGETOPT_REQ_STRING),
     413    OPT2("--teleporter-password-file",      "--teleporterpasswordfile", MODIFYVM_TELEPORTER_PASSWORD_FILE,  RTGETOPT_REQ_STRING),
     414    OPT1("--tracing-enabled",                                           MODIFYVM_TRACING_ENABLED,           RTGETOPT_REQ_BOOL_ONOFF),
     415    OPT1("--tracing-config",                                            MODIFYVM_TRACING_CONFIG,            RTGETOPT_REQ_STRING),
     416    OPT1("--tracing-allow-vm-access",                                   MODIFYVM_TRACING_ALLOW_VM_ACCESS,   RTGETOPT_REQ_BOOL_ONOFF),
     417    OPT2("--hardware-uuid",                 "--hardwareuuid",                            MODIFYVM_HARDWARE_UUID,             RTGETOPT_REQ_STRING),
     418    OPT1("--hpet",                                                      MODIFYVM_HPET,                      RTGETOPT_REQ_BOOL_ONOFF),
     419    OPT1("--iocache",                                                   MODIFYVM_IOCACHE,                   RTGETOPT_REQ_BOOL_ONOFF),
     420    OPT2("--iocache-size",                  "--iocachesize",            MODIFYVM_IOCACHESIZE,               RTGETOPT_REQ_UINT32),
     421    OPT1("--chipset",                                                   MODIFYVM_CHIPSET,                   RTGETOPT_REQ_STRING),
    428422#if defined(VBOX_WITH_IOMMU_AMD) || defined(VBOX_WITH_IOMMU_INTEL)
    429     { "--iommu",                    MODIFYVM_IOMMU,                     RTGETOPT_REQ_STRING },
     423    OPT1("--iommu",                                                     MODIFYVM_IOMMU,                     RTGETOPT_REQ_STRING),
    430424#endif
    431425#if defined(VBOX_WITH_TPM)
    432     { "--tpm-type",                 MODIFYVM_TPM_TYPE,                  RTGETOPT_REQ_STRING },
    433     { "--tpm-location",             MODIFYVM_TPM_LOCATION,              RTGETOPT_REQ_STRING },
     426    OPT1("--tpm-type",                                                  MODIFYVM_TPM_TYPE,                  RTGETOPT_REQ_STRING),
     427    OPT1("--tpm-location",                                              MODIFYVM_TPM_LOCATION,              RTGETOPT_REQ_STRING),
    434428#endif
    435429#ifdef VBOX_WITH_RECORDING
    436     { "--recording",                MODIFYVM_RECORDING,                 RTGETOPT_REQ_BOOL_ONOFF },
    437     { "--recordingscreens",         MODIFYVM_RECORDING_SCREENS,         RTGETOPT_REQ_STRING },
    438     { "--recordingfile",            MODIFYVM_RECORDING_FILENAME,        RTGETOPT_REQ_STRING },
    439     { "--recordingmaxtime",         MODIFYVM_RECORDING_MAXTIME,         RTGETOPT_REQ_INT32  },
    440     { "--recordingmaxsize",         MODIFYVM_RECORDING_MAXSIZE,         RTGETOPT_REQ_INT32  },
    441     { "--recordingopts",            MODIFYVM_RECORDING_OPTIONS,         RTGETOPT_REQ_STRING },
    442     { "--recordingoptions",         MODIFYVM_RECORDING_OPTIONS,         RTGETOPT_REQ_STRING },
    443     { "--recordingvideores",        MODIFYVM_RECORDING_VIDEO_RES,       RTGETOPT_REQ_STRING },
    444     { "--recordingvideoresolution", MODIFYVM_RECORDING_VIDEO_RES,       RTGETOPT_REQ_STRING },
    445     { "--recordingvideorate",       MODIFYVM_RECORDING_VIDEO_RATE,      RTGETOPT_REQ_UINT32 },
    446     { "--recordingvideofps",        MODIFYVM_RECORDING_VIDEO_FPS,       RTGETOPT_REQ_UINT32 },
     430    OPT1("--recording",                                                 MODIFYVM_RECORDING,                 RTGETOPT_REQ_BOOL_ONOFF),
     431    OPT2("--recording-screens",             "--recordingscreens",       MODIFYVM_RECORDING_SCREENS,         RTGETOPT_REQ_STRING),
     432    OPT2("--recording-file",                "--recordingfile",          MODIFYVM_RECORDING_FILENAME,        RTGETOPT_REQ_STRING),
     433    OPT2("--recording-max-time",            "--recordingmaxtime",       MODIFYVM_RECORDING_MAXTIME,         RTGETOPT_REQ_INT32),
     434    OPT2("--recording-max-size",            "--recordingmaxsize",       MODIFYVM_RECORDING_MAXSIZE,         RTGETOPT_REQ_INT32),
     435    OPT2("--recording-opts",                "--recordingopts",          MODIFYVM_RECORDING_OPTIONS,         RTGETOPT_REQ_STRING),
     436    OPT2("--recording-options",             "--recordingoptions",       MODIFYVM_RECORDING_OPTIONS,         RTGETOPT_REQ_STRING),
     437    OPT2("--recording-video-res",           "--recordingvideores",      MODIFYVM_RECORDING_VIDEO_RES,       RTGETOPT_REQ_STRING),
     438    OPT2("--recording-video-resolution",    "--recordingvideoresolution",MODIFYVM_RECORDING_VIDEO_RES,      RTGETOPT_REQ_STRING),
     439    OPT2("--recording-video-rate",          "--recordingvideorate",     MODIFYVM_RECORDING_VIDEO_RATE,      RTGETOPT_REQ_UINT32),
     440    OPT2("--recording-video-fps",           "--recordingvideofps",      MODIFYVM_RECORDING_VIDEO_FPS,       RTGETOPT_REQ_UINT32),
    447441#endif
    448     { "--autostart-enabled",        MODIFYVM_AUTOSTART_ENABLED,         RTGETOPT_REQ_BOOL_ONOFF },
    449     { "--autostart-delay",          MODIFYVM_AUTOSTART_DELAY,           RTGETOPT_REQ_UINT32 },
    450     { "--autostop-type",            MODIFYVM_AUTOSTOP_TYPE,             RTGETOPT_REQ_STRING },
     442    OPT1("--autostart-enabled",                                         MODIFYVM_AUTOSTART_ENABLED,         RTGETOPT_REQ_BOOL_ONOFF),
     443    OPT1("--autostart-delay",                                           MODIFYVM_AUTOSTART_DELAY,           RTGETOPT_REQ_UINT32),
     444    OPT1("--autostop-type",                                             MODIFYVM_AUTOSTOP_TYPE,             RTGETOPT_REQ_STRING),
    451445#ifdef VBOX_WITH_PCI_PASSTHROUGH
    452     { "--pciattach",                MODIFYVM_ATTACH_PCI,                RTGETOPT_REQ_STRING },
    453     { "--pcidetach",                MODIFYVM_DETACH_PCI,                RTGETOPT_REQ_STRING },
     446    OPT2("--pci-attach",                    "--pciattach",              MODIFYVM_ATTACH_PCI,                RTGETOPT_REQ_STRING),
     447    OPT2("--pci-detach",                    "--pcidetach",              MODIFYVM_DETACH_PCI,                RTGETOPT_REQ_STRING),
    454448#endif
    455449#ifdef VBOX_WITH_USB_CARDREADER
    456     { "--usbcardreader",            MODIFYVM_USBCARDREADER,             RTGETOPT_REQ_BOOL_ONOFF },
     450    OPT2("--usb-card-reader",               "--usbcardreader",          MODIFYVM_USBCARDREADER,             RTGETOPT_REQ_BOOL_ONOFF),
    457451#endif
    458     { "--defaultfrontend",          MODIFYVM_DEFAULTFRONTEND,           RTGETOPT_REQ_STRING },
    459     { "--vm-process-priority",      MODIFYVM_VMPROC_PRIORITY,           RTGETOPT_REQ_STRING },
     452    OPT2("--default-frontend",              "--defaultfrontend",        MODIFYVM_DEFAULTFRONTEND,           RTGETOPT_REQ_STRING),
     453    OPT1("--vm-process-priority",                                       MODIFYVM_VMPROC_PRIORITY,           RTGETOPT_REQ_STRING),
    460454};
    461455
     
    793787
    794788            case MODIFYVM_SETCPUID:
    795             case MODIFYVM_SETCPUID_OLD:
    796789            {
    797790                uint32_t const idx    = c == MODIFYVM_SETCPUID ?  ValueUnion.PairU32.uFirst  : ValueUnion.u32;
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