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) @25998   15 years vboxsync Extra comment (todo)
(edit) @25997   15 years vboxsync Fixed assumption that GetSnapshot by name would fail; previous broken …
(edit) @25936   15 years vboxsync Main: make deleteSnapshot() work with the lock validator
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25913   15 years vboxsync Main: fix missing cleanup of snapshots in Machine destructor (causes …
(edit) @25905   15 years vboxsync Main: build fix
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25880   15 years vboxsync Main: more locking order validation fixes
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25843   15 years vboxsync Main: fix deadlock candidates detected by lock validator
(edit) @25834   15 years vboxsync Main: finish integration of Main lock validation with IPRT; only …
(edit) @25809   15 years vboxsync Main: adjust lock validation code to use IPRT lock validation, first …
(edit) @25672   15 years vboxsync introduced VBoxManage modifyvm --rtcuseutc
(edit) @25589   15 years vboxsync LsiLogic: Add SAS support for Main and Frontends
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25357   15 years vboxsync Turn on VPID by default (VT-x).
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25330   15 years vboxsync Main: fix parameter checking in AdoptSavedState
(edit) @25326   15 years vboxsync Main/Machine+MediumAttachment: fix loading the passthrough setting
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25203   15 years vboxsync Main: make SerialPort instance data private and make it use the XML …
(edit) @25198   15 years vboxsync Main: make StorageController instance data private
(edit) @25194   15 years vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25179   15 years vboxsync Wrong default HWVirtExExclusive value
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24991   15 years vboxsync Main: fix windows burn
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24936   15 years vboxsync MachineImpl.cpp: Hacked around the locking cleanup issue in …
(edit) @24919   15 years vboxsync MachineImpl.cpp: State logging.
(edit) @24765   16 years vboxsync MachineImpl/AttachDevice: the "smartness" applies only to hard disks. …
(edit) @24759   16 years vboxsync Main/MachineImpl: fix copy/paste bug in fixupMedia(), caused VBoxSVC …
(edit) @24727   16 years vboxsync Main/MachineImpl: in DetachDrive don't forget to remove the backrefs …
(edit) @24704   16 years vboxsync SessionMachine::PushGuestProperty: Fixed state validation. …
(edit) @24685   16 years vboxsync Inverted assertion
(edit) @24663   16 years vboxsync MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
(edit) @24649   16 years vboxsync Main: another autolock was done too late in SetGuestProperty
(edit) @24644   16 years vboxsync Main: autolock was done too late in SetGuestProperty
(edit) @24620   16 years vboxsync Saved state screenshot Main API fix (xTracker 4364).
(edit) @24619   16 years vboxsync make readable.
(edit) @24560   16 years vboxsync Main/MachineImpl: change the dvd/floppy mounting code so that the …
(edit) @24539   16 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24528   16 years vboxsync Saved state screenshot Main API prototype (xTracker 4364).
(edit) @24524   16 years vboxsync Main/Machine: fix error handling in MountMedium, dropping the error …
(edit) @24511   16 years vboxsync Main/MediumAttchment: back out API change which changed the return …
(edit) @24493   16 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24490   16 years vboxsync Saved state screenshot API stubs (xTracker 4364).
(edit) @24460   16 years vboxsync PAE enabled by default
(edit) @24364   16 years vboxsync Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
(edit) @24354   16 years vboxsync Main: deleteSnapshot() fixes; should mostly work now
(edit) @24348   16 years vboxsync Main: better error message when snapshot diff image is gone
(edit) @24345   16 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24344   16 years vboxsync Main: fix a really nasty problem in the Machine destructor which never …
(edit) @24342   16 years vboxsync Main/Machine: fix deadlock caused by lock order violation in …
(edit) @24323   16 years vboxsync MachineImpl: fixed instance number incrementing loop
(edit) @24316   16 years vboxsync Compile fixes
(edit) @24315   16 years vboxsync Added methods to remove cpuid leafs
(edit) @24313   16 years vboxsync Clear cpuid list
(edit) @24301   16 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24295   16 years vboxsync Added interfaces to override cpuid leafs.
(edit) @24279   16 years vboxsync Main: move huge amounts of snapshot code from MachineImpl.cpp to …
(edit) @24277   16 years vboxsync Main: fix restoreSnapshot() which updated the current snapshot only …
(edit) @24273   16 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24271   16 years vboxsync MachineImpl: don't skip instance '0' while adding storage controller
(edit) @24258   16 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24250   16 years vboxsync StorageController: added support for Instance number
(edit) @24214   16 years vboxsync Main/MachineImpl: fix SessionMachine::lockMedia() to get the medium …
(edit) @24209   16 years vboxsync Main: fix restoreSnapshot() never detaching and deleting the …
(edit) @24196   16 years vboxsync Main: add logging + weighted progress to restoreSnapshot(); convert …
(edit) @24160   16 years vboxsync Main: fixed fixupMedia() and reverted changes in r54089
(edit) @24155   16 years vboxsync Main: call medium->detachFrom() on the medium which just got detached
(edit) @24136   16 years vboxsync Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
(edit) @24090   16 years vboxsync Main/Machine: when opening a new session, don't just fail of the …
(edit) @24079   16 years vboxsync Main: logging cleanup
(edit) @24074   16 years vboxsync Main/Machine: fix race when spawning session, caused VBoxSVC crash due …
(edit) @24024   16 years vboxsync Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
(edit) @23973   16 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23945   16 years vboxsync API/Machine: more parameter checks
(edit) @23931   16 years vboxsync Main/MachineImpl: add a parameter validity check
(edit) @23928   16 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23921   16 years vboxsync Main: better error message if semget() returns ENOSPC
(edit) @23920   16 years vboxsync Main/MachineImpl: warning cosmetics
(edit) @23914   16 years vboxsync Main/MediumAttachment: very ugly fix for the fact that …
(edit) @23911   16 years vboxsync Main: fix for fix for tiny memory leak in GetExtraData
(edit) @23909   16 years vboxsync Main: fix tiny memory leak in GetExtraData
(edit) @23882   16 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(edit) @23881   16 years vboxsync Main: make restoreSnapshot() work on snapshots other than the current …
(edit) @23880   16 years vboxsync Main/MediumAttachment: change return value of Controller getter to …
(edit) @23879   16 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23801   16 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23791   16 years vboxsync Main: Allow setting IMachine::LiveMigrationTarget to TRUE when the VM …
(edit) @23769   16 years vboxsync Main/Machine: fix null medium issue introduced with the previous fix
(edit) @23763   16 years vboxsync Main/MachineImpl: fix medium backref handling for floppy/dvd media
(edit) @23750   16 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
Note: See TracRevisionLog for help on using the revision log.

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