VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29117   15 years vboxsync FE/VBoxManage: add support for VDE networking. Contributed by Renzo …
(edit) @28836   15 years vboxsync VBoxManage: video channel options for modifyvm
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28588   15 years vboxsync VBoxManageModifyVM: be tolerant against spaces in NAT settings
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28139   15 years vboxsync VBoxManage: allow to set --natnet default (3.1 regression)
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @28041   15 years vboxsync VBoxManage: typo.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27925   15 years vboxsync VBoxManageModifyVM: tabs
(edit) @27876   15 years vboxsync burn fix
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27537   15 years vboxsync Main: API consistency: method names start with lower case always; no …
(edit) @27519   15 years vboxsync Copy/paste error
(edit) @27325   15 years vboxsync VBoxManage: New I/O settings
(edit) @27166   15 years vboxsync Added large page property.
(edit) @26971   15 years vboxsync VBoxManage: enable USB support if USB keyboard/mouse is added to a VM
(edit) @26936   15 years vboxsync VBoxManage: Added support for querying and setting HID types.
(edit) @26675   15 years vboxsync VBoxManage: proper handling of VRDP options for OSE
(edit) @26548   15 years vboxsync Main, FE: HPET review feedback
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26294   15 years vboxsync Backed out r57362
(edit) @26293   15 years vboxsync Removed statistics guest interval update option
(edit) @26284   15 years vboxsync Enabled the memory ballooning options in VBoxManage
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25819   15 years vboxsync FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano …
(edit) @25672   15 years vboxsync introduced VBoxManage modifyvm --rtcuseutc
(edit) @25325   15 years vboxsync VBoxManageModifyVM.cpp: --bioslogodisplaytime takes a 32-bit unsigned …
(edit) @25324   15 years vboxsync VBoxManage: 32-bit getopt index; kicked out non-working (&& vs ||) …
(edit) @24979   15 years vboxsync VBoxManage: --biossystemtimeoffset can be negative
(edit) @24864   15 years vboxsync VBoxManage: --teleporterenabled -> --teleporter. (Old option is still …
(edit) @24863   15 years vboxsync VBoxManageModifyVM: Merged the oss code.
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24856   15 years vboxsync VBoxManage: Make it possible to set the OSS audio driver on FreeBSD
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24321   15 years vboxsync --cpuidset/remove/removall
(edit) @24307   15 years vboxsync Include --cpuid in the help
(edit) @24305   15 years vboxsync Added --cpuid option
(edit) @24143   15 years vboxsync VBoxManageModifyVM: use RTGETOPT_REQ_BOOL_ONOFF instead of …
(edit) @24137   15 years vboxsync VBoxManageModifyVM: no need for ValueUnion.u32/64 zero checks, its …
(edit) @24136   15 years vboxsync Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
(edit) @24135   15 years vboxsync VBoxManageModifyVM: no need for ValueUnion.psz check
(edit) @23934   15 years vboxsync VBoxManage: removed spaces after function names
(edit) @23928   15 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23873   15 years vboxsync VBoxManage: use RTGetOptFetchValue instead of the iNext hack and few …
(edit) @23807   15 years vboxsync VBoxManage: marked the hdd/dvd/sata/scsi changes as deprecated and …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23790   15 years vboxsync VBoxManage/modifyvm: --macaddress takes a string not a MACADDR (so no …
(edit) @23754   15 years vboxsync VBoxManageModifyVM: get uuid only if dvdMedium is present
(edit) @23750   15 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
(edit) @23738   15 years vboxsync VBoxManageModifyVM: removed unnecessary check
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23731   15 years vboxsync VBoxManageModifyVM: removed unwanted printf
(edit) @23706   15 years vboxsync VBoxManageModifyVM: use RTGetOpt for commandline parsing
(edit) @23667   15 years vboxsync VBoxManage: Live migration.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23635   15 years vboxsync VBoxManage: error check
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23183   15 years vboxsync copy/paste bug
(edit) @23179   15 years vboxsync Main: firmware type setter
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22145   15 years vboxsync video hw accel: expose to vboxmanage
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20501   15 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20474   15 years vboxsync VBoxManage: don't complain if a hard disk could not be found before we …
(edit) @19638   16 years vboxsync small addendum to r47206 (VBoxManage modifyvm fix)
(edit) @19624   16 years vboxsync added raw file serial driver
(edit) @19377   16 years vboxsync VBoxManage: Get and set CPUCount.
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19023   16 years vboxsync fixed typo in VBoxMange modifyvm VM_NAME -idecontroller
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18780   16 years vboxsync VBoxManage/modifyvm: double-dash command line options
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18072   16 years vboxsync VBoxManage: defines consistency for dhcpserver and hostonlyif commands
(edit) @17939   16 years vboxsync VBoxManage: Make it possible to specify the SCSI controller type
(edit) @17843   16 years vboxsync VBoxManage hostonly-related fixes.
(edit) @17755   16 years vboxsync Main, OVF: add output IStorageController to …
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17323   16 years vboxsync VBoxManage: additional hostif->bridged, hostonly fixes for windows
(edit) @17322   16 years vboxsync VBoxManage: hostif->bridged, hostonly fixes for windows
(edit) @17281   16 years vboxsync fix burns
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17255   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17238   16 years vboxsync 3551: “Main: Replace remaining collections with safe arrays” Converted …
(edit) @17218   16 years vboxsync Revert r43495 because everything locks forever.
(edit) @17200   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Take …
(edit) @17193   16 years vboxsync Revert r43482 which used a linux specific way to iterate over DVD drives.
(edit) @17192   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16960   16 years vboxsync #2957: VBoxNetAdp: generic and darwin parts. Not operational yet.
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