VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28306   15 years vboxsync Guest Control: There only can be one (tm).
(edit) @28305   15 years vboxsync Guest Control: Update (error handling).
(edit) @28300   15 years vboxsync Burn fix.
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28288   15 years vboxsync solaris build fix
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28207   15 years vboxsync Guest Control: Fix service name.
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28132   15 years vboxsync Guest Control: Update (fixed leak in host service, --wait option for …
(edit) @28051   15 years vboxsync Another attempt to initialize the balloon correct during startup
(edit) @28049   15 years vboxsync Pass on memory balloon property to the vmm device during startup.
(edit) @28040   15 years vboxsync Fixes
(edit) @28038   15 years vboxsync Wrong units
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28032   15 years vboxsync Guest Control/Main: Renamed IGuest::ExecuteProgram to …
(edit) @28029   15 years vboxsync Guest Control/VBoxService+Main: Bugfix for multiple environment blocks.
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28004   15 years vboxsync Metrics updates
(edit) @27998   15 years vboxsync Dropped Guest/Pagefile/Usage/Free
(edit) @27996   15 years vboxsync Guest Control: Update (Main: argument as array, SDK docs).
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27945   15 years vboxsync Guest Control: Update (added dummy IProgress, update to host service).
(edit) @27930   15 years vboxsync Metrics updates (untested)
(edit) @27896   15 years vboxsync Metrics updates
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27852   15 years vboxsync Guest Control: Update.
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27788   15 years vboxsync Guest Control: Update (Main, registering host service, bugfixes).
(edit) @27773   15 years vboxsync Guest Control: Update (VBoxManage), corrected typo in GuestImpl.cpp.
(edit) @27767   15 years vboxsync Guest Control: Update (Main).
(edit) @27742   15 years vboxsync Guest Control: Build fix.
(edit) @27741   15 years vboxsync Guest Control: Update (Main, Host Service, Testcase).
(edit) @27712   15 years vboxsync Main/GuestImpl: Try to fix SDK burns.
(edit) @27707   15 years vboxsync Main: xpcom burn fix, use IN_BSTR as smart array type in ExecuteProgram.
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27190   15 years vboxsync Main/GuestImpl: IGuest::GetSupportsGraphics() should return FALSE if …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(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) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
(edit) @16125   16 years vboxsync Guest::SetStatistic argument check as well.
(edit) @16123   16 years vboxsync Typo in Guest::GetStatistic argument check.
(edit) @15152   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8350   17 years vboxsync Main: revert r30118, as we already log this in VMMDev
(edit) @8343   17 years vboxsync Main: release log when the guest reports its maximum resolution
(edit) @8323   17 years vboxsync Frontends/VirtualBox3/4, Main: only switch to seamless mode if the …
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4685   17 years vboxsync Sample number added for guest statistics
(edit) @4647   17 years vboxsync Completed statistic query
(edit) @4608   17 years vboxsync Missing stat
(edit) @4573   17 years vboxsync More statistics. Started implementing the guest side.
(edit) @4571   17 years vboxsync Future proof
(edit) @4570   17 years vboxsync More guest statistics
(edit) @4529   17 years vboxsync Query memory balloon size & statistics update interval during IGuest …
(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) @4321   17 years vboxsync mMemoryBalloonSize default init
(edit) @4320   17 years vboxsync different default
(edit) @4319   17 years vboxsync Zero seconds = turn off
(edit) @4318   17 years vboxsync Update interval for guest statistics
(edit) @4316   17 years vboxsync Skeleton for guest statistics
(edit) @4314   17 years vboxsync Added memory balloon property to the Guest class
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3911   17 years vboxsync Main: IGuest::seamlessSupport => supportsSeamless.
(edit) @3582   17 years vboxsync Added seamless support property to the IGuest class
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2567   18 years vboxsync Main & All Frontends: replaced the IGuestOSType IMachine::OSType …
(add) @1   55 years vboxsync import
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