VirtualBox

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

Name Size Rev Age Author Last Change
../
target-x86 103744   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
AllPdbTypeHack.cpp 4.0 KB 98103   2 years vboxsync Copyright year updates by scm.
APICAll.cpp 130.7 KB 103025   11 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
CPUMAllCpuId.cpp 78.7 KB 101428   14 months vboxsync VMM/HM: Added logging for new SVM features.
CPUMAllMsrs.cpp 245.2 KB 100935   16 months vboxsync VMM: bugref:10498 bugref:10318: Implemented basic MTRR reporting and …
CPUMAllRegs-armv8.cpp 11.8 KB 101221   15 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Implement CPUMGetGuestAddrWidths(), bugref:10525
CPUMAllRegs.cpp 99.5 KB 100940   16 months vboxsync VMM: Make CPUMIsGuestIn64Bit[Code|CodeEx|Slow] use a const CPUM …
CPUMAllSysRegs-armv8.cpp 17.5 KB 99956   19 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
DBGFAll.cpp 22.4 KB 99051   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
DBGFAllBp.cpp 23.6 KB 98103   2 years vboxsync Copyright year updates by scm.
DBGFAllTracer.cpp 28.9 KB 99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
EMAll.cpp 39.2 KB 101539   14 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
GCMAll.cpp 9.6 KB 99208   21 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GICAll.cpp 56.2 KB 103374   10 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
GIMAll.cpp 16.7 KB 100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
GIMAllHv.cpp 56.9 KB 99208   21 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
GIMAllKvm.cpp 14.5 KB 99208   21 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
HMAll.cpp 37.7 KB 99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
HMSVMAll.cpp 19.9 KB 103194   10 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
HMVMXAll.cpp 80.2 KB 103194   10 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
IEMAll-armv8.cpp 4.2 KB 103290   10 months vboxsync VMM/IEMAll-armv8.cpp: Always init pStats because the caller might …
IEMAll.cpp 449.7 KB 103671   9 months vboxsync VMM/IEM: Native translation of …
IEMAllAImpl-arm64.S 11.4 KB 103003   11 months vboxsync VMM/IEM: Assembly version of iemAImpl_sub_*. bugref:10376
IEMAllAImpl.asm 198.6 KB 103735   9 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
IEMAllAImplC.cpp 741.1 KB 103745   9 months vboxsync ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
IEMAllCImpl.cpp 371.6 KB 103734   9 months vboxsync VMM/IEM: Fixed bug in sysret when targeting intel CPUs where …
IEMAllCImplStrInstr.cpp.h 68.9 KB 102430   13 months vboxsync VMM/IEM: Refactored iemMemMap and friends to work with bUnmapInfo / …
IEMAllCImplSvmInstr.cpp 68.3 KB 100072   18 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
IEMAllCImplVmxInstr.cpp 412.8 KB 103609   10 months vboxsync VMM/IEM: Nested VMX: bugref:10610 Fix typo with GS base.
IEMAllDbg.cpp 75.9 KB 102869   11 months vboxsync Fixing most probaly a typo in r161081. bugref:10371
IEMAllInst3DNow.cpp.h 4.4 KB 100733   17 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
IEMAllInstCommon.cpp.h 34.9 KB 102783   11 months vboxsync VMM/IEM: Corrected assertion in iemOpCommonPushSReg for 64-bit mode. …
IEMAllInstCommonBodyMacros.h 22.8 KB 103721   9 months vboxsync VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
IEMAllInstOneByte.cpp.h 588.3 KB 103744   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
IEMAllInstPython.py 321.2 KB 103756   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
IEMAllInstThree0f3a.cpp.h 80.3 KB 103597   10 months vboxsync VMM/IEM: Fix multiple issues in the pcmpXstrX instructions microcode, …
IEMAllInstThree0f38.cpp.h 101.6 KB 103746   9 months vboxsync Misc fixes noticed in passing, bugref:9898 VMM/IEM: mark intentional …
IEMAllInstTwoByte0f.cpp.h 530.5 KB 103746   9 months vboxsync Misc fixes noticed in passing, bugref:9898 VMM/IEM: mark intentional …
IEMAllInstVexMap1.cpp.h 221.3 KB 103696   9 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
IEMAllInstVexMap2.cpp.h 111.5 KB 103735   9 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
IEMAllInstVexMap3.cpp.h 71.5 KB 103700   9 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
IEMAllIntprTables1.cpp 1.0 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllIntprTables2.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllIntprTables3.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllIntprTables4.cpp 1.1 KB 100740   17 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
IEMAllIntprTables.h 3.4 KB 100740   17 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
IEMAllMemRWTmpl.cpp.h 26.9 KB 102977   11 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
IEMAllMemRWTmplInline.cpp.h 81.0 KB 102977   11 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
IEMAllN8veHlpA-arm64.S 5.0 KB 103636   9 months vboxsync VMM/IEM: Support iemNativeRecompFunc_BltIn_LogCpuState() on arm64, …
IEMAllN8veHlpA.asm 5.7 KB 103376   10 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
IEMAllN8veLiveness.cpp 82.9 KB 103739   9 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
IEMAllN8vePython.py 40.7 KB 103756   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
IEMAllN8veRecompBltIn.cpp 96.1 KB 103649   9 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
IEMAllN8veRecompiler.cpp 733.8 KB 103750   9 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
IEMAllThrdFuncs.cpp 35.2 KB 103739   9 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
IEMAllThrdFuncsBltIn.cpp 34.5 KB 103181   10 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
IEMAllThrdPython.py 179.0 KB 103756   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
IEMAllThrdRecompiler.cpp 117.2 KB 103612   10 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
IEMAllThrdTables1.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllThrdTables2.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllThrdTables3.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllThrdTables4.cpp 1.1 KB 100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
IEMAllThrdTables.h 14.8 KB 102879   11 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
IOMAll.cpp 23.4 KB 98103   2 years vboxsync Copyright year updates by scm.
IOMAllMmioNew.cpp 52.7 KB 100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
Makefile.kup 0 bytes 2477   18 years vboxsync export
MMAll.cpp 3.9 KB 98103   2 years vboxsync Copyright year updates by scm.
NEMAll.cpp 4.1 KB 98103   2 years vboxsync Copyright year updates by scm.
NEMAllNativeTemplate-win.cpp.h 141.1 KB 99828   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
PDMAll.cpp 14.3 KB 100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
PDMAllCritSect.cpp 46.1 KB 98743   22 months vboxsync VMM/PDMAllCritSect: comment typo
PDMAllCritSectBoth.cpp 4.5 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMAllCritSectRw.cpp 84.1 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMAllIommu.cpp 18.2 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMAllNetShaper.cpp 6.5 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMAllQueue.cpp 11.3 KB 99674   19 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
PDMAllTask.cpp 4.2 KB 98103   2 years vboxsync Copyright year updates by scm.
PGMAll.cpp 152.8 KB 103417   10 months vboxsync Devices/Graphics,VMM: Fix some unused function warnings, bugref:3409
PGMAllBth.h 236.3 KB 103374   10 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
PGMAllGst.h 19.4 KB 98103   2 years vboxsync Copyright year updates by scm.
PGMAllGstSlatEpt.cpp.h 18.4 KB 103583   10 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fix EPT permission checks when EPT …
PGMAllHandler.cpp 84.8 KB 103374   10 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
PGMAllPhys.cpp 148.0 KB 103374   10 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
PGMAllPool.cpp 225.2 KB 103261   10 months vboxsync VMM/PGMAllPool.cpp: Fix side effect in macro double expansion, bugref:3409
PGMAllShw.h 31.5 KB 103720   9 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
SELMAll.cpp 13.3 KB 98103   2 years vboxsync Copyright year updates by scm.
TMAll.cpp 108.0 KB 101088   15 months vboxsync VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369
TMAllCpu.cpp 24.1 KB 100005   19 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
TMAllReal.cpp 1.8 KB 98103   2 years vboxsync Copyright year updates by scm.
TMAllVirtual.cpp 43.9 KB 101025   15 months vboxsync VMM/VMMAll: Compilation fixes.
TRPMAll.cpp 14.5 KB 103194   10 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
VMAll.cpp 13.7 KB 98103   2 years vboxsync Copyright year updates by scm.
VMMAll.cpp 8.0 KB 98103   2 years vboxsync Copyright year updates by scm.
VMMAllA.asm 2.6 KB 98103   2 years vboxsync Copyright year updates by scm.
VMXAllTemplate.cpp.h 529.3 KB 103053   11 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
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