- Timestamp:
- Sep 21, 2012 9:40:25 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 68 edited
- 14 moved
-
Makefile.kmk (modified) (view diffs)
-
include/Makefile.kmk (modified) (view diffs)
-
include/VBox/err.h (modified) (view diffs)
-
include/VBox/err.mac (modified) (view diffs)
-
include/VBox/log.h (modified) (view diffs)
-
include/VBox/vmm/hm.h (moved) (moved from trunk/include/VBox/vmm/hwaccm.h ) (view diffs)
-
include/VBox/vmm/hm_svm.h (moved) (moved from trunk/include/VBox/vmm/hwacc_svm.h ) (view diffs)
-
include/VBox/vmm/hm_vmx.h (moved) (moved from trunk/include/VBox/vmm/hwacc_vmx.h ) (view diffs)
-
include/VBox/vmm/hm_vmx.mac (moved) (moved from trunk/include/VBox/vmm/hwacc_vmx.mac ) (view diffs)
-
include/VBox/vmm/mm.h (modified) (view diffs)
-
include/VBox/vmm/vm.h (modified) (view diffs)
-
include/VBox/vmm/vm.mac (modified) (view diffs)
-
include/VBox/vmm/vmapi.h (modified) (view diffs)
-
src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) (view diffs)
-
src/VBox/HostDrivers/Support/SUPDrv.c (modified) (view diffs)
-
src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) (view diffs)
-
src/VBox/Main/src-server/HostImpl.cpp (modified) (view diffs)
-
src/VBox/Runtime/VBox/log-vbox.cpp (modified) (view diffs)
-
src/VBox/VMM/Makefile.kmk (modified) (view diffs)
-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/EMAll.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/HMAll.cpp (moved) (moved from trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp ) (view diffs)
-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/MMAll.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PGMAll.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PGMAllBth.h (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMAll/PGMAllShw.h (modified) (view diffs)
-
src/VBox/VMM/VMMAll/SELMAll.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR0/HMR0.cpp (moved) (moved from trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp ) (view diffs)
-
src/VBox/VMM/VMMR0/HMR0A.asm (moved) (moved from trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm ) (view diffs)
-
src/VBox/VMM/VMMR0/HMR0Mixed.mac (moved) (moved from trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac ) (view diffs)
-
src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR0/HWSVMR0.h (modified) (view diffs)
-
src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR0/HWVMXR0.h (modified) (view diffs)
-
src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR0/VMMR0.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/CPUM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/DBGF.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/DBGFMem.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/EM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/EMHM.cpp (moved) (moved from trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp ) (view diffs)
-
src/VBox/VMM/VMMR3/HM.cpp (moved) (moved from trunk/src/VBox/VMM/VMMR3/HWACCM.cpp ) (view diffs)
-
src/VBox/VMM/VMMR3/IOM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMBth.h (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMMap.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMPool.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/PGMShw.h (modified) (view diffs)
-
src/VBox/VMM/VMMR3/TRPM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/VM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/VMM.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMR3/VMMTests.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMRC/HMRCA.asm (moved) (moved from trunk/src/VBox/VMM/VMMRC/HWACCMRCA.asm ) (view diffs)
-
src/VBox/VMM/VMMRC/VMMRC.cpp (modified) (view diffs)
-
src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp (modified) (view diffs)
-
src/VBox/VMM/include/EMHandleRCTmpl.h (modified) (view diffs)
-
src/VBox/VMM/include/HMInternal.h (moved) (moved from trunk/src/VBox/VMM/include/HWACCMInternal.h ) (view diffs)
-
src/VBox/VMM/include/HMInternal.mac (moved) (moved from trunk/src/VBox/VMM/include/HWACCMInternal.mac ) (view diffs)
-
src/VBox/VMM/include/PGMInline.h (modified) (view diffs)
-
src/VBox/VMM/include/PGMInternal.h (modified) (view diffs)
-
src/VBox/VMM/include/VMMInternal.h (modified) (view diffs)
-
src/VBox/VMM/testcase/Makefile.kmk (modified) (view diffs)
-
src/VBox/VMM/testcase/tstAsmStructs.cpp (modified) (view diffs)
-
src/VBox/VMM/testcase/tstAsmStructsAsm.asm (modified) (view diffs)
-
src/VBox/VMM/testcase/tstVMM-HM.cpp (moved) (moved from trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp ) (view diffs)
-
src/VBox/VMM/testcase/tstVMStruct.h (modified) (view diffs)
-
src/VBox/VMM/testcase/tstVMStructDTrace.cpp (modified) (view diffs)
-
src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) (view diffs)
-
src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) (view diffs)
-
src/recompiler/VBoxREMWrapper.cpp (modified) (view diffs)
-
src/recompiler/VBoxRecompiler.c (modified) (view diffs)
-
src/recompiler/exec.c (modified) (view diffs)
-
src/recompiler/target-i386/op_helper.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.

