VirtualBox

source: vbox/trunk/src/VBox/Main/include/MachineImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37768   13 years vboxsync Main: add implicit parents which are not attached to other machines to …
(edit) @37709   13 years vboxsync Main/MediumAttachment+Machine: add a setting which controls the …
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37686   13 years vboxsync Main: flags for emulated USB Webcam and CardReader.
(edit) @37531   14 years vboxsync Main;FE;CloneVM: add clone options; regenerate MACs of all network …
(edit) @37492   14 years vboxsync Main-CloneVM: forgot to cleanup the header file
(edit) @37491   14 years vboxsync Main-CloneVM: factor out the clone VM task
(edit) @37485   14 years vboxsync Main-CloneVM: add save state file support; multi result errors
(edit) @37449   14 years vboxsync Main;VBoxManage: more clone vm work
(edit) @37380   14 years vboxsync Main/Console+InternalMachineControl: add a (not yet implemented) …
(edit) @37074   14 years vboxsync Main; VBoxManage: initial machine clone support
(edit) @36991   14 years vboxsync Main: Initial support for disk hotplugging, work in progress
(edit) @36898   14 years vboxsync Main/Machine: first draft of method for cloning entire machines
(edit) @36673   14 years vboxsync Main/Machine: add a way to terminate VM processes if they don't …
(edit) @36128   14 years vboxsync Main/Metrics: Hypervisor and guest metrics re-done (#5566)
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36074   14 years vboxsync Main: implement sharing saved state files between snapshots and …
(edit) @36058   14 years vboxsync Main/BandwidthControl: Don't use direct references to bandwidth group …
(edit) @35836   14 years vboxsync Main: do not return first item from list of registry IDs …
(edit) @35755   14 years vboxsync Main: convert SharedFolder to utf-8
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35460   14 years vboxsync Main/Console+Machine: move PowerDown progress object to VBoxSVC, plus …
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
(edit) @35175   14 years vboxsync Main/Machine: rename mSnapshotData to mConsoleTaskData (together with …
(edit) @34770   14 years vboxsync Warning.
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34313   14 years vboxsync two more
(edit) @34308   14 years vboxsync Main: PCI passthrough work
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33848   14 years vboxsync Main/Console+Machine: move progress object for Console::SaveState from …
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33592   14 years vboxsync VRDE: renamed VRDPServer.h, .cpp to VRDEServer.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33458   14 years vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 years vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33417   14 years vboxsync FE;Main;OVF: On export name the disks like the ovf + disk + number.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33300   14 years vboxsync Main: API change, merge IMachine::getSnapshot() with findSnapshot()
(edit) @33237   14 years vboxsync Main: remove obsolete typedef
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @33067   14 years vboxsync Main: fix broken per-machine media registry for …
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32398   14 years vboxsync Main: Save guest dimension in save state; add method for queering this …
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @31958   14 years vboxsync Main: thumbnail PNG API, refactoring
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31742   14 years vboxsync FT password
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31574   14 years vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30956   14 years vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30940   14 years vboxsync Main: fix medium detachment quirks during machine register
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30380   14 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @29864   15 years vboxsync Main: Make it possible to cancel the starting of a teleporation target.
(edit) @29462   15 years vboxsync Added page fusion xml config entry
(edit) @29385   15 years vboxsync Main: cleaned up some pedantic warnings.
(edit) @29363   15 years vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @29354   15 years vboxsync Main: Make API change to query saved screenshots of any configured …
(edit) @29309   15 years vboxsync Wording
(edit) @29225   15 years vboxsync Shared paging property for IMachine and IGuest added (not implemented).
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28774   15 years vboxsync Main: mark machine as dirty when snapshot name or description are changed
(edit) @28669   15 years vboxsync Main: declare some methods const
(edit) @28585   15 years vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28401   15 years vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @28343   15 years vboxsync Main: Added QueryLogFilename for getting the full log file path of an …
(edit) @28149   15 years vboxsync Main/OVF: write vbox:uuid attribute for each disk on export
(edit) @28110   15 years vboxsync Main: more Machine::init() work to get OVF vbox:Machine import …
(edit) @28091   15 years vboxsync Main: clean up Machine::init() and instance data
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27849   15 years vboxsync metrics update
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