source:
vbox/trunk/src/VBox/VMM@
22037
名稱 | 檔案大小 | 修訂 | 年份 | 作者 | 最後變更 |
---|---|---|---|---|---|
../ | |||||
PATM | 21876 | 15 年 | obsolete defines | ||
testcase | 22025 | 15 年 | SSM: Detect zero pages in ssmR3DataWriteBig and store them using a 3 … | ||
VMMAll | 22037 | 15 年 | VMM: correct report cores count, also expose more CPUID leaves by default | ||
VMMGC | 20902 | 15 年 | VMM: nitpicking - just use default | ||
VMMR0 | 22018 | 15 年 | Clearer assertion | ||
VMMRZ | 20875 | 15 年 | VMM: Renamed almost all references to CallHost to CallRing3. | ||
VMMSwitcher | 21946 | 15 年 | AMD64andLegacy.mac: CPUM.ulOffCPUMCPU is 32-bit. | ||
CFGM.cpp | 73.0 KB | 19466 | 16 年 | tstVMM,CFGM: Hacked together a TM testcase in tstVMM. | |
CFGMInternal.h | 3.2 KB | 14070 | 16 年 | CFGM: 64-bit MSC warning hunt. | |
CPUM.cpp | 117.7 KB | 22037 | 15 年 | VMM: correct report cores count, also expose more CPUID leaves by default | |
CPUMInternal.h | 11.7 KB | 21252 | 15 年 | First attempt to enable hypervisor breakpoints with vt-x/amd-v guests | |
CPUMInternal.mac | 13.4 KB | 18927 | 16 年 | Big step to separate VMM data structures for guest SMP. (pgm, em) | |
DBGF.cpp | 31.4 KB | 21144 | 15 年 | Prevent future mistakes with VM_FF_TESTANDCLEAR | |
DBGFAddr.cpp | 14.5 KB | 19463 | 16 年 | dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up … | |
DBGFAddrSpace.cpp | 31.8 KB | 21111 | 15 年 | DBGF,DBGC: Added DBGFR3AsSymbolByName and DBGFR3AsSymbolByAddr. Start … | |
DBGFBp.cpp | 27.0 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
DBGFDisas.cpp | 23.6 KB | 19642 | 16 年 | Fix | |
DBGFInfo.cpp | 26.7 KB | 20152 | 16 年 | Added DBGFR3InfoLogRel and DBGFR3InfoStdErr. | |
DBGFInternal.h | 9.3 KB | 19757 | 16 年 | VMM,IPRT,DBGC: Debug address spaces. | |
DBGFLog.cpp | 4.8 KB | 21377 | 15 年 | iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, … | |
DBGFMem.cpp | 15.9 KB | 20868 | 15 年 | DBGFR3MemRead: Support for reading HMA by virtual address. | |
DBGFModule.cpp | 10.9 KB | 19757 | 16 年 | VMM,IPRT,DBGC: Debug address spaces. | |
DBGFOS.cpp | 11.0 KB | 19300 | 16 年 | VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have … | |
DBGFStack.cpp | 19.7 KB | 19710 | 16 年 | DBGFStack.cpp: Just return on invalid input. | |
DBGFSym.cpp | 35.1 KB | 20870 | 15 年 | DBGFSym.cpp: accidentally switched on dbghelp again. (r49015) | |
EM.cpp | 92.4 KB | 21403 | 15 年 | EM.cpp: Don't call TMR3NotifySuspend in the destruction path. Should … | |
EMHandleRCTmpl.h | 11.2 KB | 21653 | 15 年 | TPR patching updates | |
EMHwaccm.cpp | 20.1 KB | 21241 | 15 年 | Correction | |
EMInternal.h | 14.6 KB | 21251 | 15 年 | emR3SingleStepExecRem shouldn't be static | |
EMRaw.cpp | 58.5 KB | 21222 | 15 年 | VMM: svn-ps.sh EM*; don't use double underscores. | |
GMM.cpp | 10.1 KB | 20864 | 15 年 | SUP,*: API cleanup. | |
HWACCM.cpp | 117.8 KB | 22015 | 15 年 | Removed unnecessary TPR patch instructions | |
HWACCMInternal.h | 30.8 KB | 22016 | 15 年 | MSR bitmap must be per-VCPU | |
HWACCMInternal.mac | 2.3 KB | 15962 | 16 年 | Added debugging code (inactive) for tracking the state of the 32/64 … | |
IOM.cpp | 82.0 KB | 20776 | 15 年 | IOMR3MMIODeregister: unlock in assertion return paths | |
IOMInternal.h | 20.6 KB | 20722 | 15 年 | More IOM locking and checks. | |
Makefile.kmk | 12.0 KB | 22032 | 15 年 | VMM: Enabled the new SSM code. | |
MM.cpp | 27.8 KB | 19663 | 16 年 | Protect the MM hypervisor heap with a critical section. | |
MMHeap.cpp | 21.8 KB | 20774 | 15 年 | Debug logging updates for the hyper heap | |
MMHyper.cpp | 46.0 KB | 21992 | 15 年 | MMR3HyperSetGuard: simplify. | |
MMInternal.h | 25.8 KB | 20866 | 15 年 | SUP: Removed two obsolete allocation APIs. | |
MMPagePool.cpp | 18.7 KB | 20866 | 15 年 | SUP: Removed two obsolete allocation APIs. | |
MMUkHeap.cpp | 15.3 KB | 20774 | 15 年 | Debug logging updates for the hyper heap | |
PDM.cpp | 51.9 KB | 21144 | 15 年 | Prevent future mistakes with VM_FF_TESTANDCLEAR | |
PDMAsyncCompletion.cpp | 36.3 KB | 21496 | 15 年 | VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API … | |
PDMAsyncCompletionFile.cpp | 22.9 KB | 21496 | 15 年 | VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API … | |
PDMAsyncCompletionFileFailsafe.cpp | 7.1 KB | 21496 | 15 年 | VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API … | |
PDMAsyncCompletionFileInternal.h | 12.1 KB | 21496 | 15 年 | VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API … | |
PDMAsyncCompletionFileNormal.cpp | 18.6 KB | 21496 | 15 年 | VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API … | |
PDMAsyncCompletionInternal.h | 9.9 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
PDMCritSect.cpp | 15.9 KB | 20753 | 15 年 | VMM: Added PDMR3CritSectLeaveAll for bulk unlocking during guru meditation. | |
PDMDevHlp.cpp | 136.3 KB | 21789 | 15 年 | PDMDriver/DevHlp.cpp: Don't use dash when mangling queue names, STAM … | |
PDMDevice.cpp | 30.2 KB | 21363 | 15 年 | PDMQueue&users-thereof: Named the queues and added statistics. | |
PDMDevMiscHlp.cpp | 17.2 KB | 20902 | 15 年 | VMM: nitpicking - just use default | |
PDMDriver.cpp | 39.4 KB | 21789 | 15 年 | PDMDriver/DevHlp.cpp: Don't use dash when mangling queue names, STAM … | |
PDMInternal.h | 40.1 KB | 21367 | 15 年 | PDMQueue: More stats. | |
PDMLdr.cpp | 38.3 KB | 20864 | 15 年 | SUP,*: API cleanup. | |
PDMQueue.cpp | 30.5 KB | 21847 | 15 年 | VMM logging: avoid crash | |
PDMThread.cpp | 32.9 KB | 15540 | 16 年 | pdmR3ThreadMain: Added LogRel on unexpected thread termination. | |
PGM.cpp | 240.1 KB | 21994 | 15 年 | PGM: Added '.pgmphystofile <file> [nozero]' for getting more … | |
PGMBth.h | 10.8 KB | 20759 | 15 年 | More locking | |
PGMDbg.cpp | 21.4 KB | 20947 | 15 年 | PGMR3DbgScanVirtual: Chop the range so we don't end up above 4GB on a … | |
PGMGst.h | 5.0 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
PGMGstDefs.h | 5.3 KB | 17215 | 16 年 | Split up the definitions and the guest code. Otherwise we'll end up … | |
PGMHandler.cpp | 23.1 KB | 20808 | 15 年 | Removed dead code | |
PGMInternal.h | 189.2 KB | 21168 | 15 年 | More statistics | |
PGMMap.cpp | 47.9 KB | 20796 | 15 年 | PGMMap.cpp: Take the PGM lock in a few place to avoid assertions … | |
PGMPhys.cpp | 117.2 KB | 21993 | 15 年 | PGMPhys.cpp: Point out VMMR0_DO_GMM_MAP_UNMAP_CHUNK bug. | |
PGMPhysRWTmpl.h | 1.8 KB | 20808 | 15 年 | Removed dead code | |
PGMPool.cpp | 29.2 KB | 20764 | 15 年 | More checks | |
PGMShw.h | 9.4 KB | 20810 | 15 年 | EPT fix for locking root page | |
REMInternal.h | 9.2 KB | 20749 | 15 年 | REMNotifyInvalidatePage: Don't overflow aGCPtrInvalidatedPages. 2xtodo | |
SELM.cpp | 101.4 KB | 19463 | 16 年 | dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up … | |
SELMInternal.h | 7.9 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
SSM-new.cpp | 214.1 KB | 22034 | 15 年 | SSM: We've got AssertMsgReturn now, use it for assertion the SSMSTATE. | |
SSM.cpp | 121.9 KB | 21927 | 15 年 | SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes. | |
SSMInternal.h | 7.9 KB | 21798 | 15 年 | SSMInternal.h: A few of extra members for the new code. | |
STAM.cpp | 68.3 KB | 20864 | 15 年 | SUP,*: API cleanup. | |
STAMInternal.h | 3.8 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
TM.cpp | 115.7 KB | 21606 | 15 年 | TM.cpp: disable one more assertion | |
TMInternal.h | 24.7 KB | 20784 | 15 年 | TM: Renamed the EmtLock to TimerCritSect as it's almost only used for … | |
TRPM.cpp | 75.7 KB | 20841 | 15 年 | Logging | |
TRPMInternal.h | 9.0 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
TRPMInternal.mac | 3.9 KB | 19286 | 16 年 | VMM,VBoxDbg: SMP refactoring, part 1. | |
VBoxVMMDeps.cpp | 1.8 KB | 13035 | 16 年 | #1865: More PGM… | |
VM.cpp | 110.6 KB | 22037 | 15 年 | VMM: correct report cores count, also expose more CPUID leaves by default | |
VMEmt.cpp | 40.9 KB | 21144 | 15 年 | Prevent future mistakes with VM_FF_TESTANDCLEAR | |
VMInternal.h | 16.4 KB | 20374 | 15 年 | *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g | |
VMM.cpp | 74.8 KB | 21963 | 15 年 | VMM: When we're switching to our own private stack, it must have a … | |
VMMCodingGuidelines.cpp | 3.9 KB | 9212 | 17 年 | Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE … | |
VMMDocsRawMode.cpp | 1.1 KB | 8155 | 17 年 | The Big Sun Rebranding Header Change | |
VMMGuruMeditation.cpp | 20.2 KB | 20875 | 15 年 | VMM: Renamed almost all references to CallHost to CallRing3. | |
VMMInternal.h | 21.8 KB | 21653 | 15 年 | TPR patching updates | |
VMMInternal.mac | 2.4 KB | 20992 | 15 年 | VMMR0JmpA-amd64.asm: Save non-volatile XMM registers on Windows/AMD64. | |
VMMSwitcher.cpp | 36.6 KB | 21942 | 15 年 | VMM: detect syscall usage on the host. | |
VMMTests.cpp | 24.3 KB | 20864 | 15 年 | SUP,*: API cleanup. | |
VMReq.cpp | 40.9 KB | 20880 | 15 年 | Queue suspend and power off calls from the VM for SMP guests (deadlock … |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器