VirtualBox

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

名稱 檔案大小 修訂 年份 作者 最後變更
../
CFGM.cpp 81.7 KB 36819   14 年 vboxsync CFGM: Shut up two -O3 warnings on mac.
CPUM.cpp 188.3 KB 36863   14 年 vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
CPUMDbg.cpp 51.0 KB 35625   14 年 vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
CSAM.cpp 96.3 KB 35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
DBGF.cpp 31.7 KB 36768   14 年 vboxsync IEM: Initial commit, work in progress.
DBGFAddr.cpp 15.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFAddrSpace.cpp 35.7 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFBp.cpp 26.2 KB 35694   14 年 vboxsync Debugger console: more cleanup.
DBGFCoreWrite.cpp 19.5 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFCpu.cpp 2.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFDisas.cpp 25.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFInfo.cpp 30.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFLog.cpp 4.2 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFMem.cpp 23.5 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFModule.cpp 10.7 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFOS.cpp 13.5 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFReg.cpp 82.3 KB 36826   14 年 vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
DBGFStack.cpp 20.8 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
DBGFSym.cpp 33.3 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
EM.cpp 101.5 KB 36825   14 年 vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
EMHwaccm.cpp 20.9 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
EMRaw.cpp 59.0 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
FTM.cpp 41.5 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
GMM.cpp 13.4 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
HWACCM.cpp 134.4 KB 36564   14 年 vboxsync HWACCM/SVM: Document and log new feature bits.
IEMR3.cpp 1.7 KB 36788   14 年 vboxsync OSE build fix.
IOM.cpp 81.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
Makefile.kup 0 位元組 35406   14 年 vboxsync VMMR3/Makefile.kup
MM.cpp 28.6 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMHeap.cpp 21.7 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMHyper.cpp 49.8 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMPagePool.cpp 18.5 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
MMUkHeap.cpp 15.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
PATM.cpp 253.2 KB 36801   14 年 vboxsync PATM: Indentation and comments of the structures. Fix remaining …
PATMA.asm 70.5 KB 35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMA.mac 5.3 KB 35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMGuest.cpp 8.3 KB 35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMPatch.cpp 52.1 KB 35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMPatch.h 5.6 KB 35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
PATMSSM.cpp 57.0 KB 36669   14 年 vboxsync PATM: Record trampoline patches in the target to update the …
PDM.cpp 81.5 KB 36041   14 年 vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
PDMAsyncCompletion.cpp 54.7 KB 36001   14 年 vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
PDMAsyncCompletionFile.cpp 45.9 KB 36799   14 年 vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
PDMAsyncCompletionFileFailsafe.cpp 9.8 KB 36001   14 年 vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
PDMAsyncCompletionFileNormal.cpp 64.3 KB 36001   14 年 vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
PDMBlkCache.cpp 90.8 KB 36568   14 年 vboxsync PDMBlkCache: fixed memory leak
PDMCritSect.cpp 20.8 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
PDMDevHlp.cpp 140.2 KB 36437   14 年 vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
PDMDevice.cpp 37.8 KB 35810   14 年 vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
PDMDevMiscHlp.cpp 23.7 KB 36820   14 年 vboxsync PDMDevMiscHlp.cpp: Correct logging.
PDMDriver.cpp 57.4 KB 35810   14 年 vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
PDMLdr.cpp 57.9 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
PDMQueue.cpp 28.9 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
PDMThread.cpp 34.4 KB 36437   14 年 vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
PDMUsb.cpp 50.6 KB 35810   14 年 vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
PGM.cpp 199.8 KB 36893   14 年 vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
PGMBth.h 10.1 KB 35333   14 年 vboxsync VMM source reorg.
PGMDbg.cpp 97.0 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMGst.h 4.8 KB 35333   14 年 vboxsync VMM source reorg.
PGMHandler.cpp 23.4 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMMap.cpp 50.6 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMPhys.cpp 156.1 KB 36893   14 年 vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
PGMPhysRWTmpl.h 1.6 KB 35333   14 年 vboxsync VMM source reorg.
PGMPool.cpp 53.5 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMSavedState.cpp 122.8 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMSharedPage.cpp 14.0 KB 36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
PGMShw.h 10.2 KB 35333   14 年 vboxsync VMM source reorg.
SELM.cpp 101.6 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
SSM.cpp 308.9 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
STAM.cpp 72.2 KB 35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
TM.cpp 129.7 KB 36254   14 年 vboxsync GIP,++: Lots of CPUs (disabled).
TRPM.cpp 76.1 KB 36823   14 年 vboxsync IEM: fixed interrupt delivery in verification mode.
VBoxVMMDeps.cpp 1.9 KB 35410   14 年 vboxsync DBGFReg revamp #2.
VM.cpp 156.5 KB 36768   14 年 vboxsync IEM: Initial commit, work in progress.
VMEmt.cpp 44.7 KB 36437   14 年 vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
VMM.cpp 84.2 KB 36054   14 年 vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
VMMGuruMeditation.cpp 27.3 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
VMMR3.def 5.0 KB 34703   14 年 vboxsync VMMR3.def: Corrected the DLL name.
VMMSwitcher.cpp 37.3 KB 36415   14 年 vboxsync nits
VMMTests.cpp 24.3 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
VMReq.cpp 48.1 KB 35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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