VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll@ 99208

名稱 檔案大小 修訂 年份 作者 最後變更
../
AllPdbTypeHack.cpp 4.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
APICAll.cpp 130.7 KB 98103   22 月 vboxsync Copyright year updates by scm.
CPUMAllCpuId.cpp 76.5 KB 99023   20 月 vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
CPUMAllMsrs.cpp 242.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
CPUMAllRegs-armv8.cpp 10.2 KB 99051   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
CPUMAllRegs.cpp 99.3 KB 98103   22 月 vboxsync Copyright year updates by scm.
CPUMAllSysRegs-armv8.cpp 15.8 KB 99196   20 月 vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
DBGFAll.cpp 22.4 KB 99051   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
DBGFAllBp.cpp 23.6 KB 98103   22 月 vboxsync Copyright year updates by scm.
DBGFAllTracer.cpp 29.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
EMAll.cpp 39.2 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GCMAll.cpp 9.6 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GIMAll.cpp 16.5 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GIMAllHv.cpp 56.9 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GIMAllKvm.cpp 14.5 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
HMAll.cpp 37.7 KB 98103   22 月 vboxsync Copyright year updates by scm.
HMSVMAll.cpp 19.9 KB 98103   22 月 vboxsync Copyright year updates by scm.
HMVMXAll.cpp 79.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAll-armv8.cpp 4.1 KB 99053   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
IEMAll.cpp 467.9 KB 98795   21 月 vboxsync VMM/IEM: s/g_apfnOneByteMap/g_apfnIemInterpretOnlyOneByteMap/ and …
IEMAllAImpl.asm 185.0 KB 98921   21 月 vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
IEMAllAImplC.cpp 672.7 KB 98921   21 月 vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
IEMAllCImpl.cpp 353.1 KB 98543   22 月 vboxsync VMM/IEM: @todos regarding FXSAVE/FRSTOR and AMD. bugref:1529
IEMAllCImplStrInstr.cpp.h 68.8 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAllCImplSvmInstr.cpp 68.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAllCImplVmxInstr.cpp 409.1 KB 99164   20 月 vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed vmlaunch/vmresume emulation to …
IEMAllInstructions3DNow.cpp.h 4.4 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAllInstructionsCommon.cpp.h 30.3 KB 98916   21 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsCommonBodyMacros.h 6.8 KB 98916   21 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsInterpretOnly.cpp 3.4 KB 98916   21 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsOneByte.cpp.h 434.0 KB 98975   20 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsPython.py 250.4 KB 98969   20 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsThreadedRecompiler.cpp 2.9 KB 98873   21 月 vboxsync VMM/IEM: Started extending IEMAllInstructionsPython.py to pick up …
IEMAllInstructionsThree0f3a.cpp.h 80.3 KB 98921   21 月 vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
IEMAllInstructionsThree0f38.cpp.h 97.6 KB 98827   21 月 vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
IEMAllInstructionsTwoByte0f.cpp.h 484.5 KB 98916   21 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMAllInstructionsVexMap1.cpp.h 205.4 KB 98880   21 月 vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
IEMAllInstructionsVexMap2.cpp.h 91.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAllInstructionsVexMap3.cpp.h 46.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
IEMAllThreadedPython.py 48.3 KB 98969   20 月 vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
IEMThreadedFunctions.cpp 17.0 KB 99024   20 月 vboxsync VMM/IEM: scm fix. bugref:10369
IOMAll.cpp 23.4 KB 98103   22 月 vboxsync Copyright year updates by scm.
IOMAllMmioNew.cpp 52.6 KB 99051   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
Makefile.kup 0 位元組 2477   18 年 vboxsync export
MMAll.cpp 3.9 KB 98103   22 月 vboxsync Copyright year updates by scm.
NEMAll.cpp 4.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
NEMAllNativeTemplate-win.cpp.h 141.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAll.cpp 13.9 KB 99051   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
PDMAllCritSect.cpp 46.1 KB 98743   21 月 vboxsync VMM/PDMAllCritSect: comment typo
PDMAllCritSectBoth.cpp 4.5 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAllCritSectRw.cpp 84.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAllIommu.cpp 18.2 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAllNetShaper.cpp 6.5 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAllQueue.cpp 11.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
PDMAllTask.cpp 4.2 KB 98103   22 月 vboxsync Copyright year updates by scm.
PGMAll.cpp 147.6 KB 98103   22 月 vboxsync Copyright year updates by scm.
PGMAllBth.h 233.3 KB 99133   20 月 vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
PGMAllGst.h 19.4 KB 98103   22 月 vboxsync Copyright year updates by scm.
PGMAllGstSlatEpt.cpp.h 18.1 KB 98103   22 月 vboxsync Copyright year updates by scm.
PGMAllHandler.cpp 77.8 KB 99051   20 月 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
PGMAllPhys.cpp 146.6 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
PGMAllPool.cpp 224.6 KB 99208   20 月 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
PGMAllShw.h 29.7 KB 99132   20 月 vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
SELMAll.cpp 13.3 KB 98103   22 月 vboxsync Copyright year updates by scm.
TMAll.cpp 106.9 KB 98103   22 月 vboxsync Copyright year updates by scm.
TMAllCpu.cpp 23.2 KB 98103   22 月 vboxsync Copyright year updates by scm.
TMAllReal.cpp 1.8 KB 98103   22 月 vboxsync Copyright year updates by scm.
TMAllVirtual.cpp 43.8 KB 98103   22 月 vboxsync Copyright year updates by scm.
TRPMAll.cpp 14.4 KB 98103   22 月 vboxsync Copyright year updates by scm.
VMAll.cpp 13.7 KB 98103   22 月 vboxsync Copyright year updates by scm.
VMMAll.cpp 8.0 KB 98103   22 月 vboxsync Copyright year updates by scm.
VMMAllA.asm 2.6 KB 98103   22 月 vboxsync Copyright year updates by scm.
VMXAllTemplate.cpp.h 520.2 KB 99117   20 月 vboxsync VMM: Nested VMX: bugref:10318 Reschedule from HM when there's a …
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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