VirtualBox

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

名稱 檔案大小 修訂 年份 作者 最後變更
../
VMMSwitcher 21946   15 年 vboxsync AMD64andLegacy.mac: CPUM.ulOffCPUMCPU is 32-bit.
VMMRZ 20875   15 年 vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
VMMR0 24848   15 年 vboxsync x86.h/.mac,CPUM.cpp: made FTW a word again and made cpumR3InfoOne dump …
VMMGC 24680   15 年 vboxsync VMMGC.mac: Use new section definition form on darwin and ditch the 50 …
VMMAll 24833   15 年 vboxsync Skip flush in HWACCMInvalidatePageOnAllVCpus when a tlb flush is …
testcase 24800   15 年 vboxsync darwin.amd64 build fix.
PATM 23817   15 年 vboxsync PATM: 64-bit host saved state fixes (addresses testbox burn).
VMReq.cpp 46.9 KB 24738   15 年 vboxsync VMReq.cpp: Made VMR3ReqProcessU re-entrant.
VMMTests.cpp 24.3 KB 20864   15 年 vboxsync SUP,*: API cleanup.
VMMSwitcher.cpp 36.6 KB 24009   15 年 vboxsync don't use <ctype.h> on UTF-8.
VMMInternal.mac 2.5 KB 23487   15 年 vboxsync VMM: Saved and restore the [R|E]FLAGS register in the …
VMMInternal.h 22.2 KB 24582   15 年 vboxsync VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
VMMGuruMeditation.cpp 20.2 KB 20875   15 年 vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
VMMDocsRawMode.cpp 1.1 KB 8155   17 年 vboxsync The Big Sun Rebranding Header Change
VMMCodingGuidelines.cpp 3.9 KB 9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMM.cpp 80.8 KB 24844   15 年 vboxsync VMM.cpp: Attempt to work around the 'loaded too much' issue on darwin …
VMInternal.h 16.6 KB 24738   15 年 vboxsync VMReq.cpp: Made VMR3ReqProcessU re-entrant.
VMEmt.cpp 42.5 KB 24740   15 年 vboxsync VMM, PDM: Need a AsyncNotificationCompleted helper so we can skip the …
VM.cpp 140.4 KB 24874   15 年 vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
VBoxVMMDeps.cpp 1.8 KB 24061   15 年 vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
TRPMInternal.mac 3.9 KB 19286   16 年 vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
TRPMInternal.h 9.0 KB 20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TRPM.cpp 75.9 KB 22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
TMInternal.h 24.8 KB 22242   15 年 vboxsync Made TSC underflow checking more generic.
TM.cpp 116.0 KB 23794   15 年 vboxsync More synthetic cpu work
STAMInternal.h 3.8 KB 20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
STAM.cpp 69.6 KB 22924   15 年 vboxsync VMM: Made STAM assert on missaligned statistics. Fixed a bunch of …
SSMInternal.h 10.6 KB 24804   15 年 vboxsync SSM: Added the pass to the statistics (so it's possible to watch progress).
SSM.cpp 298.4 KB 24897   15 年 vboxsync ssmR3StrmClose: Signal the right semaphore. Fixes deadlock when …
SELMInternal.h 7.9 KB 20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
SELM.cpp 101.6 KB 22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
REMInternal.h 9.2 KB 22707   15 年 vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
PGMShw.h 10.0 KB 24077   15 年 vboxsync Fixed nested paging for 64 bits guests on 32 bits hosts (AMD-V only).
PGMSavedState.cpp 110.8 KB 24876   15 年 vboxsync PGMSavedState: refinement.
PGMPool.cpp 44.4 KB 23519   15 年 vboxsync Backed out 53066; problem area elswhere
PGMPhysRWTmpl.h 1.8 KB 20808   15 年 vboxsync Removed dead code
PGMPhys.cpp 119.1 KB 24767   15 年 vboxsync PGM: Deal with write monitored pages without involving EMT. This works …
PGMMap.cpp 47.9 KB 22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
PGMInternal.h 205.6 KB 24874   15 年 vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
PGMHandler.cpp 23.1 KB 20808   15 年 vboxsync Removed dead code
PGMGstDefs.h 5.3 KB 17215   16 年 vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMGst.h 5.0 KB 20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PGMDbg.cpp 25.7 KB 24061   15 年 vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
PGMBth.h 10.8 KB 20759   15 年 vboxsync More locking
PGM.cpp 216.1 KB 24874   15 年 vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
PDMThread.cpp 33.1 KB 24244   15 年 vboxsync PDMThread: Fend of already suspended threads in PDMR3ThreadSuspend.
PDMQueue.cpp 30.5 KB 21847   15 年 vboxsync VMM logging: avoid crash
PDMLdr.cpp 38.3 KB 24580   15 年 vboxsync PDMLdr.cpp: Call VMSetError before freeing the filename used in the …
PDMInternal.h 42.7 KB 24744   15 年 vboxsync PDM: Async reset notification handling as well.
PDMDriver.cpp 43.1 KB 24744   15 年 vboxsync PDM: Async reset notification handling as well.
PDMDevMiscHlp.cpp 18.5 KB 24125   15 年 vboxsync DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
PDMDevice.cpp 37.2 KB 24730   15 年 vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
PDMDevHlp.cpp 141.1 KB 24744   15 年 vboxsync PDM: Async reset notification handling as well.
PDMCritSect.cpp 17.4 KB 23350   15 年 vboxsync VMM: Added PDMCritSectHasWaiters and PDMR3CritSectYield.
PDMAsyncCompletionInternal.h 10.1 KB 22309   15 年 vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
PDMAsyncCompletionFileNormal.cpp 41.0 KB 24530   15 年 vboxsync AsyncCompletion: Fix assertion when closing endpoints
PDMAsyncCompletionFileInternal.h 22.5 KB 24621   15 年 vboxsync AsyncCompletion: Implement new caching using the 2Q algorithm
PDMAsyncCompletionFileFailsafe.cpp 8.2 KB 24358   15 年 vboxsync AsyncCompletion: Don't enqueue requests if the endpoint is moving
PDMAsyncCompletionFileCache.cpp 74.5 KB 24708   15 年 vboxsync AsyncCompletion: Remove the entry from the endpoint where it belongs …
PDMAsyncCompletionFile.cpp 30.5 KB 24443   15 年 vboxsync Build fix
PDMAsyncCompletion.cpp 37.9 KB 22309   15 年 vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
PDM.cpp 73.3 KB 24748   15 年 vboxsync PDM.cpp: debug loop counter.
MMUkHeap.cpp 15.3 KB 20774   15 年 vboxsync Debug logging updates for the hyper heap
MMPagePool.cpp 18.7 KB 20866   15 年 vboxsync SUP: Removed two obsolete allocation APIs.
MMInternal.h 26.7 KB 22939   15 年 vboxsync MMInternal.h: typo.
MMHyper.cpp 46.0 KB 22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
MMHeap.cpp 21.8 KB 20774   15 年 vboxsync Debug logging updates for the hyper heap
MM.cpp 27.9 KB 22793   15 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
Makefile.kmk 12.5 KB 24577   15 年 vboxsync Main,VMM,VBox/cdefs.h: build fix; added IN_VMM_STATIC.
IOMInternal.h 19.8 KB 22924   15 年 vboxsync VMM: Made STAM assert on missaligned statistics. Fixed a bunch of …
IOM.cpp 82.0 KB 20776   15 年 vboxsync IOMR3MMIODeregister: unlock in assertion return paths
HWACCMInternal.mac 2.3 KB 15962   16 年 vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
HWACCMInternal.h 32.9 KB 24832   15 年 vboxsync More statistics
HWACCM.cpp 125.0 KB 24871   15 年 vboxsync Only check if hwaccm is enabled.
GMM.cpp 10.1 KB 20864   15 年 vboxsync SUP,*: API cleanup.
EMRaw.cpp 58.7 KB 23372   15 年 vboxsync pgmR3PoolClearAll.
EMInternal.h 14.6 KB 21251   15 年 vboxsync emR3SingleStepExecRem shouldn't be static
EMHwaccm.cpp 20.4 KB 22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
EMHandleRCTmpl.h 11.3 KB 24033   15 年 vboxsync Error code handling
EM.cpp 95.6 KB 23211   15 年 vboxsync Logging change
DBGFSym.cpp 33.4 KB 24009   15 年 vboxsync don't use <ctype.h> on UTF-8.
DBGFStack.cpp 21.1 KB 23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFOS.cpp 13.7 KB 23015   15 年 vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
DBGFModule.cpp 10.9 KB 19757   16 年 vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFMem.cpp 17.2 KB 24061   15 年 vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
DBGFLog.cpp 4.4 KB 23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFInternal.h 9.3 KB 19757   16 年 vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFInfo.cpp 26.6 KB 24009   15 年 vboxsync don't use <ctype.h> on UTF-8.
DBGFDisas.cpp 23.7 KB 23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFCpu.cpp 2.3 KB 24061   15 年 vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
DBGFBp.cpp 26.3 KB 23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGFAddrSpace.cpp 32.6 KB 22112   15 年 vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
DBGFAddr.cpp 15.2 KB 23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
DBGF.cpp 31.7 KB 23925   15 年 vboxsync dbgfR3VMMWait: polling hack.
CPUMInternal.mac 13.5 KB 23794   15 年 vboxsync More synthetic cpu work
CPUMInternal.h 11.8 KB 23794   15 年 vboxsync More synthetic cpu work
CPUM.cpp 170.6 KB 24852   15 年 vboxsync CPUM.cpp/cpumR3LoadExec: Hack for missing G=1 in csHid on AMD-V. #4481.
CFGMInternal.h 3.2 KB 22526   15 年 vboxsync CFGM: Fixed string length bug in CFGMR3InsertStringFV.
CFGM.cpp 76.5 KB 23587   15 年 vboxsync CFGM: Optimize the lookups.
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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