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) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10693   16 years vboxsync Added setting for nested paging (default on).
(edit) @10595   16 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10420   16 years vboxsync FE/Qt4: Named the Qt3 version VirtualBox3 & the Qt4 version VirtualBox.
(edit) @10306   16 years vboxsync Main: Docs fixes.
(edit) @10305   16 years vboxsync Main: Lock the object before switching on non-const data members.
(edit) @10233   16 years vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @10007   16 years vboxsync Main (guest properties): support the delete property request
(edit) @10000   16 years vboxsync Pure naming change for the guest property store stuff. Functionality …
(edit) @9937   16 years vboxsync Main: Corrected getProcessorUsage() impl (docs, spacing etc).
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9900   16 years vboxsync Turned this annoying error into a warning. (needs to be properly fixed!)
(edit) @9883   16 years vboxsync Main: add the Main part of the guest/host configuration registry
(edit) @9332   17 years vboxsync Must make sure UINT32_C() and friends are defined when stdint.h might …
(edit) @8744   17 years vboxsync Moved the filter running over to USBProxyService (from Host). Split up …
(edit) @8682   17 years vboxsync Another shot at the windows build break.
(edit) @8680   17 years vboxsync Assert on no-lock assumptions in onUSBDeviceAttach and onUSBDeviceDetach.
(edit) @8666   17 years vboxsync Removed the duplicate USB device list in Host and moved 4 methods over …
(edit) @8603   17 years vboxsync Return a COM error if there are invalid parameters
(edit) @8602   17 years vboxsync r=bird: SATA todo.
(edit) @8581   17 years vboxsync AssertFailedBreakVoid -> AssertFailedBreak.
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8573   17 years vboxsync AssertRCBreak -> AssertRCBreakStmt; Fixed broken AssertMsgRCBreakStmt, …
(edit) @8572   17 years vboxsync AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break macros-> …
(edit) @8570   17 years vboxsync Main: Assert if the attached hard disk is SATA but aDevice is not zero
(edit) @8484   17 years vboxsync Darwin USB fixes.
(edit) @8388   17 years vboxsync Main: Fixed very old regression: Failure to lock the machine settings …
(edit) @8311   17 years vboxsync Main: Reverted r30067 because it doesn't help in case of remote …
(edit) @8310   17 years vboxsync Main: Uninitialize remote sessions after the session state is set to …
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @8055   17 years vboxsync Main/Settigs: Redone semi-faulty r29679: When reading from settings …
(edit) @8029   17 years vboxsync Main: Reverted r29679 (some file access problems).
(edit) @8024   17 years vboxsync Main: Warning (when will Microsoft fix the BOOL definiton in their …
(edit) @8020   17 years vboxsync Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor …
(edit) @7992   17 years vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @7991   17 years vboxsync Fixed PAE setting
(edit) @7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 years vboxsync Backed out 29633 & 29635 again
(edit) @7988   17 years vboxsync Argh!
(edit) @7987   17 years vboxsync Backed out 29633 & 29635 for now
(edit) @7982   17 years vboxsync Added setting for guest PAE (default off)
(edit) @7964   17 years vboxsync Attempt at making OSE build again.
(edit) @7611   17 years vboxsync Main/FE/Qt: Use "GUI/Qt3" or "gui" session type to start Qt3 GUI and …
(edit) @7596   17 years vboxsync Dynamic memory allocation for the path variable.
(edit) @7594   17 years vboxsync FE/Qt3-4: openRemoteSession get the path to the executable through the …
(edit) @7516   17 years vboxsync better error message if host kernel lacks support for SysV IPC
(edit) @7466   17 years vboxsync Main/Settings: Applied all current XML settings format todos and …
(edit) @7442   17 years vboxsync Main: Applied SATA changes from #2406. Increased XML settings version …
(edit) @7349   17 years vboxsync Main: Added IVirtualBox/IMachine::saveSettingsWithBackup() for easier …
(edit) @7341   17 years vboxsync Main/Settings: Implemented support for settings file auto-conversion …
(edit) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6965   17 years vboxsync Main: Host::checkUSBProxyService() now returns a warning instead of an …
(edit) @6616   17 years vboxsync Renaming TriStateBool enum qualifiers: True => TSTrue False => TSFalse …
(edit) @6449   17 years vboxsync Main: Fixed build after r27415.
(edit) @6440   17 years vboxsync Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6367   17 years vboxsync Main: Fixed illegal cast of HardDisk * to IVirtualDiskImage * in …
(edit) @6336   17 years vboxsync Main: Fixed: The current state modified flag was accidentially …
(edit) @6276   17 years vboxsync Main: start VBoxHeadless instead of VBoxVRDP
(edit) @6076   17 years vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @6056   17 years vboxsync first version of a PulseAudio driver backend for Linux (still no pcm_in)
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5919   17 years vboxsync gcc-4.3 warning
(edit) @5777   17 years vboxsync Main: Fixed a dedalock (Machine::AttachHardDisk() calledl VirtualBox
(edit) @5755   17 years vboxsync Added new type of network device 'e1000'. Define VBOX_WITH_E1000 to …
(edit) @5713   17 years vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @5627   17 years vboxsync Main: Improved Machine incapsulation by removing data(), userData(), …
(edit) @5559   17 years vboxsync Main: Fixed: VBoxSVC would crash on attempt to create a VM with the …
(edit) @5390   17 years vboxsync Main: Implemented IConsole::AdoptSavedState(); Prototyped …
(edit) @5361   17 years vboxsync Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
(edit) @5292   17 years vboxsync API change to allow VM to be created with predefined UUID.
(edit) @5235   17 years vboxsync Main: Fixed another r24978 regression: Don't de-associate hard disks …
(edit) @5218   17 years vboxsync Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
(edit) @5171   17 years vboxsync Added PXEDebug option scaffolding.
(edit) @5163   17 years vboxsync Main: Fixed regression caused by r24978: Don't deassociate hard disks …
(edit) @5118   17 years vboxsync Main: Added checking for errors when initializing NetworkAdapter and …
(edit) @5060   17 years vboxsync Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
(edit) @4859   17 years vboxsync Main: Renamed <Machine>/<Guest> to <Machine>/<Hardware>/<Guest> in the …
(edit) @4655   17 years vboxsync Enabled guest setting saving to snapshot tree again
(edit) @4653   17 years vboxsync Broke snapshots
(edit) @4648   17 years vboxsync Save guest settings in snapshot tree
(edit) @4528   17 years vboxsync Guest statistics interval updates (xml, imachine, iguest)
(edit) @4513   17 years vboxsync Reapplied fixed 24093.
(edit) @4498   17 years vboxsync Backed out 24093
(edit) @4492   17 years vboxsync Continued Main-VMMDev work on memory ballooning.
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4306   17 years vboxsync Main: Rotate VBox.png[.N] files (that may have been created by the …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4064   17 years vboxsync Main/Frontends: Pass the value of the DISPLAY variable of the starting …
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