VirtualBox

source: vbox/trunk/src/VBox/Main/MachineImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33396   14 years vboxsync Main: Some OS/2 build fixes.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33312   14 years vboxsync Main: fix lock order violation saving snapshots in mountMedium() …
(edit) @33307   14 years vboxsync Main/Medium: new MediumType_Readonly, replaces the DeviceType_DVD …
(edit) @33300   14 years vboxsync Main: API change, merge IMachine::getSnapshot() with findSnapshot()
(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) @33108   14 years vboxsync Main: crash fix for media unmounting (yesterday's regression)
(edit) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @33067   14 years vboxsync Main: fix broken per-machine media registry for …
(edit) @33051   14 years vboxsync Main: use .vbox extension for machine XML of newly created or renamed …
(edit) @33000   14 years vboxsync Disable an assert for DEBUG_sunlover.
(edit) @32886   14 years vboxsync Compile fix
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32705   14 years vboxsync VBOX_WITH_GUEST_PROPS
(edit) @32649   14 years vboxsync Main/Machine: Move the code for registering the VM metrics to the …
(edit) @32398   14 years vboxsync Main: Save guest dimension in save state; add method for queering this …
(edit) @32345   14 years vboxsync Merged VBox/feature.h with VBox/param.h.
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @32063   14 years vboxsync Main: comments
(edit) @31958   14 years vboxsync Main: thumbnail PNG API, refactoring
(edit) @31825   14 years vboxsync Machine::GetHWVirtExProperty: Missing break.
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31817   14 years vboxsync Main: cleanup medium objects from media registry, second try
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31746   14 years vboxsync Main: Added input validations missing in r64842.
(edit) @31742   14 years vboxsync FT password
(edit) @31706   14 years vboxsync More FT state change work
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31692   14 years vboxsync Cleaned up IGuest page fusion api
(edit) @31688   14 years vboxsync New state
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31683   14 years vboxsync Main: fix crash taking/restoring snapshot (regression from last week's …
(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) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31546   14 years vboxsync build fix
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31344   14 years vboxsync Main: Machine::Delete(): move saveSettings() to worker thread
(edit) @31343   14 years vboxsync Main: fix crash in Machine::Delete
(edit) @31335   14 years vboxsync fix windows burn
(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) @31313   14 years vboxsync Main: fix memory leak in error path
(edit) @31312   14 years vboxsync Main: undo rename, readability
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31306   14 years vboxsync Main: optimization
(edit) @31301   14 years vboxsync More resource control changes
(edit) @31296   14 years vboxsync Main: cleanup host drives management: do not return different IMedium …
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31270   14 years vboxsync Main: A little bit more logging.
(edit) @31242   14 years vboxsync Main: finish Machine::Unregister(), which can now recursively delete …
(edit) @31239   14 years vboxsync Main: use VBox error codes in IMedium
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31225   14 years vboxsync build fix
(edit) @31223   14 years vboxsync Main: error handling in Machine::Unregister()
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31063   14 years vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @31046   14 years vboxsync Main: don't emit session changed event if it doesn't changed
(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) @30958   14 years vboxsync Main/Machine: Move registering the metrics for running VMs from …
(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) @30939   14 years vboxsync Main: fix crash regression in new Machine::prepareUnregister() with …
(edit) @30934   14 years vboxsync Main: automatically fix host-specific audio drivers when loading …
(edit) @30931   14 years vboxsync Main/OVF: add testcase for host-specific audio drivers
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30882   14 years vboxsync Main/Machine+VirtualBox: add missing synchronization to the delayed …
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30812   14 years vboxsync Main/Machine: fix file descriptor leak in ReadLog().
(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) @30632   14 years vboxsync Main: simplify and document ComPtr<> template; speeds up compiling a bit
(edit) @30380   15 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30379   15 years vboxsync Main: fix bug that saved states were never written to machine XML if …
(edit) @30377   15 years vboxsync Main: do not hold any other lock while calling …
(edit) @30305   15 years vboxsync build fix
(edit) @30304   15 years vboxsync Main: fixes to saveSettings and locking calls
(edit) @30298   15 years vboxsync fixed memory leaks in Machine::GetGuestPropertyValue() and …
(edit) @30055   15 years vboxsync VBoxSVC: Lock order fixes (+assert) for weird shutdown case where we …
(edit) @29971   15 years vboxsync Main: cosmetical change in error messages
(edit) @29937   15 years vboxsync Main: Reapplied r62200 with bug fixes.
(edit) @29934   15 years vboxsync reverted r62200 as it breaks powerup
(edit) @29932   15 years vboxsync Main: Rewrote ProgressProxyImpl.cpp to proxy at the most one progress …
(edit) @29864   15 years vboxsync Main: Make it possible to cancel the starting of a teleporation target.
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