VirtualBox

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

名稱 檔案大小 修訂 年份 作者 最後變更
../
PATM 19142   16 年 vboxsync Bumped saved state version
testcase 19032   16 年 vboxsync Split TM for SMP guests.
VMMAll 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMMGC 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMMR0 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMMSwitcher 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
CFGM.cpp 73.2 KB 18351   16 年 vboxsync CFGM: doc update.
CFGMInternal.h 3.2 KB 14070   16 年 vboxsync CFGM: 64-bit MSC warning hunt.
CPUM.cpp 113.1 KB 19075   16 年 vboxsync CPUMGetGuestCpuIdStdRCPtr -> R3
CPUMInternal.h 11.5 KB 18929   16 年 vboxsync Missing header
CPUMInternal.mac 13.4 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGF.cpp 30.6 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
DBGFAddr.cpp 5.0 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFAddrSpace.cpp 1.5 KB 12677   16 年 vboxsync DBGF file headers.
DBGFBp.cpp 26.9 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFDisas.cpp 21.3 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFInfo.cpp 25.0 KB 13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
DBGFInternal.h 8.1 KB 12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
DBGFLog.cpp 4.8 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGFMem.cpp 10.5 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFModule.cpp 1.6 KB 12677   16 年 vboxsync DBGF file headers.
DBGFOS.cpp 11.1 KB 13782   16 年 vboxsync More SMP groundwork.
DBGFStack.cpp 16.1 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFSym.cpp 32.4 KB 16080   16 年 vboxsync DBGF: 64-bit linux symbol files.
EM.cpp 158.7 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
EMInternal.h 13.4 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
GMM.cpp 10.1 KB 18204   16 年 vboxsync GMM: More logging.
HWACCM.cpp 78.6 KB 18941   16 年 vboxsync Argh
HWACCMInternal.h 25.3 KB 18932   16 年 vboxsync Release build fix
HWACCMInternal.mac 2.3 KB 15962   16 年 vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
IOM.cpp 79.6 KB 18860   16 年 vboxsync IOM: Make the MMIO description string unique.
IOMInternal.h 18.8 KB 17332   16 年 vboxsync Partially backed out 43703
Makefile.kmk 11.7 KB 18792   16 年 vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
MM.cpp 27.7 KB 19042   16 年 vboxsync MM: Respin of the fix for the 'enmOcPolicy maybe used uninitialized' …
MMHeap.cpp 23.7 KB 18287   16 年 vboxsync MMHeap,MMHyper: Adjusting statistics.
MMHyper.cpp 40.2 KB 18811   16 年 vboxsync PGMPhys.cpp,MMHyper.cpp: The MMR3UkHeap bits seems to be working and …
MMInternal.h 25.6 KB 18792   16 年 vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
MMPagePool.cpp 18.4 KB 14602   16 年 vboxsync MMPagePool: Fixed VMSetError condition.
MMUkHeap.cpp 15.3 KB 18792   16 年 vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
PDM.cpp 49.9 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PDMCritSect.cpp 13.6 KB 18532   16 年 vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
PDMDevHlp.cpp 135.7 KB 19076   16 年 vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
PDMDevice.cpp 29.9 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
PDMDevMiscHlp.cpp 15.5 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PDMDriver.cpp 38.5 KB 18645   16 年 vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
PDMInternal.h 37.5 KB 18615   16 年 vboxsync PDM: At last, no more polling!
PDMLdr.cpp 38.3 KB 19015   16 年 vboxsync Split up TRPM. (guest SMP)
PDMQueue.cpp 26.1 KB 14074   16 年 vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
PDMThread.cpp 32.9 KB 15540   16 年 vboxsync pdmR3ThreadMain: Added LogRel on unexpected thread termination.
PGM.cpp 230.2 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMBth.h 10.7 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMDbg.cpp 20.9 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
PGMGst.h 5.0 KB 18992   16 年 vboxsync More PGM api changes
PGMGstDefs.h 5.3 KB 17215   16 年 vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMHandler.cpp 23.4 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMInternal.h 185.8 KB 19022   16 年 vboxsync MM,PGM: RamPreAlloc docs to PGM, MM doesn't need to query it any longer.
PGMMap.cpp 47.7 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMPhys.cpp 115.8 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
PGMPhysRWTmpl.h 3.9 KB 17534   16 年 vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
PGMPool.cpp 28.6 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMShw.h 9.5 KB 18988   16 年 vboxsync PGM api changes
REMInternal.h 9.5 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
SELM.cpp 96.9 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
SELMInternal.h 7.9 KB 17106   16 年 vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
SSM.cpp 117.3 KB 18045   16 年 vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
SSMInternal.h 5.0 KB 13597   16 年 vboxsync SSM todo.
STAM.cpp 67.3 KB 17369   16 年 vboxsync STAM: Use SUPCallVMMR0Ex.
STAMInternal.h 3.8 KB 12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
TM.cpp 91.7 KB 19032   16 年 vboxsync Split TM for SMP guests.
TMInternal.h 20.8 KB 19032   16 年 vboxsync Split TM for SMP guests.
TRPM.cpp 75.4 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
TRPMInternal.h 8.5 KB 19016   16 年 vboxsync TRPM2VM -> TRPMCPU2VM
TRPMInternal.mac 3.9 KB 19015   16 年 vboxsync Split up TRPM. (guest SMP)
VBoxVMMDeps.cpp 1.8 KB 13035   16 年 vboxsync #1865: More PGM…
VM.cpp 102.8 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMEmt.cpp 38.6 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMInternal.h 20.8 KB 18645   16 年 vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
VMM.cpp 55.5 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMMCodingGuidelines.cpp 3.9 KB 9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMMDocsRawMode.cpp 1.1 KB 8155   17 年 vboxsync The Big Sun Rebranding Header Change
VMMGuruMeditation.cpp 16.0 KB 19015   16 年 vboxsync Split up TRPM. (guest SMP)
VMMInternal.h 18.7 KB 18665   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
VMMInternal.mac 1.7 KB 8155   17 年 vboxsync The Big Sun Rebranding Header Change
VMMSwitcher.cpp 36.6 KB 18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
VMMTests.cpp 24.2 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMReq.cpp 39.2 KB 19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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