VirtualBox

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

Name Size Rev Age Author Last Change
../
PATM 7628   17 years vboxsync Assert some one problematic VMR3ReqCall* RTGC* stuff. (fix when they …
testcase 7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
VMMAll 8098   17 years vboxsync Emulate cmpxchg8b in GC.
VMMGC 8098   17 years vboxsync Emulate cmpxchg8b in GC.
VMMR0 7923   17 years vboxsync Different logging
VMMSwitcher 7122   17 years vboxsync Correct comment (not pushad any longer).
CFGM.cpp 57.0 KB 7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
CFGMInternal.h 3.4 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
CPUM.cpp 86.0 KB 7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
CPUMInternal.h 9.5 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
CPUMInternal.mac 13.3 KB 7695   17 years vboxsync Added system MSRs to the CPUMCTX structure. Sync them in REM as well.
CPUMStack.cpp 1.3 KB 6386   17 years vboxsync typo
DBGF.cpp 29.2 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
DBGFAddr.cpp 4.7 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFBp.cpp 26.3 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFDisas.cpp 25.3 KB 7484   17 years vboxsync make gcc happy
DBGFInfo.cpp 24.8 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFInternal.h 7.3 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFLog.cpp 4.6 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFMem.cpp 3.7 KB 6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
DBGFStack.cpp 15.6 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
DBGFSym.cpp 31.2 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
EM.cpp 140.1 KB 8098   17 years vboxsync Emulate cmpxchg8b in GC.
EMInternal.h 11.6 KB 8098   17 years vboxsync Emulate cmpxchg8b in GC.
GMM.cpp 8.4 KB 6841   17 years vboxsync forgot LOG_GROUP.
HWACCM.cpp 32.6 KB 7977   17 years vboxsync Added CFGM key for enabling PAE (CPUM/CPUID/EnablePAE).
HWACCMInternal.h 12.0 KB 7496   17 years vboxsync Moved VMCS allocation to ring 0.
IOM.cpp 79.2 KB 7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
IOMInternal.h 18.3 KB 7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
Makefile.kmk 10.3 KB 7821   17 years vboxsync PDMAsyncCompletion: move the host specific part into separate files. …
MM.cpp 25.3 KB 7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
MMHeap.cpp 21.7 KB 6818   17 years vboxsync New tag: MM_TAG_PGM_PHYS.
MMHyper.cpp 38.7 KB 7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
MMInternal.h 23.7 KB 7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
MMPagePool.cpp 17.8 KB 6869   17 years vboxsync Use PGM_PAGE_SET/GET/IS/CLEAR/INIT macros.
MMPhys.cpp 18.5 KB 7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
PDM.cpp 39.8 KB 7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
PDMCritSect.cpp 10.8 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
PDMDevice.cpp 185.2 KB 7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
PDMDriver.cpp 42.9 KB 7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
PDMInternal.h 33.4 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
PDMLdr.cpp 36.9 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
PDMQueue.cpp 24.7 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
PDMThread.cpp 30.8 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
PGM.cpp 184.6 KB 8089   17 years vboxsync Fixed pgmR3MapRelocate call.
PGMBth.h 6.5 KB 7845   17 years vboxsync Corrected parameters for SyncCR3 & AssertCR3
PGMDbg.cpp 17.3 KB 6829   17 years vboxsync Addressed the R0/R3 issues with the PGMRAMRANGE structure.
PGMGst.h 19.4 KB 7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
PGMHandler.cpp 22.3 KB 7523   17 years vboxsync Unconditionally resolve R0 function addresses
PGMInternal.h 145.2 KB 8033   17 years vboxsync Fixed one regression + several PAE related bugs.
PGMMap.cpp 41.5 KB 8033   17 years vboxsync Fixed one regression + several PAE related bugs.
PGMPhys.cpp 84.0 KB 8021   17 years vboxsync Added missing bits for PAE guest mappings.
PGMPhys.h 3.7 KB 7598   17 years vboxsync Corrected wrong macro use to mask physical addresses
PGMPool.cpp 27.7 KB 8033   17 years vboxsync Fixed one regression + several PAE related bugs.
PGMShw.h 7.4 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
REMInternal.h 9.5 KB 7622   17 years vboxsync Only 64 bits
SELM.cpp 87.3 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
SELMInternal.h 7.3 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
SSM.cpp 102.7 KB 7631   17 years vboxsync Fixed log crash in SSMR3Seek.
SSMInternal.h 5.0 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
STAM.cpp 65.4 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
STAMInternal.h 3.7 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
TM.cpp 83.7 KB 6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
TMInternal.h 19.3 KB 6183   17 years vboxsync Back out of r26783.
TRPM.cpp 70.8 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
TRPMInternal.h 7.4 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
TRPMInternal.mac 3.5 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
VBoxVMMDeps.cpp 1.6 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
VM.cpp 88.1 KB 7559   17 years vboxsync warnings
VMEmt.cpp 37.1 KB 6804   17 years vboxsync Fixed VMR3PowerOn regression. The problem was that the EMT outer …
VMInternal.h 14.6 KB 6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
VMM.cpp 97.9 KB 7927   17 years vboxsync More debugging code removed
VMMCodingGuidelines.cpp 3.7 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
VMMDocsRawMode.cpp 966 bytes 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
VMMInternal.h 16.3 KB 7924   17 years vboxsync Fixed broken ring 0 log flushing
VMMInternal.mac 1.5 KB 5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
VMMTests.cpp 22.7 KB 7735   17 years vboxsync Include EFER msr in all PGMChangeMode calls.
VMReq.cpp 34.5 KB 7634   17 years vboxsync Removed unused VMR3ReqCallU variant.
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