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) @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.
(edit) @29799   15 years vboxsync Machine::QueryLogFilename: Must set aName in the case where the file …
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @29568   15 years vboxsync Rely on feature.h
(edit) @29565   15 years vboxsync Comment
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29470   15 years vboxsync Main/Machine: bump chunk size for reading the log file to 32K
(edit) @29462   15 years vboxsync Added page fusion xml config entry
(edit) @29422   15 years vboxsync Main/OVF: fix IDE channel confusion introduced with earlier OVF …
(edit) @29386   15 years vboxsync compact headers
(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) @29347   15 years vboxsync Main: fix warnings
(edit) @29325   15 years vboxsync Main/Machine: fix regression due to negated bool parameter resulting …
(edit) @29309   15 years vboxsync Wording
(edit) @29225   15 years vboxsync Shared paging property for IMachine and IGuest added (not implemented).
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29192   15 years vboxsync Main/Machine: actually fulfill the locking requirements of the …
(edit) @28949   15 years vboxsync MachineImpl.cpp: More details when a spawned VM process croaks.
(edit) @28851   15 years vboxsync typo
(edit) @28850   15 years vboxsync Main/Machine: allow guest property updates while a live merge is running
(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) @28764   15 years vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28744   15 years vboxsync Main/Medium: fix guest CPU metric names
(edit) @28694   15 years vboxsync MachineImpl.cpp: Drop the hardcoded xml suffixes. (A bit ugly, but …
(edit) @28691   15 years vboxsync Machine::DeleteSettings: Delete the XML backup (VM.xml-prev) as well …
(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) @28559   15 years vboxsync Main: warning
(edit) @28549   15 years vboxsync Currently we only support memory ballooning on all 64-bit hosts except …
(edit) @28529   15 years vboxsync Main: added a note
(edit) @28527   15 years vboxsync Main: IMachine::SetMemoryBalloonSize may change the size of the …
(edit) @28401   15 years vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @28352   15 years vboxsync Main/Machine: RTProcCreate on Windows can finally handle spaces, …
(edit) @28343   15 years vboxsync Main: Added QueryLogFilename for getting the full log file path of an …
(edit) @28304   15 years vboxsync Main: free some bytes in destructors
(edit) @28214   15 years vboxsync Main/Machine: correctly release the lock
(edit) @28212   15 years vboxsync Main/Machine: in ReadLog: release lock early, as the file read can …
(edit) @28194   15 years vboxsync Main/Machine: implement IMachine::readLog, and fix log file deletion …
(edit) @28110   15 years vboxsync Main: more Machine::init() work to get OVF vbox:Machine import …
(edit) @28098   15 years vboxsync Main: don't export snapshots in OVF, separate OVF import from …
(edit) @28091   15 years vboxsync Main: clean up Machine::init() and instance data
(edit) @28046   15 years vboxsync IMachine's MemoryBalloonSize property now affects running guests as well.
(edit) @28005   15 years vboxsync Metrics updates
(edit) @27998   15 years vboxsync Dropped Guest/Pagefile/Usage/Free
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27914   15 years vboxsync Main: fix initialization order in machine
(edit) @27893   15 years vboxsync Init
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27874   15 years vboxsync Main/Machine: make the config file existence check override actually …
(edit) @27858   15 years vboxsync Main: gcc warnings
(edit) @27849   15 years vboxsync metrics update
(edit) @27835   15 years vboxsync Main/OVF: dump vbox machine XML into OVF's VirtualSystem element on …
(edit) @27834   15 years vboxsync Main/guest properties: correct method capitalisation
(edit) @27823   15 years vboxsync More cleanup
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27818   15 years vboxsync Main/GuestProperties: cleaned up and fixed a problem with …
(edit) @27798   15 years vboxsync build fix
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27796   15 years vboxsync Main: attempt at USB locking fixes
(edit) @27793   15 years vboxsync Main: addendum to r56387 (properly initialze mRTCUseUTC)
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27761   15 years vboxsync Main: fixed saving guest properties at machine power off
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27685   15 years vboxsync Main/Machine: add stub for method to read VM log file.
(edit) @27680   15 years vboxsync Main/Machine: fix resource leak introduced by last change.
(edit) @27677   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27644   15 years vboxsync Main: fix missing machine settings save in some takeSnapshot() …
(edit) @27610   15 years vboxsync build fix
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27537   15 years vboxsync Main: API consistency: method names start with lower case always; no …
(edit) @27324   15 years vboxsync Main: Introduce various I/O control settings: * Used I/O manager …
(edit) @27256   15 years vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @27179   15 years vboxsync Main: rename internal method
(edit) @27176   15 years vboxsync Fixed HWVirtExPropertyType_LargePages
(edit) @27175   15 years vboxsync Missing modified & backup calls
(edit) @27172   15 years vboxsync Main: fix trunk regression that caused Machine::SetHWVirtExProperty to …
(edit) @27166   15 years vboxsync Added large page property.
(edit) @26951   15 years vboxsync introduced VBOX_WITH_VUSB
(edit) @26908   15 years vboxsync Main/MachineImpl+Frontends/VirtualBox: disable showing VM start errors …
(edit) @26768   15 years vboxsync Main: unbreak MountMedium(NULL) broken by r58004
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26738   15 years vboxsync Main: fix locking order violation in Machine::AttachDevice()
(edit) @26704   15 years vboxsync Main/MachineImpl: Don't AssertReturn on Writelock when only read lock …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26511   15 years vboxsync Main: tabs -> spaces.
(edit) @26459   15 years vboxsync Main: HPET machine property, cleanups
(edit) @26443   15 years vboxsync Fixed loading DisplayScreenshot from saved state (a corrected fix).
(edit) @26440   15 years vboxsync Main: configurable HID types work
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