- Timestamp:
- Nov 21, 2021 5:32:22 PM (3 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r89774 r92534 972 972 runtime to specify the name of the file in which to log the 973 973 trace. Otherwise, use the <command>VBoxManage modifyvm 974 --nic tracefile<replaceable>N</replaceable>=<replaceable>filename</replaceable></command>974 --nic-trace-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></command> 975 975 command to specify the name of the file. 976 976 </para> … … 1300 1300 </para> 1301 1301 <para> 1302 Also see the <option>--vrde port</option> option description in1302 Also see the <option>--vrde-port</option> option description in 1303 1303 <xref linkend="vboxmanage-modifyvm" />. 1304 1304 </para> … … 1326 1326 is the standard RDP port, <literal>3389</literal>. 1327 1327 </para><para> 1328 Also see the <option>--vrde port</option> option description1328 Also see the <option>--vrde-port</option> option description 1329 1329 in <xref linkend="vboxmanage-modifyvm" />. 1330 1330 </para></listitem> … … 1335 1335 specified host network interface. 1336 1336 </para><para> 1337 Also see the <option>--vrde address</option> option1337 Also see the <option>--vrde-address</option> option 1338 1338 description in <xref linkend="vboxmanage-modifyvm" />. 1339 1339 </para></listitem> -
trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml
r89917 r92534 276 276 <term>--interface=<replaceable>ifname</replaceable></term> 277 277 <listitem><para>The host only interface name. This would be same value 278 as you would use for the <command>VBoxManage modifyvm --host onlyadapter</command>278 as you would use for the <command>VBoxManage modifyvm --host-only-adapter</command> 279 279 option when configuring a VM to use a host-only network. The value 280 280 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 46 46 <arg>--groups= <arg choice="plain"><replaceable>group</replaceable> [,<replaceable>group</replaceable>...]</arg></arg> 47 47 <arg>--description=<replaceable>description</replaceable></arg> 48 <arg>--os type=<replaceable>OS-type</replaceable></arg>49 <arg>--icon file=<replaceable>filename</replaceable></arg>48 <arg>--os-type=<replaceable>OS-type</replaceable></arg> 49 <arg>--icon-file=<replaceable>filename</replaceable></arg> 50 50 <arg>--memory=<replaceable>size-in-MB</replaceable></arg> 51 <arg>--page fusion=<group choice="plain">51 <arg>--page-fusion=<group choice="plain"> 52 52 <arg choice="plain">on</arg> 53 53 <arg choice="plain">off</arg> … … 62 62 <arg choice="plain">off</arg> 63 63 </group></arg> 64 <arg>--hardware uuid=<replaceable>UUID</replaceable></arg>64 <arg>--hardware-uuid=<replaceable>UUID</replaceable></arg> 65 65 <arg>--cpus=<replaceable>CPU-count</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 executioncap=<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> 73 73 <arg>--pae=<group choice="plain"> 74 74 <arg choice="plain">on</arg> 75 75 <arg choice="plain">off</arg> 76 76 </group></arg> 77 <arg>--long mode=<group choice="plain">77 <arg>--long-mode=<group choice="plain"> 78 78 <arg choice="plain">on</arg> 79 79 <arg choice="plain">off</arg> … … 121 121 <arg choice="plain">off</arg> 122 122 </group></arg> 123 <arg>--triple faultreset=<group choice="plain">123 <arg>--triple-fault-reset=<group choice="plain"> 124 124 <arg choice="plain">on</arg> 125 125 <arg choice="plain">off</arg> … … 133 133 <arg choice="plain">off</arg> 134 134 </group></arg> 135 <arg>--paravirt provider=<group choice="plain">135 <arg>--paravirt-provider=<group choice="plain"> 136 136 <arg choice="plain">none</arg> 137 137 <arg choice="plain">default</arg> … … 141 141 <arg choice="plain">kvm</arg> 142 142 </group></arg> 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">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"> 157 157 <arg choice="plain">on</arg> 158 158 <arg choice="plain">off</arg> … … 166 166 <arg choice="plain">off</arg> 167 167 </group></arg> 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 2dvideo=<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"> 173 173 <arg choice="plain">on</arg> 174 174 <arg choice="plain">off</arg> … … 194 194 <arg choice="plain"><replaceable>location</replaceable></arg> 195 195 </group></arg> 196 <arg>--bios logofadein=<group choice="plain">197 <arg choice="plain">on</arg> 198 <arg choice="plain">off</arg> 199 </group></arg> 200 <arg>--bios logofadeout=<group choice="plain">201 <arg choice="plain">on</arg> 202 <arg choice="plain">off</arg> 203 </group></arg> 204 <arg>--bios logodisplaytime=<replaceable>msec</replaceable></arg>205 <arg>--bios logoimagepath=<replaceable>pathname</replaceable></arg>206 <arg>--bios bootmenu=<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"> 207 207 <arg choice="plain">disabled</arg> 208 208 <arg choice="plain">menuonly</arg> 209 209 <arg choice="plain">messageandmenu</arg> 210 210 </group></arg> 211 <arg>--bios apic=<group choice="plain">211 <arg>--bios-apic=<group choice="plain"> 212 212 <arg choice="plain">disabled</arg> 213 213 <arg choice="plain">apic</arg> 214 214 <arg choice="plain">x2apic</arg> 215 215 </group></arg> 216 <arg>--bios systemtimeoffset=<replaceable>msec</replaceable></arg>217 <arg>--bios pxedebug=<group choice="plain">216 <arg>--bios-system-time-offset=<replaceable>msec</replaceable></arg> 217 <arg>--bios-pxe-debug=<group choice="plain"> 218 218 <arg choice="plain">on</arg> 219 219 <arg choice="plain">off</arg> … … 230 230 <arg choice="plain">net</arg> 231 231 </group></arg> 232 <arg>--rtc useutc=<group choice="plain">232 <arg>--rtc-use-utc=<group choice="plain"> 233 233 <arg choice="plain">on</arg> 234 234 <arg choice="plain">off</arg> … … 240 240 <arg choice="plain">vboxsvga</arg> 241 241 </group></arg> 242 <arg>--snapshot folder=<group choice="plain">242 <arg>--snapshot-folder=<group choice="plain"> 243 243 <arg choice="plain">default</arg> 244 244 <arg choice="plain"><replaceable>pathname</replaceable></arg> … … 250 250 <arg choice="plain">efi64</arg> 251 251 </group></arg> 252 <arg>--guest memoryballoon=<replaceable>size-in-MB</replaceable></arg>253 <arg>--default frontend=<group choice="plain">252 <arg>--guest-memory-balloon=<replaceable>size-in-MB</replaceable></arg> 253 <arg>--default-frontend=<group choice="plain"> 254 254 <arg choice="plain">default</arg> 255 255 <arg choice="plain"><replaceable>name</replaceable></arg> … … 284 284 <arg choice="plain">natnetwork</arg> 285 285 </group></arg> 286 <arg>--nic type<replaceable>N</replaceable>=<group choice="plain">286 <arg>--nic-type<replaceable>N</replaceable>=<group choice="plain"> 287 287 <arg choice="plain">Am79C970A</arg> 288 288 <arg choice="plain">Am79C973</arg> … … 292 292 <arg choice="plain">virtio</arg> 293 293 </group></arg> 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 tracefile<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 bootprio<replaceable>N</replaceable>=<replaceable>priority</replaceable></arg>306 <arg>--nic promisc<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"> 307 307 <arg choice="plain">deny</arg> 308 308 <arg choice="plain">allow-vms</arg> 309 309 <arg choice="plain">allow-all</arg> 310 310 </group></arg> 311 <arg>--nic bandwidthgroup<replaceable>N</replaceable>=<group choice="plain">311 <arg>--nic-bandwidth-group<replaceable>N</replaceable>=<group choice="plain"> 312 312 <arg choice="plain">none</arg> 313 313 <arg choice="plain"><replaceable>name</replaceable></arg> 314 314 </group></arg> 315 <arg>--bridge adapter<replaceable>N</replaceable>=<group choice="plain">315 <arg>--bridge-adapter<replaceable>N</replaceable>=<group choice="plain"> 316 316 <arg choice="plain">none</arg> 317 317 <arg choice="plain"><replaceable>device-name</replaceable></arg> 318 318 </group></arg> 319 <arg>--host onlyadapter<replaceable>N</replaceable>=<group choice="plain">319 <arg>--host-only-adapter<replaceable>N</replaceable>=<group choice="plain"> 320 320 <arg choice="plain">none</arg> 321 321 <arg choice="plain"><replaceable>device-name</replaceable></arg> 322 322 </group></arg> 323 <arg>--host onlynet<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg>323 <arg>--host-only-net<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg> 324 324 <arg>--intnet<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg> 325 325 <arg>--nat-network<replaceable>N</replaceable>=<replaceable>network-name</replaceable></arg> 326 <arg>--nic genericdrv<replaceable>N</replaceable>=<replaceable>driver-name</replaceable></arg>327 <arg>--mac address<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"> 328 328 <arg choice="plain">auto</arg> 329 329 <arg choice="plain"><replaceable>MAC-address</replaceable></arg> … … 337 337 <arg choice="plain"><replaceable>vmname</replaceable></arg> 338 338 </group> 339 <arg>--nat net<replaceable>N</replaceable>=<group choice="plain">339 <arg>--nat-net<replaceable>N</replaceable>=<group choice="plain"> 340 340 <arg choice="plain"><replaceable>network</replaceable></arg> 341 341 <arg choice="plain">default</arg> 342 342 </group></arg> 343 <arg>--nat pf<replaceable>N</replaceable>=<group choice="plain">343 <arg>--nat-pf<replaceable>N</replaceable>=<group choice="plain"> 344 344 <arg choice="plain">[<replaceable>rule-name</replaceable>],tcp</arg> 345 345 <arg choice="plain">udp,[<replaceable>host-IP</replaceable>],<replaceable>hostport</replaceable>,[<replaceable>guest-IP</replaceable>],<replaceable>guestport</replaceable></arg> 346 346 </group></arg> 347 <arg>--nat pf<replaceable>N</replaceable>=delete=<replaceable>rule-name</replaceable></arg>348 <arg>--nat tftpprefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></arg>349 <arg>--nat tftpfile<replaceable>N</replaceable>=<replaceable>filename</replaceable></arg>350 <arg>--nat tftpserver<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>351 <arg>--nat bindip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></arg>352 <arg>--nat dnspassdomain<replaceable>N</replaceable>=<group choice="plain">353 <arg choice="plain">on</arg> 354 <arg choice="plain">off</arg> 355 </group></arg> 356 <arg>--nat dnsproxy<replaceable>N</replaceable>=<group choice="plain">357 <arg choice="plain">on</arg> 358 <arg choice="plain">off</arg> 359 </group></arg> 360 <arg>--nat dnshostresolver<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 aliasmode<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"> 370 370 <arg choice="plain">default</arg> 371 371 <arg choice="plain">[log],[proxyonly],[sameports]</arg> … … 393 393 <arg choice="plain"><replaceable>IO-base</replaceable> <replaceable>IRQ</replaceable></arg> 394 394 </group></arg> 395 <arg>--uart mode<replaceable>N</replaceable>=<group choice="plain">395 <arg>--uart-mode<replaceable>N</replaceable>=<group choice="plain"> 396 396 <arg choice="plain">disconnected</arg> 397 397 <arg choice="plain">server <replaceable>pipe</replaceable></arg> … … 402 402 <arg choice="plain"><replaceable>device-name</replaceable></arg> 403 403 </group></arg> 404 <arg>--uart type<replaceable>N</replaceable>=<group choice="plain">404 <arg>--uart-type<replaceable>N</replaceable>=<group choice="plain"> 405 405 <arg choice="plain">16450</arg> 406 406 <arg choice="plain">16550A</arg> 407 407 <arg choice="plain">16750</arg> 408 408 </group></arg> 409 <arg>--lpt mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></arg>409 <arg>--lpt-mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></arg> 410 410 <arg>--lpt<replaceable>N</replaceable>=<group choice="plain"> 411 411 <arg choice="plain">off</arg> … … 421 421 <arg choice="plain">coreaudio</arg> 422 422 </group></arg> 423 <arg>--audio controller=<group choice="plain">423 <arg>--audio-controller=<group choice="plain"> 424 424 <arg choice="plain">ac97</arg> 425 425 <arg choice="plain">hda</arg> 426 426 <arg choice="plain">sb16</arg> 427 427 </group></arg> 428 <arg>--audio codec=<group choice="plain">428 <arg>--audio-codec=<group choice="plain"> 429 429 <arg choice="plain">stac9700</arg> 430 430 <arg choice="plain">ad1980</arg> … … 432 432 <arg choice="plain">sb16</arg> 433 433 </group></arg> 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">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"> 439 439 <arg choice="plain">on</arg> 440 440 <arg choice="plain">off</arg> … … 449 449 The implementation is not finished, so postpone documenting until it 450 450 actually is ready for users. --> 451 <arg>--drag anddrop=<group choice="plain">451 <arg>--drag-and-drop=<group choice="plain"> 452 452 <arg choice="plain">disabled</arg> 453 453 <arg choice="plain">hosttoguest</arg> … … 455 455 <arg choice="plain">bidirectional</arg> 456 456 </group></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>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> 471 471 </cmdsynopsis> 472 472 … … 481 481 <arg choice="plain">off</arg> 482 482 </group></arg> 483 <arg>--recording screens=<group choice="plain">483 <arg>--recording-screens=<group choice="plain"> 484 484 <arg choice="plain">all</arg> 485 485 <arg choice="plain"><replaceable>screen-ID</replaceable> [<replaceable>screen-ID</replaceable>...]</arg> 486 486 </group></arg> 487 <arg>--recording file=<replaceable>filename</replaceable></arg>488 <arg>--recording maxsize=<replaceable>MB</replaceable></arg>489 <arg>--recording maxtime=<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 videofps=<replaceable>fps</replaceable></arg>492 <arg>--recording videorate=<replaceable>rate</replaceable></arg>493 <arg>--recording videores=<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> 494 494 </cmdsynopsis> 495 495 … … 504 504 <arg choice="plain">off</arg> 505 505 </group></arg> 506 <arg>--vrde property=<replaceable>property-name</replaceable>= <arg><replaceable>property-value</replaceable></arg></arg>507 <arg>--vrde extpack=<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"> 508 508 <arg choice="plain">default</arg> 509 509 <arg choice="plain"><replaceable>name</replaceable></arg> 510 510 </group></arg> 511 <arg>--vrde port=<replaceable>port</replaceable></arg>512 <arg>--vrde address=<replaceable>hostip</replaceable></arg>513 <arg>--vrde authtype=<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"> 514 514 <arg choice="plain">null</arg> 515 515 <arg choice="plain">external</arg> 516 516 <arg choice="plain">guest</arg> 517 517 </group></arg> 518 <arg>--vrde authlibrary=<group choice="plain">518 <arg>--vrde-auth-library=<group choice="plain"> 519 519 <arg choice="plain">default</arg> 520 520 <arg choice="plain"><replaceable>name</replaceable></arg> 521 521 </group></arg> 522 <arg>--vrde multicon=<group choice="plain">523 <arg choice="plain">on</arg> 524 <arg choice="plain">off</arg> 525 </group></arg> 526 <arg>--vrde reusecon=<group choice="plain">527 <arg choice="plain">on</arg> 528 <arg choice="plain">off</arg> 529 </group></arg> 530 <arg>--vrde videochannel=<group choice="plain">531 <arg choice="plain">on</arg> 532 <arg choice="plain">off</arg> 533 </group></arg> 534 <arg>--vrde videochannelquality=<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> 535 535 </cmdsynopsis> 536 536 … … 545 545 <arg choice="plain">off</arg> 546 546 </group></arg> 547 <arg>--teleporter port=<replaceable>port</replaceable></arg>548 <arg>--teleporter address=<group choice="plain">547 <arg>--teleporter-port=<replaceable>port</replaceable></arg> 548 <arg>--teleporter-address=<group choice="plain"> 549 549 <arg choice="plain"><replaceable>address</replaceable></arg> 550 550 <arg choice="plain">empty</arg> 551 551 </group></arg> 552 <arg>--teleporter password=<replaceable>password</replaceable></arg>553 <arg>--teleporter passwordfile=<group choice="plain">552 <arg>--teleporter-password=<replaceable>password</replaceable></arg> 553 <arg>--teleporter-password-file=<group choice="plain"> 554 554 <arg choice="plain"><replaceable>filename</replaceable></arg> 555 555 <arg choice="plain">stdin</arg> … … 558 558 <arg>--cpuid-set=<replaceable>leaf</replaceable><arg>:<replaceable>subleaf</replaceable></arg> <replaceable>eax</replaceable> <replaceable>ebx</replaceable> <replaceable>ecx</replaceable> <replaceable>edx</replaceable></arg> 559 559 <arg>--cpuid-remove=<replaceable>leaf</replaceable><arg>:<replaceable>subleaf</replaceable></arg></arg> 560 <arg>--cpuid removeall</arg>560 <arg>--cpuid-remove-all</arg> 561 561 </cmdsynopsis> 562 562 … … 584 584 <arg choice="plain"><replaceable>vmname</replaceable></arg> 585 585 </group> 586 <arg>--usb cardreader=<group choice="plain">586 <arg>--usb-card-reader=<group choice="plain"> 587 587 <arg choice="plain">on</arg> 588 588 <arg choice="plain">off</arg> … … 614 614 <arg choice="plain"><replaceable>vmname</replaceable></arg> 615 615 </group> 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>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> 618 618 </cmdsynopsis> 619 619 </refsynopsisdiv> … … 685 685 </varlistentry> 686 686 <varlistentry> 687 <term><option>--os type=<replaceable>OS-type</replaceable></option></term>687 <term><option>--os-type=<replaceable>OS-type</replaceable></option></term> 688 688 <listitem><para> 689 689 Specifies the guest operating system (OS) information for … … 693 693 </varlistentry> 694 694 <varlistentry> 695 <term><option>--icon file=<replaceable>filename</replaceable></option></term>695 <term><option>--icon-file=<replaceable>filename</replaceable></option></term> 696 696 <listitem><para> 697 697 Specifies the path to the VM icon file in PNG format … … 709 709 </varlistentry> 710 710 <varlistentry> 711 <term><option>--page fusion=on | off</option></term>711 <term><option>--page-fusion=on | off</option></term> 712 712 <listitem><para> 713 713 Enables or disables the Page Fusion feature, which is … … 740 740 </varlistentry> 741 741 <varlistentry> 742 <term><option>--hardware uuid=<replaceable>uuid</replaceable></option></term>742 <term><option>--hardware-uuid=<replaceable>uuid</replaceable></option></term> 743 743 <listitem><para> 744 744 Specifies the Universally Unique Identifier (UUID) to … … 763 763 </varlistentry> 764 764 <varlistentry> 765 <term><option>--cpu hotplug=on | off</option></term>765 <term><option>--cpu-hotplug=on | off</option></term> 766 766 <listitem><para> 767 767 Enables or disables CPU hot-plugging. When enabled, you … … 771 771 </varlistentry> 772 772 <varlistentry> 773 <term><option>--plug cpu=<replaceable>CPU-ID</replaceable></option></term>773 <term><option>--plug-cpu=<replaceable>CPU-ID</replaceable></option></term> 774 774 <listitem><para> 775 775 Adds a virtual CPU to the VM. … … 784 784 </varlistentry> 785 785 <varlistentry> 786 <term><option>--unplug cpu=<replaceable>CPU-ID</replaceable></option></term>786 <term><option>--unplug-cpu=<replaceable>CPU-ID</replaceable></option></term> 787 787 <listitem><para> 788 788 Removes a virtual CPU from the VM. … … 815 815 </varlistentry> 816 816 <varlistentry> 817 <term><option>--long mode=on | off</option></term>817 <term><option>--long-mode=on | off</option></term> 818 818 <listitem><para> 819 819 Enables or disables long mode. See … … 906 906 </varlistentry> 907 907 <varlistentry> 908 <term><option>--triple faultreset=on | off</option></term>908 <term><option>--triple-fault-reset=on | off</option></term> 909 909 <listitem><para> 910 910 Enables or disables the resetting of the guest VM instead … … 938 938 </varlistentry> 939 939 <varlistentry> 940 <term><option>--paravirt provider=none | default | legacy | minimal | hyperv | kvm</option></term>940 <term><option>--paravirt-provider=none | default | legacy | minimal | hyperv | kvm</option></term> 941 941 <listitem><para> 942 942 Specifies one of the following paravirtualization … … 973 973 </varlistentry> 974 974 <varlistentry> 975 <term><option>--paravirt debug=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term>975 <term><option>--paravirt-debug=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term> 976 976 <listitem><para> 977 977 Specifies debugging properties that are specific to the … … 981 981 </varlistentry> 982 982 <varlistentry> 983 <term><option>--nested paging=on | off</option></term>983 <term><option>--nested-paging=on | off</option></term> 984 984 <listitem><para> 985 985 Enables or disables the nested paging feature in the … … 991 991 </varlistentry> 992 992 <varlistentry> 993 <term><option>--large pages=on | off</option></term>993 <term><option>--large-pages=on | off</option></term> 994 994 <listitem><para> 995 995 Enables or disables the hypervisor's use of large pages, … … 1001 1001 </varlistentry> 1002 1002 <varlistentry> 1003 <term><option>--vtx vpid=on | off</option></term>1003 <term><option>--vtx-vpid=on | off</option></term> 1004 1004 <listitem><para> 1005 1005 Enables or disables the use of the tagged TLB (VPID) … … 1010 1010 </varlistentry> 1011 1011 <varlistentry> 1012 <term><option>--vtx ux=on | off</option></term>1012 <term><option>--vtx-ux=on | off</option></term> 1013 1013 <listitem><para> 1014 1014 Enables or disables the use of unrestricted guest mode for … … 1128 1128 </varlistentry> 1129 1129 <varlistentry> 1130 <term><option>--bios logofadein=on | off</option></term>1130 <term><option>--bios-logo-fade-in=on | off</option></term> 1131 1131 <listitem><para> 1132 1132 Specifies whether the BIOS logo fades in on VM startup. By … … 1135 1135 </varlistentry> 1136 1136 <varlistentry> 1137 <term><option>--bios logofadeout=on | off</option></term>1137 <term><option>--bios-logo-fade-out=on | off</option></term> 1138 1138 <listitem><para> 1139 1139 Specifies whether the BIOS logo fades out on VM startup. … … 1141 1141 </varlistentry> 1142 1142 <varlistentry> 1143 <term><option>--bios logodisplaytime=<replaceable>msec</replaceable></option></term>1143 <term><option>--bios-logo-display-time=<replaceable>msec</replaceable></option></term> 1144 1144 <listitem><para> 1145 1145 Specifies the amount of time in milliseconds that the BIOS … … 1148 1148 </varlistentry> 1149 1149 <varlistentry> 1150 <term><option>--bios logoimagepath=<replaceable>pathname</replaceable></option></term>1150 <term><option>--bios-logo-image-path=<replaceable>pathname</replaceable></option></term> 1151 1151 <listitem><para> 1152 1152 Replaces the existing BIOS logo with a different image. … … 1158 1158 </varlistentry> 1159 1159 <varlistentry> 1160 <term><option>--bios bootmenu=disabled | menuonly | messageandmenu</option></term>1160 <term><option>--bios-boot-menu=disabled | menuonly | messageandmenu</option></term> 1161 1161 <listitem><para> 1162 1162 Specifies whether the BIOS permits you to select a … … 1181 1181 </varlistentry> 1182 1182 <varlistentry> 1183 <term><option>--bios apic=x2apic | apic | disabled</option></term>1183 <term><option>--bios-apic=x2apic | apic | disabled</option></term> 1184 1184 <listitem><para> 1185 1185 Specifies the APIC level of the firmware. Valid values … … 1201 1201 </varlistentry> 1202 1202 <varlistentry> 1203 <term><option>--bios systemtimeoffset=<replaceable>msec</replaceable></option></term>1203 <term><option>--bios-system-time-offset=<replaceable>msec</replaceable></option></term> 1204 1204 <listitem><para> 1205 1205 Specifies the time offset in milliseconds of the guest VM … … 1210 1210 </varlistentry> 1211 1211 <varlistentry> 1212 <term><option>--bios pxedebug=on | off</option></term>1212 <term><option>--bios-pxe-debug=on | off</option></term> 1213 1213 <listitem><para> 1214 1214 Enables or disables additional debugging output when using … … 1248 1248 </varlistentry> 1249 1249 <varlistentry> 1250 <term><option>--rtc useutc=on | off</option></term>1250 <term><option>--rtc-use-utc=on | off</option></term> 1251 1251 <listitem><para> 1252 1252 Specifies whether the real-time clock (RTC) uses … … 1263 1263 </varlistentry> 1264 1264 <varlistentry> 1265 <term><option>--snapshot folder=default | <replaceable>pathname</replaceable></option></term>1265 <term><option>--snapshot-folder=default | <replaceable>pathname</replaceable></option></term> 1266 1266 <listitem><para> 1267 1267 Specifies the name of the VM's snapshot storage folder. If … … 1282 1282 </varlistentry> 1283 1283 <varlistentry> 1284 <term><option>--guest memoryballoon=<replaceable>size</replaceable></option></term>1284 <term><option>--guest-memory-balloon=<replaceable>size</replaceable></option></term> 1285 1285 <listitem><para> 1286 1286 Specifies the size of the guest memory balloon. The guest … … 1294 1294 </varlistentry> 1295 1295 <varlistentry> 1296 <term><option>--default frontend=default | <replaceable>name</replaceable></option></term>1296 <term><option>--default-frontend=default | <replaceable>name</replaceable></option></term> 1297 1297 <listitem><para> 1298 1298 Specifies the default frontend to use when starting the … … 1393 1393 </varlistentry> 1394 1394 <varlistentry> 1395 <term><option>--nic type<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> 1396 1396 <listitem><para> 1397 1397 Identifies the type of networking hardware that … … 1428 1428 </varlistentry> 1429 1429 <varlistentry> 1430 <term><option>--cable connected<replaceable>N</replaceable>=on | off</option></term>1430 <term><option>--cable-connected<replaceable>N</replaceable>=on | off</option></term> 1431 1431 <listitem><para> 1432 1432 Temporarily disconnects a virtual network interface, as if … … 1437 1437 </varlistentry> 1438 1438 <varlistentry> 1439 <term><option>--nic trace<replaceable>N</replaceable>=on | off</option></term>1439 <term><option>--nic-trace<replaceable>N</replaceable>=on | off</option></term> 1440 1440 <listitem><para> 1441 1441 Enables or disables network tracing for the specified … … 1444 1444 </varlistentry> 1445 1445 <varlistentry> 1446 <term><option>--nic tracefile<replaceable>N</replaceable>=<replaceable>filename</replaceable></option></term>1446 <term><option>--nic-trace-file<replaceable>N</replaceable>=<replaceable>filename</replaceable></option></term> 1447 1447 <listitem><para> 1448 1448 Specifies the absolute path of the file in which to write … … 1452 1452 </varlistentry> 1453 1453 <varlistentry> 1454 <term><option>--nic property<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> 1455 1455 <listitem><para> 1456 1456 Enables you to set property values and pass them to rarely 1457 1457 used network backends. To use this option, you must also 1458 use the <option>--nic genericdrv</option> option.1458 use the <option>--nic-generic-drv</option> option. 1459 1459 </para><para> 1460 1460 These properties are specific to the backend engine and … … 1465 1465 </varlistentry> 1466 1466 <varlistentry> 1467 <term><option>--nic speed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></option></term>1467 <term><option>--nic-speed<replaceable>N</replaceable>=<replaceable>kbps</replaceable></option></term> 1468 1468 <listitem><para> 1469 1469 Specifies the throughput rate in kilobits per second for … … 1475 1475 </varlistentry> 1476 1476 <varlistentry> 1477 <term><option>--nic bootprio<replaceable>N</replaceable>=<replaceable>priority</replaceable></option></term>1477 <term><option>--nic-boot-prio<replaceable>N</replaceable>=<replaceable>priority</replaceable></option></term> 1478 1478 <listitem><para> 1479 1479 Assigns a priority to each NIC that determines the order … … 1491 1491 </varlistentry> 1492 1492 <varlistentry> 1493 <term><option>--nic promisc<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> 1494 1494 <listitem><para> 1495 1495 Enables you to specify whether to deny or allow … … 1514 1514 </varlistentry> 1515 1515 <varlistentry> 1516 <term><option>--nic bandwidthgroup<replaceable>N</replaceable>=none | <replaceable>name</replaceable></option></term>1516 <term><option>--nic-bandwidth-group<replaceable>N</replaceable>=none | <replaceable>name</replaceable></option></term> 1517 1517 <listitem><para> 1518 1518 Adds or removes a bandwidth group assignment to the … … 1534 1534 </varlistentry> 1535 1535 <varlistentry> 1536 <term><option>--bridge adapter<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> 1537 1537 <listitem><para> 1538 1538 Specifies the host interface to use for the specified … … 1544 1544 </varlistentry> 1545 1545 <varlistentry> 1546 <term><option>--host onlyadapter<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> 1547 1547 <listitem><para> 1548 1548 Specifies which host-only networking interface to use for … … 1574 1574 </varlistentry> 1575 1575 <varlistentry> 1576 <term><option>--nic genericdrv<replaceable>N</replaceable>=<replaceable>backend-driver</replaceable></option></term>1576 <term><option>--nic-generic-drv<replaceable>N</replaceable>=<replaceable>backend-driver</replaceable></option></term> 1577 1577 <listitem><para> 1578 1578 Enables you to access rarely used networking sub-modes, … … 1583 1583 </varlistentry> 1584 1584 <varlistentry> 1585 <term><option>--mac address<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> 1586 1586 <listitem><para> 1587 1587 Specifies the MAC address of the specified network adapter … … 1601 1601 <variablelist> 1602 1602 <varlistentry> 1603 <term><option>--nat net<replaceable>N</replaceable>=default | <replaceable>network</replaceable></option></term>1603 <term><option>--nat-net<replaceable>N</replaceable>=default | <replaceable>network</replaceable></option></term> 1604 1604 <listitem><para> 1605 1605 Specifies the IP address range to use for this network. … … 1610 1610 </varlistentry> 1611 1611 <varlistentry> 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>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> 1613 1613 <listitem><para> 1614 1614 Specifies the NAT port-forwarding rule to use. See … … 1617 1617 </varlistentry> 1618 1618 <varlistentry> 1619 <term><option>--nat pf<replaceable>N</replaceable>=delete <replaceable>name</replaceable></option></term>1619 <term><option>--nat-pf<replaceable>N</replaceable>=delete <replaceable>name</replaceable></option></term> 1620 1620 <listitem><para> 1621 1621 Specifies the NAT port-forwarding rule to delete. See … … 1624 1624 </varlistentry> 1625 1625 <varlistentry> 1626 <term><option>--nat tftpprefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></option></term>1626 <term><option>--nat-tftp-prefix<replaceable>N</replaceable>=<replaceable>prefix</replaceable></option></term> 1627 1627 <listitem><para> 1628 1628 Specifies a prefix to use for the built-in TFTP server. … … 1633 1633 </varlistentry> 1634 1634 <varlistentry> 1635 <term><option>--nat tftpfile<replaceable>N</replaceable>=<replaceable>boot-file</replaceable></option></term>1635 <term><option>--nat-tftp-file<replaceable>N</replaceable>=<replaceable>boot-file</replaceable></option></term> 1636 1636 <listitem><para> 1637 1637 Specifies the name of the TFT boot file. See … … 1640 1640 </varlistentry> 1641 1641 <varlistentry> 1642 <term><option>--nat tftpserver<replaceable>N</replaceable>=<replaceable>tftp-server</replaceable></option></term>1642 <term><option>--nat-tftp-server<replaceable>N</replaceable>=<replaceable>tftp-server</replaceable></option></term> 1643 1643 <listitem><para> 1644 1644 Specifies the address of the TFTP server from which to … … 1647 1647 </varlistentry> 1648 1648 <varlistentry> 1649 <term><option>--nat bindip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></option></term>1649 <term><option>--nat-bind-ip<replaceable>N</replaceable>=<replaceable>IP-address</replaceable></option></term> 1650 1650 <listitem><para> 1651 1651 Specifies an alternate IP address to which the NAT engine … … 1657 1657 </varlistentry> 1658 1658 <varlistentry> 1659 <term><option>--nat dnspassdomain<replaceable>N</replaceable>=on | off</option></term>1659 <term><option>--nat-dns-pass-domain<replaceable>N</replaceable>=on | off</option></term> 1660 1660 <listitem><para> 1661 1661 Specifies whether the built-in DHCP server passes the … … 1664 1664 </varlistentry> 1665 1665 <varlistentry> 1666 <term><option>--nat dnsproxy<replaceable>N</replaceable>=on | off</option></term>1666 <term><option>--nat-dns-proxy<replaceable>N</replaceable>=on | off</option></term> 1667 1667 <listitem><para> 1668 1668 Specifies whether the NAT engine is the proxy for all … … 1672 1672 </varlistentry> 1673 1673 <varlistentry> 1674 <term><option>--nat dnshostresolver<replaceable>N</replaceable>=on | off</option></term>1674 <term><option>--nat-dns-host-resolver<replaceable>N</replaceable>=on | off</option></term> 1675 1675 <listitem><para> 1676 1676 Specifies whether the NAT engine uses the host system's … … 1680 1680 </varlistentry> 1681 1681 <varlistentry> 1682 <term><option>--nat localhostreachable<replaceable>N</replaceable>=on | off</option></term>1682 <term><option>--nat-localhostreachable<replaceable>N</replaceable>=on | off</option></term> 1683 1683 <listitem><para> 1684 1684 Specifies whether the NAT engine allows traffic from the guest directed to … … 1687 1687 </varlistentry> 1688 1688 <varlistentry> 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>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> 1690 1690 <listitem><para> 1691 1691 Specifies values for tuning NAT performance. See … … 1694 1694 </varlistentry> 1695 1695 <varlistentry> 1696 <term><option>--nat aliasmode<replaceable>N</replaceable>=default | [log],[proxyonly],[sameports]</option></term>1696 <term><option>--nat-alias-mode<replaceable>N</replaceable>=default | [log],[proxyonly],[sameports]</option></term> 1697 1697 <listitem><para> 1698 1698 Specifies the behavior of the NAT engine core as follows: … … 1758 1758 </varlistentry> 1759 1759 <varlistentry> 1760 <term><option>--uart mode<replaceable>N</replaceable>=<replaceable>mode</replaceable></option></term>1760 <term><option>--uart-mode<replaceable>N</replaceable>=<replaceable>mode</replaceable></option></term> 1761 1761 <listitem><para> 1762 1762 Specifies how &product-name; connects the specified … … 1843 1843 </varlistentry> 1844 1844 <varlistentry> 1845 <term><option>--uart type<replaceable>N</replaceable>=<replaceable>UART-type</replaceable></option></term>1845 <term><option>--uart-type<replaceable>N</replaceable>=<replaceable>UART-type</replaceable></option></term> 1846 1846 <listitem><para> 1847 1847 Configures the UART type for the specified virtual serial … … 1853 1853 </varlistentry> 1854 1854 <varlistentry> 1855 <term><option>--lpt mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></option></term>1855 <term><option>--lpt-mode<replaceable>N</replaceable>=<replaceable>device-name</replaceable></option></term> 1856 1856 <listitem><para> 1857 1857 Specifies the device name of the parallel port to use. … … 1889 1889 </varlistentry> 1890 1890 <varlistentry> 1891 <term><option>--audio controller=<replaceable>controller-type</replaceable></option></term>1891 <term><option>--audio-controller=<replaceable>controller-type</replaceable></option></term> 1892 1892 <listitem><para> 1893 1893 Specifies the audio controller to be used with the VM. … … 1898 1898 </varlistentry> 1899 1899 <varlistentry> 1900 <term><option>--audio codec=<replaceable>codec-type</replaceable></option></term>1900 <term><option>--audio-codec=<replaceable>codec-type</replaceable></option></term> 1901 1901 <listitem><para> 1902 1902 Specifies the audio codec to be used with the VM. Valid … … 1907 1907 </varlistentry> 1908 1908 <varlistentry> 1909 <term><option>--audio in=on|off</option></term>1909 <term><option>--audio-in=on|off</option></term> 1910 1910 <listitem><para> 1911 1911 Specifies whether to enable or disable audio capture from … … 1914 1914 </varlistentry> 1915 1915 <varlistentry> 1916 <term><option>--audio out=on|off</option></term>1916 <term><option>--audio-out=on|off</option></term> 1917 1917 <listitem><para> 1918 1918 Specifies whether to enable or disable audio playback from … … 1936 1936 </varlistentry> 1937 1937 <varlistentry> 1938 <term><option>--drag anddrop=<replaceable>value</replaceable></option></term>1938 <term><option>--drag-and-drop=<replaceable>value</replaceable></option></term> 1939 1939 <listitem><para> 1940 1940 Specifies how to use the drag and drop feature between the … … 1951 1951 </varlistentry> 1952 1952 <varlistentry> 1953 <term><option>--monitor count=<replaceable>count</replaceable></option></term>1953 <term><option>--monitor-count=<replaceable>count</replaceable></option></term> 1954 1954 <listitem><para> 1955 1955 Enables you to configure multiple monitors. See … … 1958 1958 </varlistentry> 1959 1959 <varlistentry> 1960 <term><option>--usb ohci=on | off</option></term>1960 <term><option>--usb-ohci=on | off</option></term> 1961 1961 <listitem><para> 1962 1962 Enables or disables the VM's virtual USB 1.1 controller. … … 1965 1965 </varlistentry> 1966 1966 <varlistentry> 1967 <term><option>--usb ehci=on | off</option></term>1967 <term><option>--usb-ehci=on | off</option></term> 1968 1968 <listitem><para> 1969 1969 Enables or disables the VM's virtual USB 2.0 controller. … … 1972 1972 </varlistentry> 1973 1973 <varlistentry> 1974 <term><option>--usb xhci=on | off</option></term>1974 <term><option>--usb-xhci=on | off</option></term> 1975 1975 <listitem><para> 1976 1976 Enables or disables the VM's virtual USB 3.0 controller. … … 1980 1980 </varlistentry> 1981 1981 <varlistentry> 1982 <term><option>--usb rename=<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> 1983 1983 <listitem><para> 1984 1984 Rename's the VM's virtual USB controller from … … 2006 2006 </varlistentry> 2007 2007 <varlistentry> 2008 <term><option>--recording screens=all | <replaceable>screen-ID</replaceable></option></term>2008 <term><option>--recording-screens=all | <replaceable>screen-ID</replaceable></option></term> 2009 2009 <listitem><para> 2010 2010 Enables you to specify the VM screens to record. The … … 2015 2015 </varlistentry> 2016 2016 <varlistentry> 2017 <term><option>--recording file=<replaceable>filename</replaceable></option></term>2017 <term><option>--recording-file=<replaceable>filename</replaceable></option></term> 2018 2018 <listitem><para> 2019 2019 Specifies the name of the file in which to save the … … 2022 2022 </varlistentry> 2023 2023 <varlistentry> 2024 <term><option>--recording maxsize=<replaceable>MB</replaceable></option></term>2024 <term><option>--recording-max-size=<replaceable>MB</replaceable></option></term> 2025 2025 <listitem><para> 2026 2026 Specifies the maximum size of the recorded video file in … … 2031 2031 </varlistentry> 2032 2032 <varlistentry> 2033 <term><option>--recording maxtime=<replaceable>seconds</replaceable></option></term>2033 <term><option>--recording-max-time=<replaceable>seconds</replaceable></option></term> 2034 2034 <listitem><para> 2035 2035 Specifies the maximum amount of time to record in seconds. … … 2040 2040 </varlistentry> 2041 2041 <varlistentry> 2042 <term><option>--recording opts=<replaceable>keyword</replaceable>=<replaceable>value</replaceable></option></term>2042 <term><option>--recording-opts=<replaceable>keyword</replaceable>=<replaceable>value</replaceable></option></term> 2043 2043 <listitem><para> 2044 2044 Specifies additional video-recording properties as a … … 2052 2052 </varlistentry> 2053 2053 <varlistentry> 2054 <term><option>--recording videofps=<replaceable>fps</replaceable></option></term>2054 <term><option>--recording-video-fps=<replaceable>fps</replaceable></option></term> 2055 2055 <listitem><para> 2056 2056 Specifies the maximum number of video frames per second … … 2062 2062 </varlistentry> 2063 2063 <varlistentry> 2064 <term><option>--recording videorate=<replaceable>bit-rate</replaceable></option></term>2064 <term><option>--recording-video-rate=<replaceable>bit-rate</replaceable></option></term> 2065 2065 <listitem><para> 2066 2066 Specifies the bit rate of the video in kilobits per … … 2071 2071 </varlistentry> 2072 2072 <varlistentry> 2073 <term><option>--recording videores=<replaceable>width</replaceable>x<replaceable>height</replaceable></option></term>2073 <term><option>--recording-video-res=<replaceable>width</replaceable>x<replaceable>height</replaceable></option></term> 2074 2074 <listitem><para> 2075 2075 Specifies the video resolution (width and height) of the … … 2094 2094 </varlistentry> 2095 2095 <varlistentry> 2096 <term><option>--vrde property=TCP/Ports=<replaceable>port</replaceable></option></term>2096 <term><option>--vrde-property=TCP/Ports=<replaceable>port</replaceable></option></term> 2097 2097 <listitem><para> 2098 2098 <replaceable>port</replaceable> is the port or port range … … 2102 2102 RDP port. 2103 2103 </para><para> 2104 Also see the <option>--vrde port</option> option2104 Also see the <option>--vrde-port</option> option 2105 2105 description. 2106 2106 </para></listitem> 2107 2107 </varlistentry> 2108 2108 <varlistentry> 2109 <term><option>--vrde property=TCP/Address=<replaceable>IP-address</replaceable></option></term>2109 <term><option>--vrde-property=TCP/Address=<replaceable>IP-address</replaceable></option></term> 2110 2110 <listitem><para> 2111 2111 <replaceable>IP-address</replaceable> is the IP address of … … 2114 2114 host network interface at that IP address. 2115 2115 </para><para> 2116 Also see the <option>--vrde address</option> option2116 Also see the <option>--vrde-address</option> option 2117 2117 description. 2118 2118 </para></listitem> 2119 2119 </varlistentry> 2120 2120 <varlistentry> 2121 <term><option>--vrde property=VideoChannel/Enabled=<replaceable>value</replaceable></option></term>2121 <term><option>--vrde-property=VideoChannel/Enabled=<replaceable>value</replaceable></option></term> 2122 2122 <listitem><para> 2123 2123 Specifies whether the VRDP video channel is on or off. … … 2128 2128 </varlistentry> 2129 2129 <varlistentry> 2130 <term><option>--vrde property=Quality=<replaceable>value</replaceable></option></term>2130 <term><option>--vrde-property=Quality=<replaceable>value</replaceable></option></term> 2131 2131 <listitem><para> 2132 2132 Specifies a value between 10% and 100%, inclusive, that … … 2138 2138 </varlistentry> 2139 2139 <varlistentry> 2140 <term><option>--vrde property=DownscaleProtection=<replaceable>value</replaceable></option></term>2140 <term><option>--vrde-property=DownscaleProtection=<replaceable>value</replaceable></option></term> 2141 2141 <listitem><para> 2142 2142 Enables or disables the video downscale protection … … 2165 2165 </varlistentry> 2166 2166 <varlistentry> 2167 <term><option>--vrde property=Client/DisableDisplay=1</option></term>2167 <term><option>--vrde-property=Client/DisableDisplay=1</option></term> 2168 2168 <listitem><para> 2169 2169 Disables the display VRDE server feature. … … 2172 2172 to reenable the display feature, specify the 2173 2173 <command>VBoxManage modifyvm 2174 --vrde property=Client/DisableDisplay=</command> command.2174 --vrde-property=Client/DisableDisplay=</command> command. 2175 2175 See <xref linkend="vrde-customization" />. 2176 2176 </para></listitem> 2177 2177 </varlistentry> 2178 2178 <varlistentry> 2179 <term><option>--vrde property=DisableInput=1</option></term>2179 <term><option>--vrde-property=DisableInput=1</option></term> 2180 2180 <listitem><para> 2181 2181 Disables the input VRDE server feature. … … 2183 2183 </varlistentry> 2184 2184 <varlistentry> 2185 <term><option>--vrde property=DisableAudio=1</option></term>2185 <term><option>--vrde-property=DisableAudio=1</option></term> 2186 2186 <listitem><para> 2187 2187 Disables the audio VRDE server feature. … … 2189 2189 </varlistentry> 2190 2190 <varlistentry> 2191 <term><option>--vrde property=DisableUSB=1</option></term>2191 <term><option>--vrde-property=DisableUSB=1</option></term> 2192 2192 <listitem><para> 2193 2193 Disables the USB VRDE server feature. … … 2195 2195 </varlistentry> 2196 2196 <varlistentry> 2197 <term><option>--vrde property=Client/DisableClipboard=1</option></term>2197 <term><option>--vrde-property=Client/DisableClipboard=1</option></term> 2198 2198 <listitem><para> 2199 2199 Disables the clipboard VRDE server feature. To reenable … … 2203 2203 </varlistentry> 2204 2204 <varlistentry> 2205 <term><option>--vrde property=DisableUpstreamAudio=1</option></term>2205 <term><option>--vrde-property=DisableUpstreamAudio=1</option></term> 2206 2206 <listitem><para> 2207 2207 Disables the upstream audio VRDE server feature. To … … 2211 2211 </varlistentry> 2212 2212 <varlistentry> 2213 <term><option>--vrde property=Client/DisableRDPDR=1</option></term>2213 <term><option>--vrde-property=Client/DisableRDPDR=1</option></term> 2214 2214 <listitem><para> 2215 2215 Disables the RDP device redirection for smart cards VRDE … … 2219 2219 </varlistentry> 2220 2220 <varlistentry> 2221 <term><option>--vrde property=H3DRedirect/Enabled=1</option></term>2221 <term><option>--vrde-property=H3DRedirect/Enabled=1</option></term> 2222 2222 <listitem><para> 2223 2223 Enables the 3D redirection VRDE server feature. To disable … … 2226 2226 </varlistentry> 2227 2227 <varlistentry> 2228 <term><option>--vrde property=Security/Method=<replaceable>value</replaceable></option></term>2228 <term><option>--vrde-property=Security/Method=<replaceable>value</replaceable></option></term> 2229 2229 <listitem><para> 2230 2230 Specifies the following information that is required for a … … 2250 2250 </varlistentry> 2251 2251 <varlistentry> 2252 <term><option>--vrde property=ServerCertificate=<replaceable>value</replaceable></option></term>2252 <term><option>--vrde-property=ServerCertificate=<replaceable>value</replaceable></option></term> 2253 2253 <listitem><para> 2254 2254 Specifies the absolute path to the server certificate. See … … 2257 2257 </varlistentry> 2258 2258 <varlistentry> 2259 <term><option>--vrde property=ServerPrivateKey=<replaceable>value</replaceable></option></term>2259 <term><option>--vrde-property=ServerPrivateKey=<replaceable>value</replaceable></option></term> 2260 2260 <listitem><para> 2261 2261 Specifies the absolute path to the server private key. See … … 2264 2264 </varlistentry> 2265 2265 <varlistentry> 2266 <term><option>--vrde property=CACertificate=<replaceable>value</replaceable></option></term>2266 <term><option>--vrde-property=CACertificate=<replaceable>value</replaceable></option></term> 2267 2267 <listitem><para> 2268 2268 Specifies the absolute path to the CA self-signed … … 2271 2271 </varlistentry> 2272 2272 <varlistentry> 2273 <term><option>--vrde property Audio/RateCorrectionMode=<replaceable>value</replaceable></option></term>2273 <term><option>--vrde-property Audio/RateCorrectionMode=<replaceable>value</replaceable></option></term> 2274 2274 <listitem><para> 2275 2275 Specifies the audio connection mode or the path to the … … 2296 2296 </varlistentry> 2297 2297 <varlistentry> 2298 <term><option>--vrde property=LogPath=<replaceable>value</replaceable></option></term>2298 <term><option>--vrde-property=LogPath=<replaceable>value</replaceable></option></term> 2299 2299 <listitem><para> 2300 2300 Specifies the absolute path to the audio log file. … … 2302 2302 </varlistentry> 2303 2303 <varlistentry> 2304 <term><option>--vrde extpack=default | <replaceable>name</replaceable></option></term>2304 <term><option>--vrde-extpack=default | <replaceable>name</replaceable></option></term> 2305 2305 <listitem><para> 2306 2306 Specifies the library to use to access the VM remotely. … … 2314 2314 </varlistentry> 2315 2315 <varlistentry> 2316 <term><option>--vrde port=default | <replaceable>port</replaceable></option></term>2316 <term><option>--vrde-port=default | <replaceable>port</replaceable></option></term> 2317 2317 <listitem><para> 2318 2318 <replaceable>port</replaceable> is the port or port range … … 2327 2327 the available ports from the list. Only one machine can 2328 2328 use a given port at a time. For example, the 2329 <option>--vrde port=5000,5010-5012</option> option2329 <option>--vrde-port=5000,5010-5012</option> option 2330 2330 specifies that server can bind to one of following ports: 2331 2331 <literal>5000</literal>, <literal>5010</literal>, … … 2334 2334 </varlistentry> 2335 2335 <varlistentry> 2336 <term><option>--vrde address=<replaceable>IP-address</replaceable></option></term>2336 <term><option>--vrde-address=<replaceable>IP-address</replaceable></option></term> 2337 2337 <listitem><para> 2338 2338 Specifies the IP address of the host network interface to … … 2346 2346 <listitem><para> 2347 2347 <emphasis role="bold">Only IPv4:</emphasis> Use the 2348 <option>--vrde address="0.0.0.0"</option> option.2348 <option>--vrde-address="0.0.0.0"</option> option. 2349 2349 </para></listitem> 2350 2350 <listitem><para> 2351 2351 <emphasis role="bold">Only IPv6:</emphasis> Use the 2352 <option>--vrde address="::"</option> option.2352 <option>--vrde-address="::"</option> option. 2353 2353 </para></listitem> 2354 2354 <listitem><para> 2355 2355 <emphasis role="bold">Both IPv6 and IPv4:</emphasis> 2356 Use the <option>--vrde address=“”</option>2356 Use the <option>--vrde-address=“”</option> 2357 2357 option. This is the default value. 2358 2358 </para></listitem> … … 2360 2360 </varlistentry> 2361 2361 <varlistentry> 2362 <term><option>--vrde authtype=null | external | guest</option></term>2362 <term><option>--vrde-auth-type=null | external | guest</option></term> 2363 2363 <listitem><para> 2364 2364 Specify whether to use authorization and how to perform … … 2382 2382 </varlistentry> 2383 2383 <varlistentry> 2384 <term><option>--vrde authlibrary=default | <replaceable>name</replaceable></option></term>2384 <term><option>--vrde-auth-library=default | <replaceable>name</replaceable></option></term> 2385 2385 <listitem><para> 2386 2386 Specifies the library to use for RDP authentication. The … … 2391 2391 </varlistentry> 2392 2392 <varlistentry> 2393 <term><option>--vrde multicon=on | off</option></term>2393 <term><option>--vrde-multi-con=on | off</option></term> 2394 2394 <listitem><para> 2395 2395 Enables or disables the multiple connections VRDE server … … 2399 2399 </varlistentry> 2400 2400 <varlistentry> 2401 <term><option>--vrde reusecon=on | off</option></term>2401 <term><option>--vrde-reuse-con=on | off</option></term> 2402 2402 <listitem><para> 2403 2403 Specifies how the VRDE server behaves when multiple … … 2411 2411 </varlistentry> 2412 2412 <varlistentry> 2413 <term><option>--vrde videochannel=on | off</option></term>2413 <term><option>--vrde-video-channel=on | off</option></term> 2414 2414 <listitem><para> 2415 2415 Enables video redirection if supported by the VRDE server. … … 2418 2418 </varlistentry> 2419 2419 <varlistentry> 2420 <term><option>--vrde videochannelquality=<replaceable>percent</replaceable></option></term>2420 <term><option>--vrde-video-channel-quality=<replaceable>percent</replaceable></option></term> 2421 2421 <listitem><para> 2422 2422 Specifies the image quality for video redirection as a … … 2449 2449 </varlistentry> 2450 2450 <varlistentry> 2451 <term><option>--teleporter port=<replaceable>port</replaceable></option></term>2451 <term><option>--teleporter-port=<replaceable>port</replaceable></option></term> 2452 2452 <listitem><para> 2453 2453 Specifies the port on which the VM listens to receive a … … 2459 2459 </varlistentry> 2460 2460 <varlistentry> 2461 <term><option>--teleporter address=<replaceable>IP-address</replaceable></option></term>2461 <term><option>--teleporter-address=<replaceable>IP-address</replaceable></option></term> 2462 2462 <listitem><para> 2463 2463 Specifies the IP address on which the VM listens to … … 2472 2472 </varlistentry> 2473 2473 <varlistentry> 2474 <term><option>--teleporter password=<replaceable>password</replaceable></option></term>2474 <term><option>--teleporter-password=<replaceable>password</replaceable></option></term> 2475 2475 <listitem><para> 2476 2476 Specifies the password to use for authentication. When … … 2481 2481 </varlistentry> 2482 2482 <varlistentry> 2483 <term><option>--teleporter passwordfile=<replaceable>filename</replaceable></option></term>2483 <term><option>--teleporter-password-file=<replaceable>filename</replaceable></option></term> 2484 2484 <listitem><para> 2485 2485 Specifies a file that contains the password to use for … … 2539 2539 </varlistentry> 2540 2540 <varlistentry> 2541 <term><option>--cpuid removeall</option></term>2541 <term><option>--cpuid-remove-all</option></term> 2542 2542 <listitem> 2543 2543 <para> … … 2591 2591 <variablelist> 2592 2592 <varlistentry> 2593 <term><option>--usb cardreader=on | off</option></term>2593 <term><option>--usb-card-reader=on | off</option></term> 2594 2594 <listitem><para> 2595 2595 Enables or disables the USB card reader interface. … … 2634 2634 <variablelist> 2635 2635 <varlistentry> 2636 <term><option>--pci attach=<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> 2637 2637 <listitem><para> 2638 2638 Attaches the specified PCI network controller on the host … … 2643 2643 </varlistentry> 2644 2644 <varlistentry> 2645 <term><option>--pci detach=<replaceable>host-PCI-address</replaceable></option></term>2645 <term><option>--pci-detach=<replaceable>host-PCI-address</replaceable></option></term> 2646 2646 <listitem><para> 2647 2647 Detaches the specified PCI network controller from the -
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r87086 r92534 819 819 </para> 820 820 821 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --cpu hotplug on</screen>821 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --cpu-hotplug on</screen> 822 822 823 823 <para> … … 830 830 <para> 831 831 When the VM is off, you can then add and remove virtual CPUs with 832 the <command>VBoxManage modifyvm --plug cpu</command> and833 <command>VBoxManage modifyvm --unplug cpu</command> commands, which832 the <command>VBoxManage modifyvm --plug-cpu</command> and 833 <command>VBoxManage modifyvm --unplug-cpu</command> commands, which 834 834 take the number of the virtual CPU as a parameter, as follows: 835 835 </para> 836 836 837 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --plug cpu 3838 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --unplug cpu 3</screen>837 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --plug-cpu 3 838 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --unplug-cpu 3</screen> 839 839 840 840 <para> … … 5934 5934 </para> 5935 5935 5936 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property VNCPassword=secret</screen>5936 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property VNCPassword=secret</screen> 5937 5937 5938 5938 <para> … … 6874 6874 </para> 6875 6875 6876 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --paravirt debug "enabled=1"</screen>6876 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --paravirt-debug "enabled=1"</screen> 6877 6877 6878 6878 <para> … … 6884 6884 6885 6885 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> \ 6886 --paravirt debug "enabled=1,address=192.168.32.1,port=55000"</screen>6886 --paravirt-debug "enabled=1,address=192.168.32.1,port=55000"</screen> 6887 6887 6888 6888 <para> -
trunk/doc/manual/en_US/user_BasicConcepts.xml
r87077 r92534 1326 1326 accuracy and performance of guest OSes. The options 1327 1327 available are documented under the 1328 <option>--paravirt provider</option> option in1328 <option>--paravirt-provider</option> option in 1329 1329 <xref linkend="vboxmanage-modifyvm" />. For further details 1330 1330 on the paravirtualization providers, see … … 2023 2023 ports. For the latter, see <xref linkend="vboxmanage-modifyvm" /> 2024 2024 for information on the <option>--uart</option>, 2025 <option>--uart mode</option> and <option>--uarttype</option>2025 <option>--uart-mode</option> and <option>--uart-type</option> 2026 2026 options. 2027 2027 </para> -
trunk/doc/manual/en_US/user_Frontends.xml
r91204 r92534 67 67 The port can be changed either in the 68 68 <emphasis role="bold">Display</emphasis> settings of the graphical 69 user interface or with the <option>--vrde port</option> option of69 user interface or with the <option>--vrde-port</option> option of 70 70 the <command>VBoxManage modifyvm</command> command. You can 71 71 specify a comma-separated list of ports or ranges of ports. Use a … … 73 73 will bind to <emphasis>one</emphasis> of the available ports from 74 74 the specified list. For example, <command>VBoxManage modifyvm 75 <replaceable>VM-name</replaceable> --vrde port75 <replaceable>VM-name</replaceable> --vrde-port 76 76 5000,5010-5012</command> configures the server to bind to one of 77 77 the ports 5000, 5010, 5011, or 5012. See … … 585 585 authenticated. For this, use the <command>VBoxManage 586 586 modifyvm</command> command with the 587 <option>--vrde authtype</option> option. See587 <option>--vrde-auth-type</option> option. See 588 588 <xref linkend="vboxmanage-modifyvm" />. The following methods of 589 589 authentication are available: … … 684 684 </para> 685 685 686 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde authtype external</screen>686 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-auth-type external</screen> 687 687 688 688 <para> … … 861 861 </para> 862 862 863 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> --vrde property "Security/Method=negotiate"</screen>863 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> --vrde-property "Security/Method=negotiate"</screen> 864 864 865 865 <para> … … 910 910 911 911 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \ 912 --vrde property "Security/CACertificate=path/ca_cert.pem"</screen>912 --vrde-property "Security/CACertificate=path/ca_cert.pem"</screen> 913 913 914 914 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \ 915 --vrde property "Security/ServerCertificate=path/server_cert.pem"</screen>915 --vrde-property "Security/ServerCertificate=path/server_cert.pem"</screen> 916 916 917 917 <screen>vboxmanage modifyvm <replaceable>VM-name</replaceable> \ 918 --vrde property "Security/ServerPrivateKey=path/server_key_private.pem"</screen>918 --vrde-property "Security/ServerPrivateKey=path/server_key_private.pem"</screen> 919 919 </listitem> 920 920 … … 947 947 </para> 948 948 949 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde multicon on</screen>949 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-multi-con on</screen> 950 950 951 951 </sect2> … … 1015 1015 </para> 1016 1016 1017 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde videochannel on</screen>1017 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-video-channel on</screen> 1018 1018 1019 1019 <para> … … 1024 1024 </para> 1025 1025 1026 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde videochannelquality 75</screen>1026 <screen>VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-video-channel-quality 75</screen> 1027 1027 1028 1028 </sect2> … … 1041 1041 </para> 1042 1042 1043 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableDisplay=11044 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableInput=11045 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableUSB=11046 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableAudio=11047 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableClipboard=11048 $ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property 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> 1049 1049 1050 1050 <para> … … 1053 1053 </para> 1054 1054 1055 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde property Client/DisableDisplay=</screen>1055 <screen>$ VBoxManage modifyvm <replaceable>VM-name</replaceable> --vrde-property Client/DisableDisplay=</screen> 1056 1056 1057 1057 </sect2> … … 1140 1140 </para> 1141 1141 1142 <screen>VBoxManage modifyvm <replaceable>targetvmname</replaceable> --teleporter on --teleporter port <replaceable>port</replaceable></screen>1142 <screen>VBoxManage modifyvm <replaceable>targetvmname</replaceable> --teleporter on --teleporter-port <replaceable>port</replaceable></screen> 1143 1143 1144 1144 <para> -
trunk/doc/manual/en_US/user_GuestAdditions.xml
r87077 r92534 2193 2193 <listitem> 2194 2194 <para> 2195 Memory ballooning does not work w ith large pages enabled.2196 To turn off large pages support for a VM, run2195 Memory ballooning does not work well with large pages 2196 enabled. To turn off large pages support for a VM, run 2197 2197 <command>VBoxManage modifyvm 2198 <replaceable>vmname</replaceable> --large pages2198 <replaceable>vmname</replaceable> --large-pages 2199 2199 off</command> 2200 2200 </para> … … 2261 2261 </para> 2262 2262 2263 <screen>VBoxManage modifyvm "VM name" --guest memoryballoon n</screen>2263 <screen>VBoxManage modifyvm "VM name" --guest-memory-balloon n</screen> 2264 2264 2265 2265 <para> … … 2368 2368 </para> 2369 2369 2370 <screen>VBoxManage modifyvm "VM name" --page fusion on</screen>2370 <screen>VBoxManage modifyvm "VM name" --page-fusion on</screen> 2371 2371 2372 2372 <para> -
trunk/doc/manual/en_US/user_Networking.xml
r91902 r92534 561 561 <literal>guestssh</literal> is purely descriptive and will be 562 562 auto-generated if omitted. The number after 563 <option>--nat pf</option> denotes the network card, as with other563 <option>--nat-pf</option> denotes the network card, as with other 564 564 <command>VBoxManage</command> commands. 565 565 </para> … … 1272 1272 1273 1273 <screen> VBoxManage modifyvm "VM 01 on host 1" --nic<x> generic 1274 VBoxManage modifyvm "VM 01 on host 1" --nic genericdrv<x> UDPTunnel1275 VBoxManage modifyvm "VM 01 on host 1" --nic property<x> dest=10.0.0.21276 VBoxManage modifyvm "VM 01 on host 1" --nic property<x> sport=100011277 VBoxManage modifyvm "VM 01 on host 1" --nic property<x> dport=10002</screen>1274 VBoxManage modifyvm "VM 01 on host 1" --nic-generic-drv<x> UDPTunnel 1275 VBoxManage modifyvm "VM 01 on host 1" --nic-property<x> dest=10.0.0.2 1276 VBoxManage modifyvm "VM 01 on host 1" --nic-property<x> sport=10001 1277 VBoxManage modifyvm "VM 01 on host 1" --nic-property<x> dport=10002</screen> 1278 1278 1279 1279 <screen> VBoxManage modifyvm "VM 02 on host 2" --nic<y> generic 1280 VBoxManage modifyvm "VM 02 on host 2" --nic genericdrv<y> UDPTunnel1281 VBoxManage modifyvm "VM 02 on host 2" --nic property<y> dest=10.0.0.11282 VBoxManage modifyvm "VM 02 on host 2" --nic property<y> sport=100021283 VBoxManage modifyvm "VM 02 on host 2" --nic property<y> dport=10001</screen>1280 VBoxManage modifyvm "VM 02 on host 2" --nic-generic-drv<y> UDPTunnel 1281 VBoxManage modifyvm "VM 02 on host 2" --nic-property<y> dest=10.0.0.1 1282 VBoxManage modifyvm "VM 02 on host 2" --nic-property<y> sport=10002 1283 VBoxManage modifyvm "VM 02 on host 2" --nic-property<y> dport=10001</screen> 1284 1284 1285 1285 <para> … … 1353 1353 <screen>VBoxManage modifyvm "VM name" --nic<x> generic</screen> 1354 1354 1355 <screen>VBoxManage modifyvm "VM name" --nic genericdrv<x> VDE</screen>1355 <screen>VBoxManage modifyvm "VM name" --nic-generic-drv<x> VDE</screen> 1356 1356 1357 1357 <para> … … 1359 1359 </para> 1360 1360 1361 <screen>VBoxManage modifyvm "VM name" --nic property<x> network=/tmp/switch1</screen>1361 <screen>VBoxManage modifyvm "VM name" --nic-property<x> network=/tmp/switch1</screen> 1362 1362 1363 1363 <para> … … 1366 1366 </para> 1367 1367 1368 <screen>VBoxManage modifyvm "VM name" --nic property<x> network=/tmp/switch1[<n>]</screen>1368 <screen>VBoxManage modifyvm "VM name" --nic-property<x> network=/tmp/switch1[<n>]</screen> 1369 1369 1370 1370 <para> -
trunk/doc/manual/en_US/user_Technical.xml
r82350 r92534 908 908 and overhead. This can yield a performance improvement of up 909 909 to 5%. To enable this feature for a VM, you use the 910 <command>VBoxManage modifyvm --large pages</command> command.910 <command>VBoxManage modifyvm --large-pages</command> command. 911 911 See <xref linkend="vboxmanage-modifyvm" />. 912 912 </para> … … 929 929 <para> 930 930 To enable these features for a VM, you use the 931 <command>VBoxManage modifyvm --vtx vpid</command> and932 <command>VBoxManage modifyvm --large pages</command> commands.931 <command>VBoxManage modifyvm --vtx-vpid</command> and 932 <command>VBoxManage modifyvm --large-pages</command> commands. 933 933 See <xref linkend="vboxmanage-modifyvm" />. 934 934 </para> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r92432 r92534 744 744 <computeroutput>0</computeroutput> means port 3389, the 745 745 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" />. 749 748 </para> 750 749 </listitem> … … 767 766 <computeroutput>0</computeroutput> means port 3389, the 768 767 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" />. 772 770 </para> 773 771 </listitem> … … 779 777 specified, the server will accept connections only on the 780 778 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" />. 785 781 </para> 786 782 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.