VirtualBox

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

Name Size Rev Age Author Last Change
../
VMMSwitcher 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
VMMRZ 19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
VMMR0 19660   16 years vboxsync TM+affected: SMP changes in progress.
VMMGC 19660   16 years vboxsync TM+affected: SMP changes in progress.
VMMAll 19667   16 years vboxsync Cleaned up
testcase 19593   16 years vboxsync Split up PDM.
PATM 19660   16 years vboxsync TM+affected: SMP changes in progress.
VMReq.cpp 40.1 KB 19451   16 years vboxsync No @note in body.
VMMTests.cpp 24.3 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
VMMSwitcher.cpp 36.6 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
VMMInternal.mac 1.8 KB 19577   16 years vboxsync Compile fix
VMMInternal.h 18.8 KB 19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
VMMGuruMeditation.cpp 19.5 KB 19585   16 years vboxsync Enabled ring 0 stack dump for win32 only
VMMDocsRawMode.cpp 1.1 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMCodingGuidelines.cpp 3.9 KB 9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMM.cpp 61.6 KB 19668   16 years vboxsync vmmR3ServiceCallHostRequest: check for pending pdm critical section …
VMInternal.h 16.4 KB 19435   16 years vboxsync VMM: VMCPU::enmState.
VMEmt.cpp 39.5 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
VM.cpp 107.7 KB 19495   16 years vboxsync VM: Name the EMTs differently if there are more than one.
VBoxVMMDeps.cpp 1.8 KB 13035   16 years vboxsync #1865: More PGM…
TRPMInternal.mac 3.9 KB 19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
TRPMInternal.h 9.0 KB 19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
TRPM.cpp 75.5 KB 19639   16 years vboxsync Disassembler changes for guest SMP
TMInternal.h 22.0 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
TM.cpp 102.0 KB 19669   16 years vboxsync oops.
STAMInternal.h 3.8 KB 12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
STAM.cpp 68.1 KB 19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
SSMInternal.h 5.0 KB 13597   16 years vboxsync SSM todo.
SSM.cpp 117.3 KB 18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
SELMInternal.h 7.9 KB 17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
SELM.cpp 101.4 KB 19463   16 years vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
REMInternal.h 9.2 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
PGMShw.h 9.4 KB 19659   16 years vboxsync Wrong assertion
PGMPool.cpp 28.6 KB 19631   16 years vboxsync Added paranoid assertion about maximum VCPUs
PGMPhysRWTmpl.h 3.9 KB 17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
PGMPhys.cpp 115.8 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
PGMMap.cpp 47.7 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMInternal.h 185.2 KB 19628   16 years vboxsync Lock counter instead of a lock flag.
PGMHandler.cpp 23.4 KB 19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
PGMGstDefs.h 5.3 KB 17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMGst.h 5.0 KB 18992   16 years vboxsync More PGM api changes
PGMDbg.cpp 21.0 KB 19334   16 years vboxsync DBGF,SELM,DBGC,++: Refactored the selector info querying and usage, …
PGMBth.h 10.7 KB 19627   16 years vboxsync PGM pool: allow multiple users of top-level paging structures …
PGM.cpp 230.2 KB 19666   16 years vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
PDMThread.cpp 32.9 KB 15540   16 years vboxsync pdmR3ThreadMain: Added LogRel on unexpected thread termination.
PDMQueue.cpp 26.4 KB 19507   16 years vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
PDMLdr.cpp 38.3 KB 19015   16 years vboxsync Split up TRPM. (guest SMP)
PDMInternal.h 37.8 KB 19593   16 years vboxsync Split up PDM.
PDMDriver.cpp 38.5 KB 19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
PDMDevMiscHlp.cpp 16.2 KB 19475   16 years vboxsync VMM: sending init IPI
PDMDevice.cpp 29.9 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PDMDevHlp.cpp 133.5 KB 19400   16 years vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
PDMCritSect.cpp 13.1 KB 19593   16 years vboxsync Split up PDM.
PDM.cpp 50.2 KB 19494   16 years vboxsync PDMR3VMMDevHeapAlloc: grumble
MMUkHeap.cpp 15.3 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.
MMInternal.h 25.8 KB 19665   16 years vboxsync Attempt at fixing alignment issues
MMHyper.cpp 40.8 KB 19666   16 years vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
MMHeap.cpp 23.7 KB 18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
MM.cpp 27.8 KB 19663   16 years vboxsync Protect the MM hypervisor heap with a critical section.
Makefile.kmk 11.5 KB 19297   16 years vboxsync Renamed src/recompiler_new to src/recompiler.
IOMInternal.h 19.0 KB 19470   16 years vboxsync Added IOM lock
IOM.cpp 79.7 KB 19470   16 years vboxsync Added IOM lock
HWACCMInternal.mac 2.3 KB 15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
HWACCMInternal.h 25.8 KB 19337   16 years vboxsync another attempt to fix the burns
HWACCM.cpp 78.7 KB 19326   16 years vboxsync Started with TLB shootdown.
GMM.cpp 10.1 KB 18204   16 years vboxsync GMM: More logging.
EMInternal.h 13.5 KB 19440   16 years vboxsync Deal with pause/resume for pause & wait for sipi states.
EM.cpp 163.8 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
DBGFSym.cpp 35.1 KB 19649   16 years vboxsync DBGFSym.cpp: reverted accidental commit enabling DbgHelp on Windows.
DBGFStack.cpp 19.6 KB 19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
DBGFOS.cpp 11.0 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFModule.cpp 1.6 KB 12677   16 years vboxsync DBGF file headers.
DBGFMem.cpp 15.7 KB 19576   16 years vboxsync Compile fix
DBGFLog.cpp 4.8 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFInternal.h 8.7 KB 19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
DBGFInfo.cpp 25.0 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFDisas.cpp 23.6 KB 19642   16 years vboxsync Fix
DBGFBp.cpp 27.0 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFAddrSpace.cpp 1.5 KB 12677   16 years vboxsync DBGF file headers.
DBGFAddr.cpp 14.5 KB 19463   16 years vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
DBGF.cpp 31.2 KB 19423   16 years vboxsync Action flag updates
CPUMInternal.mac 13.4 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
CPUMInternal.h 11.5 KB 18929   16 years vboxsync Missing header
CPUM.cpp 113.2 KB 19639   16 years vboxsync Disassembler changes for guest SMP
CFGMInternal.h 3.2 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
CFGM.cpp 73.0 KB 19466   16 years vboxsync tstVMM,CFGM: Hacked together a TM testcase in tstVMM.
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