VirtualBox

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

名稱 檔案大小 修訂 年份 作者 最後變更
../
VMMSwitcher 14301   16 年 vboxsync Synced some (inactive) new paging code.
VMMR0 14308   16 年 vboxsync More logging
VMMGC 14042   16 年 vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
VMMAll 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
testcase 14155   16 年 vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
PATM 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
VMReq.cpp 39.0 KB 13858   16 年 vboxsync Pass the VMCPU id to the ring 0 callbacks.
VMMTests.cpp 23.2 KB 13858   16 年 vboxsync Pass the VMCPU id to the ring 0 callbacks.
VMMSwitcher.cpp 35.3 KB 14167   16 年 vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
VMMInternal.mac 1.7 KB 8155   17 年 vboxsync The Big Sun Rebranding Header Change
VMMInternal.h 18.6 KB 14176   16 年 vboxsync sigh.
VMMGuruMeditation.cpp 15.9 KB 13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
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 51.7 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
VMInternal.h 20.8 KB 13791   16 年 vboxsync Moving data around
VMEmt.cpp 37.8 KB 13858   16 年 vboxsync Pass the VMCPU id to the ring 0 callbacks.
VM.cpp 98.9 KB 13858   16 年 vboxsync Pass the VMCPU id to the ring 0 callbacks.
VBoxVMMDeps.cpp 1.8 KB 13035   16 年 vboxsync #1865: More PGM…
TRPMInternal.mac 3.8 KB 13635   16 年 vboxsync #1865: TRPM.
TRPMInternal.h 7.9 KB 13636   16 年 vboxsync build fix.
TRPM.cpp 72.6 KB 13830   16 年 vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
TMInternal.h 20.7 KB 13742   16 年 vboxsync Some initial VM data restructuring.
TM.cpp 90.6 KB 13830   16 年 vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
STAMInternal.h 3.8 KB 12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
STAM.cpp 67.3 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
SSMInternal.h 5.0 KB 13597   16 年 vboxsync SSM todo.
SSM.cpp 109.9 KB 14075   16 年 vboxsync The 64-bit MSC warning hunt stops for today.
SELMInternal.h 7.7 KB 13577   16 年 vboxsync #1865: SELM.
SELM.cpp 92.2 KB 13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
REMInternal.h 10.4 KB 13565   16 年 vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
PGMShw.h 6.8 KB 14151   16 年 vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
PGMPool.cpp 29.9 KB 14301   16 年 vboxsync Synced some (inactive) new paging code.
PGMPhysRWTmpl.h 3.9 KB 13146   16 年 vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
PGMPhys.cpp 84.5 KB 14075   16 年 vboxsync The 64-bit MSC warning hunt stops for today.
PGMMap.cpp 46.4 KB 14301   16 年 vboxsync Synced some (inactive) new paging code.
PGMInternal.h 181.1 KB 14301   16 年 vboxsync Synced some (inactive) new paging code.
PGMHandler.cpp 22.6 KB 13936   16 年 vboxsync PGM: removed a bunch of unnecessary RTGCUINTPTR/RTGCPTR casts. …
PGMGst.h 20.6 KB 14301   16 年 vboxsync Synced some (inactive) new paging code.
PGMDbg.cpp 17.4 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
PGMBth.h 7.0 KB 13937   16 年 vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
PGM.cpp 211.7 KB 14301   16 年 vboxsync Synced some (inactive) new paging code.
PDMThread.cpp 32.8 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
PDMQueue.cpp 26.1 KB 14074   16 年 vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
PDMLdr.cpp 37.2 KB 14077   16 年 vboxsync fixed assertion
PDMInternal.h 37.8 KB 13519   16 年 vboxsync fixed return type (gcc found this bug)
PDMDriver.cpp 39.1 KB 14070   16 年 vboxsync CFGM: 64-bit MSC warning hunt.
PDMDevMiscHlp.cpp 15.2 KB 13820   16 年 vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
PDMDevice.cpp 29.9 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
PDMDevHlp.cpp 131.4 KB 13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
PDMCritSect.cpp 11.0 KB 13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
PDM.cpp 48.6 KB 14072   16 年 vboxsync MM: The 64-bit MSC warning hunt continues.
MMPhys.cpp 18.7 KB 13841   16 年 vboxsync The VBox format types - they are not retired, just sligtly deprecated …
MMPagePool.cpp 18.6 KB 14157   16 年 vboxsync mac build fixes.
MMInternal.h 26.1 KB 14155   16 年 vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
MMHyper.cpp 40.3 KB 14071   16 年 vboxsync MM: 64-bit MSC warning hunt.
MMHeap.cpp 24.0 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
MM.cpp 30.4 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
Makefile.kmk 11.2 KB 14167   16 年 vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
IOMInternal.h 18.8 KB 13413   16 年 vboxsync VMM: spaces mostly.
IOM.cpp 79.1 KB 13832   16 年 vboxsync IN_GC -> IN_RC.
HWACCMInternal.h 20.4 KB 14109   16 年 vboxsync Implemented NMI injection.
HWACCM.cpp 58.4 KB 14109   16 年 vboxsync Implemented NMI injection.
GMM.cpp 8.6 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
EMInternal.h 13.0 KB 13742   16 年 vboxsync Some initial VM data restructuring.
EM.cpp 151.9 KB 14279   16 年 vboxsync Compile fix
DBGFSym.cpp 31.5 KB 14072   16 年 vboxsync MM: The 64-bit MSC warning hunt continues.
DBGFStack.cpp 15.9 KB 13975   16 年 vboxsync Even more debugger fixes.
DBGFOS.cpp 11.1 KB 13782   16 年 vboxsync More SMP groundwork.
DBGFModule.cpp 1.6 KB 12677   16 年 vboxsync DBGF file headers.
DBGFMem.cpp 8.8 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGFLog.cpp 4.8 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGFInternal.h 8.1 KB 12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
DBGFInfo.cpp 25.0 KB 13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
DBGFDisas.cpp 20.8 KB 13975   16 年 vboxsync Even more debugger fixes.
DBGFBp.cpp 26.6 KB 13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
DBGFAddrSpace.cpp 1.5 KB 12677   16 年 vboxsync DBGF file headers.
DBGFAddr.cpp 4.9 KB 13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
DBGF.cpp 30.2 KB 14299   16 年 vboxsync Corrected grammos in comments. No code changes.
CPUMStack.cpp 1.5 KB 13827   16 年 vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
CPUMInternal.mac 13.0 KB 13960   16 年 vboxsync Moved guest and host CPU contexts into per-VCPU array.
CPUMInternal.h 10.5 KB 13960   16 年 vboxsync Moved guest and host CPU contexts into per-VCPU array.
CPUM.cpp 108.9 KB 14091   16 年 vboxsync Minor cleanup
CFGMInternal.h 3.2 KB 14070   16 年 vboxsync CFGM: 64-bit MSC warning hunt.
CFGM.cpp 73.0 KB 14070   16 年 vboxsync CFGM: 64-bit MSC warning hunt.
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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