VirtualBox

source: vbox/trunk/src/VBox/VMM@ 24006

Name Size Rev Age Author Last Change
../
PATM 23817   15 years vboxsync PATM: 64-bit host saved state fixes (addresses testbox burn).
testcase 23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
VMMAll 23853   15 years vboxsync docs
VMMGC 23297   15 years vboxsync Zero out the high parts of all registers in the RC trap handler.
VMMR0 23983   15 years vboxsync Must flush all contexts when restarting with asid 1
VMMRZ 20875   16 years vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
VMMSwitcher 21946   16 years vboxsync AMD64andLegacy.mac: CPUM.ulOffCPUMCPU is 32-bit.
CFGM.cpp 76.5 KB 23587   15 years vboxsync CFGM: Optimize the lookups.
CFGMInternal.h 3.2 KB 22526   16 years vboxsync CFGM: Fixed string length bug in CFGMR3InsertStringFV.
CPUM.cpp 129.6 KB 23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
CPUMInternal.h 11.8 KB 23794   15 years vboxsync More synthetic cpu work
CPUMInternal.mac 13.5 KB 23794   15 years vboxsync More synthetic cpu work
DBGF.cpp 31.7 KB 23925   15 years vboxsync dbgfR3VMMWait: polling hack.
DBGFAddr.cpp 15.2 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFAddrSpace.cpp 32.6 KB 22112   16 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
DBGFBp.cpp 26.3 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFDisas.cpp 23.7 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFInfo.cpp 26.5 KB 23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
DBGFInternal.h 9.3 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFLog.cpp 4.4 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFMem.cpp 16.8 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFModule.cpp 10.9 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFOS.cpp 13.7 KB 23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
DBGFStack.cpp 21.1 KB 23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFSym.cpp 33.2 KB 22112   16 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
EM.cpp 95.6 KB 23211   15 years vboxsync Logging change
EMHandleRCTmpl.h 11.2 KB 21653   16 years vboxsync TPR patching updates
EMHwaccm.cpp 20.4 KB 22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
EMInternal.h 14.6 KB 21251   16 years vboxsync emR3SingleStepExecRem shouldn't be static
EMRaw.cpp 58.7 KB 23372   15 years vboxsync pgmR3PoolClearAll.
GMM.cpp 10.1 KB 20864   16 years vboxsync SUP,*: API cleanup.
HWACCM.cpp 122.5 KB 23794   15 years vboxsync More synthetic cpu work
HWACCMInternal.h 32.6 KB 23699   15 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
HWACCMInternal.mac 2.3 KB 15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
IOM.cpp 82.0 KB 20776   16 years vboxsync IOMR3MMIODeregister: unlock in assertion return paths
IOMInternal.h 19.8 KB 22924   15 years vboxsync VMM: Made STAM assert on missaligned statistics. Fixed a bunch of …
Makefile.kmk 12.2 KB 23452   15 years vboxsync Makefiles: Corrected properties.
MM.cpp 27.9 KB 22793   16 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
MMHeap.cpp 21.8 KB 20774   16 years vboxsync Debug logging updates for the hyper heap
MMHyper.cpp 46.0 KB 22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
MMInternal.h 26.7 KB 22939   15 years vboxsync MMInternal.h: typo.
MMPagePool.cpp 18.7 KB 20866   16 years vboxsync SUP: Removed two obsolete allocation APIs.
MMUkHeap.cpp 15.3 KB 20774   16 years vboxsync Debug logging updates for the hyper heap
PDM.cpp 53.5 KB 23716   15 years vboxsync PDM: Save the device list in pass 0 (as well as in the final pass) so …
PDMAsyncCompletion.cpp 37.9 KB 22309   16 years vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
PDMAsyncCompletionFile.cpp 27.5 KB 23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
PDMAsyncCompletionFileCache.cpp 57.1 KB 23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
PDMAsyncCompletionFileFailsafe.cpp 7.8 KB 23978   15 years vboxsync Remove semicolon
PDMAsyncCompletionFileInternal.h 21.1 KB 23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
PDMAsyncCompletionFileNormal.cpp 40.6 KB 23959   15 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
PDMAsyncCompletionInternal.h 10.1 KB 22309   16 years vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
PDMCritSect.cpp 17.4 KB 23350   15 years vboxsync VMM: Added PDMCritSectHasWaiters and PDMR3CritSectYield.
PDMDevHlp.cpp 136.9 KB 23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
PDMDevice.cpp 36.5 KB 23077   15 years vboxsync PDM: typo, device => driver
PDMDevMiscHlp.cpp 17.2 KB 23901   15 years vboxsync doc typo.
PDMDriver.cpp 40.3 KB 23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
PDMInternal.h 40.7 KB 23584   15 years vboxsync pdmR3Load: Relaxed device/instance ordering assumptions.
PDMLdr.cpp 38.3 KB 20864   16 years vboxsync SUP,*: API cleanup.
PDMQueue.cpp 30.5 KB 21847   16 years vboxsync VMM logging: avoid crash
PDMThread.cpp 32.9 KB 15540   16 years vboxsync pdmR3ThreadMain: Added LogRel on unexpected thread termination.
PGM.cpp 212.1 KB 23488   15 years vboxsync PGM: Lock stats and check for write locks on monitored pages during …
PGMBth.h 10.8 KB 20759   16 years vboxsync More locking
PGMDbg.cpp 21.4 KB 20947   16 years vboxsync PGMR3DbgScanVirtual: Chop the range so we don't end up above 4GB on a …
PGMGst.h 5.0 KB 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PGMGstDefs.h 5.3 KB 17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMHandler.cpp 23.1 KB 20808   16 years vboxsync Removed dead code
PGMInternal.h 204.1 KB 23853   15 years vboxsync docs
PGMMap.cpp 47.9 KB 22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
PGMPhys.cpp 117.7 KB 23833   15 years vboxsync PGMPhys.cpp: reverted r53588 - wrong fix.
PGMPhysRWTmpl.h 1.8 KB 20808   16 years vboxsync Removed dead code
PGMPool.cpp 44.4 KB 23519   15 years vboxsync Backed out 53066; problem area elswhere
PGMSavedState.cpp 103.6 KB 23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
PGMShw.h 9.4 KB 20810   16 years vboxsync EPT fix for locking root page
REMInternal.h 9.2 KB 22707   16 years vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
SELM.cpp 101.6 KB 22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
SELMInternal.h 7.9 KB 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
SSM.cpp 286.0 KB 23905   15 years vboxsync SSM: Moved the LivePrep phase to the worker thread.
SSMInternal.h 10.4 KB 23709   15 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
STAM.cpp 69.6 KB 22924   15 years vboxsync VMM: Made STAM assert on missaligned statistics. Fixed a bunch of …
STAMInternal.h 3.8 KB 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TM.cpp 116.0 KB 23794   15 years vboxsync More synthetic cpu work
TMInternal.h 24.8 KB 22242   16 years vboxsync Made TSC underflow checking more generic.
TRPM.cpp 75.9 KB 22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
TRPMInternal.h 9.0 KB 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TRPMInternal.mac 3.9 KB 19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
VBoxVMMDeps.cpp 1.8 KB 22112   16 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
VM.cpp 136.7 KB 23917   15 years vboxsync VM: Set it VMINT::fTeleportedAndNotFullyResumedYet in VMR3Load.…
VMEmt.cpp 41.4 KB 23190   15 years vboxsync VMEmt.cpp: Logging changes.
VMInternal.h 15.9 KB 23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
VMM.cpp 80.1 KB 23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
VMMCodingGuidelines.cpp 3.9 KB 9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMMDocsRawMode.cpp 1.1 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMGuruMeditation.cpp 20.2 KB 20875   16 years vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
VMMInternal.h 22.1 KB 23487   15 years vboxsync VMM: Saved and restore the [R|E]FLAGS register in the …
VMMInternal.mac 2.5 KB 23487   15 years vboxsync VMM: Saved and restore the [R|E]FLAGS register in the …
VMMSwitcher.cpp 36.6 KB 21942   16 years vboxsync VMM: detect syscall usage on the host.
VMMTests.cpp 24.3 KB 20864   16 years vboxsync SUP,*: API cleanup.
VMReq.cpp 45.6 KB 23191   15 years vboxsync VMM: Hacked EM to quit processing forced actions on VINF_EM_SUSPEND, …
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette