VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57411   9 years vboxsync VMM: DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @53789   10 years vboxsync Improved the ugly SVGA_REG_BUSY read hack a bit.
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @37527   13 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37439   13 years vboxsync TMAllVirtual.cpp: Added some trace points.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32819   14 years vboxsync Tab
(edit) @32419   14 years vboxsync TM,HWVMXR0: Use the preemption timer to make sure we stop executing …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26315   15 years vboxsync gcc false positive warning
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22808   15 years vboxsync TM: hiding VMM internal APIs.
(edit) @20050   16 years vboxsync TM: new state and more logging (gee).
(edit) @19810   16 years vboxsync TM: TMTimerPoll hacking.
(edit) @19803   16 years vboxsync TM: More smp hacking on the virtual sync clock.
(edit) @19753   16 years vboxsync More stats.
(edit) @19752   16 years vboxsync TM: Revised tmVirtualSyncGetEx for SMP.
(edit) @19747   16 years vboxsync TM: Cleaned up pausing and resuming the clocks.
(edit) @19709   16 years vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19444   16 years vboxsync TM: Serialize EMT access using a critsect.
(edit) @19415   16 years vboxsync Corrected assertions
(edit) @19400   16 years vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
(edit) @19324   16 years vboxsync fVirtualTicking -> cVirtualTicking. Turn on the virtual timer only …
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @14299   16 years vboxsync Corrected grammos in comments. No code changes.
(edit) @14253   16 years vboxsync TM: A shot at #3321
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13633   16 years vboxsync #1865: TM.
(edit) @13380   16 years vboxsync tmVirtualNanoTSRediscover: return to R3 when we start stepping (1ns). …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5505   17 years vboxsync Hooked up the new IPRT time code.
(edit) @5400   17 years vboxsync minor IN_GC tweak.
(edit) @4592   17 years vboxsync Give up earlier, esp. if we're not the EMT - just had EMT in a HLT …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3697   17 years vboxsync double underscore cleanup.
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3393   17 years vboxsync Removed PCSUPGLOBALINFOPAGE and PCSUPGIPCPU to avoid const/volatile …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2908   18 years vboxsync Removing the TM debug code.
(edit) @2885   18 years vboxsync Read the previous value together with the GIP.
(edit) @2883   18 years vboxsync annoying assertion…
(edit) @2869   18 years vboxsync Create a speciallized version of the RTTimeNanoTS code in timesup.cpp …
(edit) @2861   18 years vboxsync Backed out 21511,21510 and 21508
(edit) @2860   18 years vboxsync Wonder if this is what busted testboxopt... I've got the info I needed …
(edit) @2859   18 years vboxsync some more.
(edit) @2857   18 years vboxsync More logging.
(edit) @2744   18 years vboxsync Gather some more info on that TM.cpp assertion…
(edit) @2611   18 years vboxsync UCTOffset (ns).
(edit) @2551   18 years vboxsync Added TMVirtualSyncGetEx. Do not check timers in TMCpuTickGetOffset.
(edit) @2283   18 years vboxsync Working TMCLOCK_VIRTUAL_SYNC.
(edit) @2248   18 years vboxsync Implementing timer syncrhonous virtual clock.
(edit) @2082   18 years vboxsync spaces
(edit) @2075   18 years vboxsync Added TMVirtualGetEx. Changed TMCpuTickGetOffset to return virtual …
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @443   18 years vboxsync Implemented Warp drive. This can be configured using the …
(edit) @23   18 years vboxsync string.h & stdio.h + header cleanups.
(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