VirtualBox

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

Name Size Rev Age Author Last Change
../
PATM 9387   17 years vboxsync 64-bit GC alignment fixes
testcase 9397   17 years vboxsync attempt to fix the 64-bit Linux box
VMMAll 9395   17 years vboxsync fixed more places with incorrect descriptor base address calculation
VMMGC 9346   17 years vboxsync gcc don't allow casting 64-bit integer to a 32-bit pointer, so cast …
VMMR0 9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
VMMSwitcher 9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
CFGM.cpp 72.4 KB 9328   17 years vboxsync typos.
CFGMInternal.h 3.6 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
CPUM.cpp 87.9 KB 9380   17 years vboxsync Wrote a quick summary of CPUM for doxygen. Use UTINTxx_C(). Adjusted …
CPUMInternal.h 9.7 KB 9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
CPUMInternal.mac 13.6 KB 9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
CPUMStack.cpp 1.5 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
DBGF.cpp 29.8 KB 8823   17 years vboxsync Don't loop forever in DBGFR3Term if the debugger and EMT race each other.
DBGFAddr.cpp 4.9 KB 8819   17 years vboxsync Added DBGFR3MemReadString and made DBGFR3AddrFromFlat return pAddress.
DBGFAddrSpace.cpp 1.5 KB 9277   17 years vboxsync Kick off.
DBGFBp.cpp 26.5 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
DBGFDisas.cpp 19.6 KB 9292   17 years vboxsync DBGDisas: distinguish between 32 & 64 bits modes.
DBGFInfo.cpp 25.0 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
DBGFInternal.h 8.1 KB 8802   17 years vboxsync alignment…
DBGFLog.cpp 4.8 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
DBGFMem.cpp 8.0 KB 8819   17 years vboxsync Added DBGFR3MemReadString and made DBGFR3AddrFromFlat return pAddress.
DBGFModule.cpp 1.6 KB 9277   17 years vboxsync Kick off.
DBGFOS.cpp 11.0 KB 8800   17 years vboxsync Started digging into the solaris guest kernel. Added DBGFR3MemRead.
DBGFStack.cpp 15.8 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
DBGFSym.cpp 31.4 KB 9182   17 years vboxsync fixed bad log formatter VRc instead of Vrc.
EM.cpp 142.1 KB 9341   17 years vboxsync Format specifiers again…
EMInternal.h 12.2 KB 9387   17 years vboxsync 64-bit GC alignment fixes
GMM.cpp 8.6 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
HWACCM.cpp 38.0 KB 9383   17 years vboxsync VT-x/AMD-V updates for 64 bits guests
HWACCMInternal.h 14.8 KB 9410   17 years vboxsync Missing update
IOM.cpp 79.4 KB 9294   17 years vboxsync Wrong string format specifiers
IOMInternal.h 18.8 KB 9387   17 years vboxsync 64-bit GC alignment fixes
Makefile.kmk 10.6 KB 9008   17 years vboxsync Changes for proper flushing of the TLB for physical registration changes.
MM.cpp 25.5 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
MMHeap.cpp 21.9 KB 8797   17 years vboxsync New DBGF interface for digging into the guts of the guest OS kernel.
MMHyper.cpp 38.9 KB 9303   17 years vboxsync Signed/unsigned mismatch. More string format specifiers
MMInternal.h 24.0 KB 9388   17 years vboxsync 32-bit GC fix
MMPagePool.cpp 18.0 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
MMPhys.cpp 18.6 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PDM.cpp 40.0 KB 9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
PDMCritSect.cpp 11.0 KB 9154   17 years vboxsync Corrected code that doesn't compile with GC_ARCH_BITS=64.
PDMDevice.cpp 185.4 KB 9293   17 years vboxsync Enforce RTRCPTR usage.
PDMDriver.cpp 43.1 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PDMInternal.h 33.5 KB 9387   17 years vboxsync 64-bit GC alignment fixes
PDMLdr.cpp 37.1 KB 9148   17 years vboxsync More 64 bits guest preps
PDMQueue.cpp 24.9 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PDMThread.cpp 31.0 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PGM.cpp 192.9 KB 9383   17 years vboxsync VT-x/AMD-V updates for 64 bits guests
PGMBth.h 6.8 KB 9024   17 years vboxsync 2nd attempt
PGMDbg.cpp 17.5 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PGMGst.h 19.8 KB 8415   17 years vboxsync Fixed bustage reported in #2799
PGMHandler.cpp 22.5 KB 9256   17 years vboxsync More string specifiers
PGMInternal.h 151.8 KB 9398   17 years vboxsync compile fix
PGMMap.cpp 41.1 KB 9303   17 years vboxsync Signed/unsigned mismatch. More string format specifiers
PGMPhys.cpp 84.4 KB 9276   17 years vboxsync Prevent an fInRem assertion in the tlb flushing code when A20 is …
PGMPhysRWTmpl.h 3.9 KB 8635   17 years vboxsync PGMPhys.h -> PGMPhysRWTmpl.h
PGMPool.cpp 27.9 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
PGMShw.h 6.1 KB 9106   17 years vboxsync Changed assertion for nested shadow paging
REMInternal.h 9.9 KB 9219   17 years vboxsync More fixes for 32 bits hosts & 64 bits guests.
SELM.cpp 87.6 KB 9395   17 years vboxsync fixed more places with incorrect descriptor base address calculation
SELMInternal.h 7.8 KB 9387   17 years vboxsync 64-bit GC alignment fixes
SSM.cpp 102.9 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
SSMInternal.h 5.2 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
STAM.cpp 65.6 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
STAMInternal.h 3.9 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
TM.cpp 83.8 KB 9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
TMInternal.h 19.5 KB 9387   17 years vboxsync 64-bit GC alignment fixes
TRPM.cpp 71.0 KB 9289   17 years vboxsync Updates for 64 bits guests
TRPMInternal.h 7.7 KB 9288   17 years vboxsync More type changes.
TRPMInternal.mac 3.8 KB 9223   17 years vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
VBoxVMMDeps.cpp 1.8 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VM.cpp 88.9 KB 8794   17 years vboxsync started on some state machine validation (to catch a bad OFF -> GURU …
VMEmt.cpp 37.3 KB 8795   17 years vboxsync Fiex bad OFF -> GURU state transition.
VMInternal.h 14.8 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMM.cpp 98.4 KB 9281   17 years vboxsync String format correction
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
VMMInternal.h 16.5 KB 9387   17 years vboxsync 64-bit GC alignment fixes
VMMInternal.mac 1.7 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMTests.cpp 22.9 KB 9221   17 years vboxsync GC tests use RTGCPTR32
VMReq.cpp 34.7 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
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