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) @14694   16 years vboxsync warning
(edit) @14666   16 years vboxsync Main: Better result codes for VIrtualBox::createMachine(), …
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @14437   16 years vboxsync FE/Qt4: 2883: Structure OS list. Feature request implemented in base …
(edit) @14315   16 years vboxsync Correction
(edit) @14314   16 years vboxsync Fixed Accelerate3D saving.
(edit) @14313   16 years vboxsync Reduce a few cases of words doubled.
(edit) @14290   16 years vboxsync Main: Fixed typos in printf arg list (could lead to problems similar …
(edit) @14263   16 years vboxsync Main/Guest properties: uninitialised class member
(edit) @14225   16 years vboxsync Main: Use the parent's hard disk format when implicitly creating …
(edit) @14142   16 years vboxsync Main: BOOL->bool warning.
(edit) @13962   16 years vboxsync Added Accelerate3D xml setting and IMachine property.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13779   16 years vboxsync Recommitted r38734: Guest Properties (HostServices and Main): major …
(edit) @13762   16 years vboxsync Backed out 38734.
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13723   16 years vboxsync Renamed the attribute
(edit) @13722   16 years vboxsync Introduced new xml setting for the number of virtual CPUs.
(edit) @13713   16 years vboxsync Main: #3276: Simplified suspend/resume event handling in VBoxSVC.
(edit) @13696   16 years vboxsync Main: Fixed: Closing sessions was not always noticed by the server …
(edit) @13638   16 years vboxsync Main: GCC warning.
(edit) @13591   16 years vboxsync Main/SettingsConverter: Let SaveSettings/SaveSettingsWithBackup …
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13574   16 years vboxsync Guest Properties (HostServices and Main): redid property flag handling
(edit) @13555   16 years vboxsync Main (Guest Properties): more checks for allocation failures
(edit) @13551   16 years vboxsync HostServices/GuestProperties and Main (Guest Properties): use the new …
(edit) @13461   16 years vboxsync Main (Guest Properties): another globbing fix
(edit) @13460   16 years vboxsync Main (Guest Properties): properly initialise …
(edit) @13459   16 years vboxsync Main (Guest Properties): another temporary testbox hack
(edit) @13457   16 years vboxsync Main: Implemented detection of the unexpected spawning session …
(edit) @13455   16 years vboxsync Main (Guest Properties): temporary release assertion for the benefit …
(edit) @13453   16 years vboxsync Main (Guest Properties): try again to fix the XML issues
(edit) @13451   16 years vboxsync Main (Guest Properties): reverted r38230
(edit) @13448   16 years vboxsync Main (Guest Properties): fixed error loading machine XML
(edit) @13444   16 years vboxsync Main (Guest Properties): rewrites to globbing code
(edit) @13436   16 years vboxsync Main (Guest Properties): added host-side callbacks
(edit) @13431   16 years vboxsync Main: Fixed a bunch of assertions caused by the code that detects a …
(edit) @13405   16 years vboxsync Main: report unexpected failures when spawning a remote session
(edit) @13372   16 years vboxsync Main (Guest Properties): another NULL pointer check
(edit) @13364   16 years vboxsync Main(Guest Properties): missing null pointer check
(edit) @13356   16 years vboxsync Main (Guest Properties): take flag values into account when the …
(edit) @13346   16 years vboxsync Main/MachineImpl: Made HardwareVirtExVPID, HardwareVirtExNestedPaging …
(edit) @13293   16 years vboxsync HostServices/GuestProperties and Main: support property flags - the …
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13165   16 years vboxsync Main: use the HGCM guest property change notification interface and do …
(edit) @12914   16 years vboxsync warning
(edit) @12400   16 years vboxsync PerfAPI: Improved Win collector. More realistic performance test. No …
(edit) @12066   16 years vboxsync PerfAPI: fix for VM metrics missing for direct sessions
(edit) @12020   16 years vboxsync Nested paging support activated; default changed to false
(edit) @11832   16 years vboxsync Main: call DiscardSettings() before saving guest properties in order …
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11699   16 years vboxsync Main: reading guest properties in IMachine requires AutoCaller, not …
(edit) @11683   16 years vboxsync PerfAPI: Duplicate VM entries fix
(edit) @11583   16 years vboxsync PerfAPI: New attribute PerformanceMetric::description
(edit) @11357   16 years vboxsync PerfAPI: Important! VM metrics are now associated with Machine instead …
(edit) @11108   16 years vboxsync Main, HostServices/GuestProperties: the timestamp is in nanoseconds …
(edit) @11096   16 years vboxsync Main: deal with changing existing guest properties correctly (was …
(edit) @11093   16 years vboxsync Main: fix warning (size_t assigned to ULONG)
(edit) @11091   16 years vboxsync Main: (guest properties) fix a burn and add an explanatory comment
(edit) @11090   16 years vboxsync Main: enumerate guest properties when the machine is not running
(edit) @11084   16 years vboxsync Main: missing header file in MachineImpl.cpp for guest properties
(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 …
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