VirtualBox

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

Name Size Rev Age Author Last Change
../
PATM 19263   16 years vboxsync Got rid of more SMP related assertions
testcase 19257   16 years vboxsync Reapplied 46658 + fix
VMMAll 19263   16 years vboxsync Got rid of more SMP related assertions
VMMGC 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMMR0 19262   16 years vboxsync Introduced PDMCritSectIsOwnerEx.
VMMSwitcher 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
CFGM.cpp 73.2 KB 18351   16 years vboxsync CFGM: doc update.
CFGMInternal.h 3.2 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
CPUM.cpp 113.1 KB 19075   16 years vboxsync CPUMGetGuestCpuIdStdRCPtr -> R3
CPUMInternal.h 11.5 KB 18929   16 years vboxsync Missing header
CPUMInternal.mac 13.4 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGF.cpp 30.6 KB 19259   16 years vboxsync Fixes for guest smp assertions
DBGFAddr.cpp 12.4 KB 19182   16 years vboxsync DBGFAddr: Three new APIs for address conversion that takes threading …
DBGFAddrSpace.cpp 1.5 KB 12677   16 years vboxsync DBGF file headers.
DBGFBp.cpp 26.9 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFDisas.cpp 23.2 KB 19181   16 years vboxsync DBGFDisas: switch to the EMT of the VCpu in DBGFR3DisasInstrEx if …
DBGFInfo.cpp 25.0 KB 13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
DBGFInternal.h 8.1 KB 12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
DBGFLog.cpp 4.8 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGFMem.cpp 10.5 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFModule.cpp 1.6 KB 12677   16 years vboxsync DBGF file headers.
DBGFOS.cpp 11.1 KB 13782   16 years vboxsync More SMP groundwork.
DBGFStack.cpp 16.1 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGFSym.cpp 35.1 KB 19193   16 years vboxsync DBGFSym.cpp: Quick implementation of a binary image search path in …
EM.cpp 160.9 KB 19278   16 years vboxsync Critical section for REM execution added
EMInternal.h 13.6 KB 19278   16 years vboxsync Critical section for REM execution added
GMM.cpp 10.1 KB 18204   16 years vboxsync GMM: More logging.
HWACCM.cpp 78.6 KB 19257   16 years vboxsync Reapplied 46658 + fix
HWACCMInternal.h 25.3 KB 18932   16 years vboxsync Release build fix
HWACCMInternal.mac 2.3 KB 15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
IOM.cpp 79.6 KB 18860   16 years vboxsync IOM: Make the MMIO description string unique.
IOMInternal.h 18.8 KB 17332   16 years vboxsync Partially backed out 43703
Makefile.kmk 11.7 KB 18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
MM.cpp 27.7 KB 19042   16 years vboxsync MM: Respin of the fix for the 'enmOcPolicy maybe used uninitialized' …
MMHeap.cpp 23.7 KB 18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
MMHyper.cpp 40.2 KB 18811   16 years vboxsync PGMPhys.cpp,MMHyper.cpp: The MMR3UkHeap bits seems to be working and …
MMInternal.h 25.6 KB 18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
MMPagePool.cpp 18.4 KB 14602   16 years vboxsync MMPagePool: Fixed VMSetError condition.
MMUkHeap.cpp 15.3 KB 18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
PDM.cpp 49.9 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PDMCritSect.cpp 13.6 KB 18532   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
PDMDevHlp.cpp 135.7 KB 19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
PDMDevice.cpp 29.9 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PDMDevMiscHlp.cpp 15.4 KB 19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
PDMDriver.cpp 38.6 KB 19257   16 years vboxsync Reapplied 46658 + fix
PDMInternal.h 37.5 KB 18615   16 years vboxsync PDM: At last, no more polling!
PDMLdr.cpp 38.3 KB 19015   16 years vboxsync Split up TRPM. (guest SMP)
PDMQueue.cpp 26.1 KB 14074   16 years vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
PDMThread.cpp 32.9 KB 15540   16 years vboxsync pdmR3ThreadMain: Added LogRel on unexpected thread termination.
PGM.cpp 230.2 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMBth.h 10.8 KB 19234   16 years vboxsync Real & protected mode without paging entry: contruct a fake address …
PGMDbg.cpp 20.9 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
PGMGst.h 5.0 KB 18992   16 years vboxsync More PGM api changes
PGMGstDefs.h 5.3 KB 17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMHandler.cpp 23.4 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMInternal.h 185.8 KB 19195   16 years vboxsync Fixed possible corruption due to RC cache entry reuse.
PGMMap.cpp 47.7 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMPhys.cpp 115.8 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
PGMPhysRWTmpl.h 3.9 KB 17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
PGMPool.cpp 28.6 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMShw.h 9.5 KB 18988   16 years vboxsync PGM api changes
REMInternal.h 9.5 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
SELM.cpp 96.9 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
SELMInternal.h 7.9 KB 17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
SSM.cpp 117.3 KB 18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
SSMInternal.h 5.0 KB 13597   16 years vboxsync SSM todo.
STAM.cpp 67.3 KB 17369   16 years vboxsync STAM: Use SUPCallVMMR0Ex.
STAMInternal.h 3.8 KB 12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
TM.cpp 91.7 KB 19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
TMInternal.h 20.8 KB 19032   16 years vboxsync Split TM for SMP guests.
TRPM.cpp 75.4 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
TRPMInternal.h 8.5 KB 19016   16 years vboxsync TRPM2VM -> TRPMCPU2VM
TRPMInternal.mac 3.9 KB 19015   16 years vboxsync Split up TRPM. (guest SMP)
VBoxVMMDeps.cpp 1.8 KB 13035   16 years vboxsync #1865: More PGM…
VM.cpp 104.3 KB 19267   16 years vboxsync Cleaned up the VMREQDEST_BROADCAST code.
VMEmt.cpp 42.1 KB 19257   16 years vboxsync Reapplied 46658 + fix
VMInternal.h 16.4 KB 19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
VMM.cpp 55.8 KB 19257   16 years vboxsync Reapplied 46658 + fix
VMMCodingGuidelines.cpp 3.9 KB 9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMMDocsRawMode.cpp 1.1 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMGuruMeditation.cpp 16.0 KB 19015   16 years vboxsync Split up TRPM. (guest SMP)
VMMInternal.h 18.7 KB 18665   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
VMMInternal.mac 1.7 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMSwitcher.cpp 36.6 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
VMMTests.cpp 24.2 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
VMReq.cpp 38.4 KB 19267   16 years vboxsync Cleaned up the VMREQDEST_BROADCAST code.
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