VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3@ 38325

Name Size Rev Age Author Last Change
../
CFGM.cpp 81.7 KB 36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
CPUM.cpp 188.6 KB 37136   14 years vboxsync CPUM: Option to set Hypervisor Present bit.
CPUMDbg.cpp 51.0 KB 35625   14 years vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
CSAM.cpp 96.4 KB 36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
DBGF.cpp 31.8 KB 37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
DBGFAddr.cpp 15.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFAddrSpace.cpp 35.7 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFBp.cpp 26.2 KB 35694   14 years vboxsync Debugger console: more cleanup.
DBGFCoreWrite.cpp 19.5 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFCpu.cpp 2.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFDisas.cpp 25.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFInfo.cpp 30.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFLog.cpp 4.2 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFMem.cpp 23.5 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFModule.cpp 10.7 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFOS.cpp 13.5 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFR3Trace.cpp 5.7 KB 37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
DBGFReg.cpp 82.3 KB 36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
DBGFStack.cpp 20.8 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFSym.cpp 33.3 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
EM.cpp 103.8 KB 38325   13 years vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
EMHwaccm.cpp 20.9 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
EMRaw.cpp 57.5 KB 38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
FTM.cpp 41.5 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
GMM.cpp 13.4 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
HWACCM.cpp 134.4 KB 37323   14 years vboxsync build fix and some prefix cleanup.
IEMR3.cpp 1.7 KB 36788   14 years vboxsync OSE build fix.
IOM.cpp 81.0 KB 37467   13 years vboxsync IOM: Clean up locking now that all devices has its own CS.
Makefile.kup 0 bytes 35406   14 years vboxsync VMMR3/Makefile.kup
MM.cpp 28.6 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMHeap.cpp 21.7 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMHyper.cpp 50.2 KB 36960   14 years vboxsync PGM,MM: Heap and shadow pool size adjustments for large memory configs.
MMPagePool.cpp 18.5 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMUkHeap.cpp 15.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
PATM.cpp 253.3 KB 36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
PATMA.asm 70.8 KB 37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
PATMA.mac 5.3 KB 35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMGuest.cpp 8.3 KB 35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMPatch.cpp 52.1 KB 35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMPatch.h 5.6 KB 35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMSSM.cpp 57.0 KB 36669   14 years vboxsync PATM: Record trampoline patches in the target to update the …
PDM.cpp 81.8 KB 37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
PDMAsyncCompletion.cpp 54.7 KB 36001   14 years vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
PDMAsyncCompletionFile.cpp 46.0 KB 37597   13 years vboxsync darwin build fix
PDMAsyncCompletionFileFailsafe.cpp 9.9 KB 37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
PDMAsyncCompletionFileNormal.cpp 64.3 KB 37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
PDMBlkCache.cpp 91.2 KB 37933   13 years vboxsync Assertion are VBOX_STRICT not DEBUG.
PDMCritSect.cpp 23.1 KB 37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
PDMDevHlp.cpp 144.4 KB 37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
PDMDevice.cpp 38.0 KB 37812   13 years vboxsync VMM: LogRel on VERR_PDM_DEVICE_NOT_FOUND
PDMDevMiscHlp.cpp 23.7 KB 36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
PDMDriver.cpp 57.4 KB 37418   13 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
PDMLdr.cpp 58.5 KB 37443   13 years vboxsync PDM: Implemented the NOP critical section.
PDMQueue.cpp 28.9 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
PDMThread.cpp 34.4 KB 36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
PDMUsb.cpp 51.5 KB 37879   13 years vboxsync VMM: typo.
PGM.cpp 200.4 KB 37803   13 years vboxsync GMM: Don't ignore the status code of the update loop. PGM: Initialize …
PGMBth.h 10.1 KB 35333   14 years vboxsync VMM source reorg.
PGMDbg.cpp 97.0 KB 37187   14 years vboxsync typo fix
PGMGst.h 4.8 KB 35333   14 years vboxsync VMM source reorg.
PGMHandler.cpp 23.4 KB 36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMMap.cpp 50.6 KB 36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMPhys.cpp 162.8 KB 38320   13 years vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
PGMPhysRWTmpl.h 1.6 KB 35333   14 years vboxsync VMM source reorg.
PGMPool.cpp 53.7 KB 37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
PGMSavedState.cpp 123.2 KB 37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
PGMSharedPage.cpp 14.0 KB 36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMShw.h 10.2 KB 35333   14 years vboxsync VMM source reorg.
SELM.cpp 101.6 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
SSM.cpp 309.0 KB 37026   14 years vboxsync SSM: pointers aren't UL everywhere.
STAM.cpp 72.2 KB 35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
TM.cpp 135.1 KB 37527   13 years vboxsync TM: Virtual sync timer locking fixes and assertions.
TRPM.cpp 76.1 KB 36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
VBoxVMMDeps.cpp 1.9 KB 35410   14 years vboxsync DBGFReg revamp #2.
VM.cpp 157.0 KB 38229   13 years vboxsync VMMR3/VM.cpp: Make UUID an optional parameter. Unbreaks VBoxBFE.
VMEmt.cpp 44.7 KB 36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
VMM.cpp 86.1 KB 37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
VMMGuruMeditation.cpp 27.3 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
VMMR3.def 5.1 KB 37529   13 years vboxsync build fix
VMMSwitcher.cpp 37.3 KB 36415   14 years vboxsync nits
VMMTests.cpp 24.3 KB 37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
VMReq.cpp 48.1 KB 35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
Note: See TracBrowser for help on using the repository browser.

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