VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40724   13 years vboxsync VBoxManage modifyvm: --telporterpassword '-' for stdin
(edit) @40714   13 years vboxsync VBoxManage modifyvm: added --teleporterpasswordfrom
(edit) @40469   13 years vboxsync VBoxManage: bandwidthctl uses sub-commands instead of options (#5582)
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40324   13 years vboxsync Frontends/VBoxManage: implement client code to configure lpt ports …
(edit) @39675   13 years vboxsync VBoxManage debugvm show improvemnts.
(edit) @39668   13 years vboxsync Implemented the log setting properties (read-only).
(edit) @39650   13 years vboxsync DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). …
(edit) @39169   13 years vboxsync VBoxManage: Allow 'convertfromraw stdin' on Windows.
(edit) @39168   13 years vboxsync VBoxManage/help: missing ']'.
(edit) @39159   13 years vboxsync VBoxManage/doc: typos
(edit) @39119   13 years vboxsync VBoxManage: added a list sub-command to snapshot: snapshot myvm list
(edit) @38874   13 years vboxsync FE/VBoxManage: Add discard option
(edit) @38787   13 years vboxsync Frontends/VBoxManage: add support for explicitly creating diff images …
(edit) @38726   13 years vboxsync VBoxManage convertfromraw: allow to specify the UUID of the output file
(edit) @38191   13 years vboxsync Frontends/VBoxManage: allow starting several VMs with startvm
(edit) @38099   13 years vboxsync FE/Qt4/CLI;Main;Docu: enable MachineAndChildren in clone VM again for …
(edit) @38055   13 years vboxsync FE/Qt4/CLI;Docu; disable "MachineAndChildren" clone mode for now
(edit) @38011   13 years vboxsync FE/CLI: correct spelling
(edit) @37971   13 years vboxsync Main/Machine: implement creating linked clones. Frontends/VBoxManage: …
(edit) @37929   13 years vboxsync Frontends/VBoxManage: make --port and --device parameter for …
(edit) @37925   13 years vboxsync VBoxManage storageattach: make the --device parameter optional
(edit) @37900   13 years vboxsync Main-CloneVM;FE/CLI;Doc: update differencing disk names with there new …
(edit) @37862   13 years vboxsync Main-OVF;FE/*: allow to specify if MAC addresses should be …
(edit) @37824   13 years vboxsync Main/Machine+MediumAttachment+Console: add method for marking a 'hard …
(edit) @37817   13 years vboxsync VBoxManage: attachpci/detachpci => pciattach/pcidetach; doc/manual: wording
(edit) @37763   13 years vboxsync FE/Manage, doc/manual: document VBoxManage extpack install --replace
(edit) @37709   13 years vboxsync Main/MediumAttachment+Machine: add a setting which controls the …
(edit) @37543   13 years vboxsync FE/CLI: add --options to clonevm
(edit) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37450   13 years vboxsync VBoxManage: help item
(edit) @37449   13 years vboxsync Main;VBoxManage: more clone vm work
(edit) @37272   14 years vboxsync VBoxManage: remove no longer existing option from help text
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @37074   14 years vboxsync Main; VBoxManage: initial machine clone support
(edit) @36720   14 years vboxsync Frontends/VBoxManage: support taking screenshots
(edit) @36657   14 years vboxsync Frontends/VBoxManage: slightly touch up the help for clonehd
(edit) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36279   14 years vboxsync VBoxManage: updated help string for bandwidth group parameter (#5582)
(edit) @36275   14 years vboxsync Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @35858   14 years vboxsync VBoxManage: fixed help text of showvminfo (no --statistics anymore)
(edit) @35508   14 years vboxsync VBoxManage: Added the getregisters and setregisters subcommands to …
(edit) @35317   14 years vboxsync VBoxManage: condition optimization for r69169
(edit) @35316   14 years vboxsync VBoxManage: host-only creation and removal enabled for all platforms …
(edit) @35306   14 years vboxsync IMachineDebugger: Implemented Info, DetectOS, OSVersion and OSName. …
(edit) @35194   14 years vboxsync VBoxManage: VRDE options
(edit) @35101   14 years vboxsync Frontends/VBoxManage: usage whitespace fix
(edit) @35085   14 years vboxsync VBoxManage: add support for readonly/multiattach media types
(edit) @35057   14 years vboxsync some VBoxManage --help cosmetcis
(edit) @35037   14 years vboxsync Frontends/VBoxManage: remove no longer reliable options from clonehd …
(edit) @34971   14 years vboxsync VBoxManage: move vmstatistics to debugvm as a 'statistics' …
(edit) @34970   14 years vboxsync rearranged syntax diagram, removed duplicate injectnmi
(edit) @34913   14 years vboxsync VBoxManage: Added a debugvm command for injectnmi and dumpguestcore.
(edit) @34888   14 years vboxsync Frontends/VBoxManage: Clean up "modifyhd", and unbreak some of the …
(edit) @34663   14 years vboxsync Manual: document VBoxManage storageattach changes (and other storage …
(edit) @34634   14 years vboxsync VBoxManage: merge the broken addiscsidisk into storageattach
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34574   14 years vboxsync Make vrde auth library configurable per VM.
(edit) @34529   14 years vboxsync VBoxManage: undocument obsolete setproperty hdfolder
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33766   14 years vboxsync VBoxManage: Implemented 'list extpacks', 'extpack install' and …
(edit) @33764   14 years vboxsync VBoxManage: Fixed incorrect return from errorGetOpt (VINF_SUCCESS …
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33456   14 years vboxsync VBoxManage: remove openmedium command which no longer does anything …
(edit) @33408   14 years vboxsync Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
(edit) @33406   14 years vboxsync VBoxManage: update help text
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33202   14 years vboxsync VBoxManage: error reporting
(edit) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @33020   14 years vboxsync VBoxManage: chipset type support
(edit) @32947   14 years vboxsync VBoxManage: mention --hwvirtexexcl; manual: fixed documentation of …
(edit) @32887   14 years vboxsync Hide FT
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32712   14 years vboxsync VBoxManage: forgot the help for guestproperty and guestcontrol; enable …
(edit) @32709   14 years vboxsync VBoxManage: don't show the logo by default; output to stdout if help …
(edit) @32701   14 years vboxsync Frontends/VBoxManage: Error printing cleanup, use stderr and …
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32448   14 years vboxsync Main-OVF: make manifest file creation optional
(edit) @31976   14 years vboxsync FT options for modifyvm
(edit) @31779   14 years vboxsync VBoxManage: Help update
(edit) @31599   14 years vboxsync FE/VBoxManage: fix the usage output for convertfromraw on Windows (no …
(edit) @31291   14 years vboxsync Missing updates part two
(edit) @31151   14 years vboxsync VBoxManage: fixed createhd --type shareable
(edit) @31125   14 years vboxsync doc/VBoxManage: make the shared disk support visible
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30976   14 years vboxsync add support for Intel HD Audio, now built by default
(edit) @29865   15 years vboxsync FE/VBoxManage: Show usage for --cputhotplug and --plugcpu/unplugcpu …
(edit) @29851   15 years vboxsync doc/VBoxManage: fixed --rtcutc help
(edit) @29634   15 years vboxsync Missing bracket
(edit) @29490   15 years vboxsync Frontends/VBoxManage: reformat help to fit into 80 columns
(edit) @29486   15 years vboxsync Frontends/VBoxManage: fix usage output to correctly indicate what's …
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29465   15 years vboxsync Page fusion enabling
(edit) @29364   15 years vboxsync Implemented VBoxManage controlvm vrdpvideochannelquality
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette