VirtualBox

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

Name Size Rev Age Author Last Change
../
PATM 14299   16 years vboxsync Corrected grammos in comments. No code changes.
testcase 14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
VMMAll 14562   16 years vboxsync Corrected wrong pointer calculation
VMMGC 14042   16 years vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
VMMR0 14539   16 years vboxsync PGMR0DynMap: More tests.
VMMSwitcher 14301   16 years vboxsync Synced some (inactive) new paging code.
CFGM.cpp 73.0 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
CFGMInternal.h 3.2 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
CPUM.cpp 109.4 KB 14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
CPUMInternal.h 10.6 KB 14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
CPUMInternal.mac 13.0 KB 14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
CPUMStack.cpp 1.5 KB 13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
DBGF.cpp 30.2 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
DBGFAddr.cpp 4.9 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGFAddrSpace.cpp 1.5 KB 12677   16 years vboxsync DBGF file headers.
DBGFBp.cpp 26.6 KB 13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
DBGFDisas.cpp 20.8 KB 13975   16 years vboxsync Even more debugger fixes.
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 8.8 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
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 15.9 KB 13975   16 years vboxsync Even more debugger fixes.
DBGFSym.cpp 31.5 KB 14072   16 years vboxsync MM: The 64-bit MSC warning hunt continues.
EM.cpp 152.0 KB 14570   16 years vboxsync Reschedule right away to start in the right state. Gets rid of lost …
EMInternal.h 13.0 KB 13742   16 years vboxsync Some initial VM data restructuring.
GMM.cpp 8.6 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
HWACCM.cpp 59.3 KB 14563   16 years vboxsync Reinitialize paging modes correctly when loading the saved state.
HWACCMInternal.h 20.4 KB 14532   16 years vboxsync Compile fix
IOM.cpp 79.1 KB 13832   16 years vboxsync IN_GC -> IN_RC.
IOMInternal.h 18.8 KB 13413   16 years vboxsync VMM: spaces mostly.
Makefile.kmk 10.9 KB 14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
MM.cpp 30.4 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
MMHeap.cpp 24.0 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
MMHyper.cpp 40.6 KB 14543   16 years vboxsync #1865/VT-x: Attacking the heap allocation, introducing …
MMInternal.h 26.1 KB 14155   16 years vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
MMPagePool.cpp 18.6 KB 14157   16 years vboxsync mac build fixes.
MMPhys.cpp 18.7 KB 13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
PDM.cpp 48.6 KB 14072   16 years vboxsync MM: The 64-bit MSC warning hunt continues.
PDMCritSect.cpp 11.0 KB 13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
PDMDevHlp.cpp 131.4 KB 13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
PDMDevice.cpp 29.9 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PDMDevMiscHlp.cpp 15.2 KB 13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
PDMDriver.cpp 39.1 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
PDMInternal.h 37.8 KB 13519   16 years vboxsync fixed return type (gcc found this bug)
PDMLdr.cpp 37.3 KB 14498   16 years vboxsync tstVMM: Print all module addresses; Fixed PDMR3LdrEnumModules callback.
PDMQueue.cpp 26.1 KB 14074   16 years vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
PDMThread.cpp 32.8 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PGM.cpp 211.7 KB 14301   16 years vboxsync Synced some (inactive) new paging code.
PGMBth.h 7.0 KB 13937   16 years vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
PGMDbg.cpp 17.4 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PGMGst.h 20.6 KB 14301   16 years vboxsync Synced some (inactive) new paging code.
PGMHandler.cpp 23.0 KB 14346   16 years vboxsync Implemented check for monitored page accesses, fixing TSS out of sync …
PGMInternal.h 181.4 KB 14541   16 years vboxsync PGMInternal.h: docs.
PGMMap.cpp 46.4 KB 14301   16 years vboxsync Synced some (inactive) new paging code.
PGMPhys.cpp 84.5 KB 14075   16 years vboxsync The 64-bit MSC warning hunt stops for today.
PGMPhysRWTmpl.h 3.9 KB 13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
PGMPool.cpp 29.9 KB 14301   16 years vboxsync Synced some (inactive) new paging code.
PGMShw.h 6.8 KB 14151   16 years vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
REMInternal.h 10.4 KB 13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
SELM.cpp 92.2 KB 13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
SELMInternal.h 7.7 KB 13577   16 years vboxsync #1865: SELM.
SSM.cpp 109.9 KB 14075   16 years vboxsync The 64-bit MSC warning hunt stops for today.
SSMInternal.h 5.0 KB 13597   16 years vboxsync SSM todo.
STAM.cpp 67.3 KB 13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
STAMInternal.h 3.8 KB 12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
TM.cpp 90.6 KB 13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
TMInternal.h 20.7 KB 13742   16 years vboxsync Some initial VM data restructuring.
TRPM.cpp 72.6 KB 14351   16 years vboxsync Don't fixup VM::trpm.s.paStatForwardedIRQ* in build without statistics.
TRPMInternal.h 7.7 KB 14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
TRPMInternal.mac 3.8 KB 14351   16 years vboxsync Don't fixup VM::trpm.s.paStatForwardedIRQ* in build without statistics.
VBoxVMMDeps.cpp 1.8 KB 13035   16 years vboxsync #1865: More PGM…
VM.cpp 99.2 KB 14543   16 years vboxsync #1865/VT-x: Attacking the heap allocation, introducing …
VMEmt.cpp 37.8 KB 13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
VMInternal.h 20.8 KB 13791   16 years vboxsync Moving data around
VMM.cpp 51.9 KB 14499   16 years vboxsync VMM: Don't try use the invalid pvSavedStack pointer on darwin, set it …
VMMCodingGuidelines.cpp 3.9 KB 9212   16 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMMDocsRawMode.cpp 1.1 KB 8155   16 years vboxsync The Big Sun Rebranding Header Change
VMMGuruMeditation.cpp 15.9 KB 13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
VMMInternal.h 18.6 KB 14176   16 years vboxsync sigh.
VMMInternal.mac 1.7 KB 8155   16 years vboxsync The Big Sun Rebranding Header Change
VMMSwitcher.cpp 35.3 KB 14167   16 years vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
VMMTests.cpp 23.2 KB 13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
VMReq.cpp 39.0 KB 13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use