VirtualBox

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

Name Size Rev Age Author Last Change
../
VMMAllA.asm 2.4 KB 69111   7 years vboxsync (C) year
VMMAll.cpp 10.8 KB 72469   6 years vboxsync GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044 - IEM: …
VMAll.cpp 13.4 KB 73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
TRPMAll.cpp 39.0 KB 74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
TMAllVirtual.cpp 36.1 KB 74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
TMAllReal.cpp 1.6 KB 69111   7 years vboxsync (C) year
TMAllCpu.cpp 20.6 KB 75110   6 years vboxsync VMM/TM: Nested VMX: bugref:9180 todo addressed by calling a separate …
TMAll.cpp 91.9 KB 74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
SELMAll.cpp 39.8 KB 74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
REMAll.cpp 8.5 KB 69111   7 years vboxsync (C) year
PGMAllShw.h 23.8 KB 73324   6 years vboxsync PGM: Introduced a special shadow paging mode for NEM that translates …
PGMAllPool.cpp 216.0 KB 73277   6 years vboxsync PGM: Eliminated the unused VERR_PGM_POOL_FLUSHED and …
PGMAllPhys.cpp 177.5 KB 74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
PGMAllMap.cpp 35.2 KB 69111   7 years vboxsync (C) year
PGMAllHandler.cpp 88.2 KB 74341   6 years vboxsync PGM: Build fix for Windows host without REM.
PGMAllGst.h 28.3 KB 73272   6 years vboxsync PGM: Cleanups. bugref:9044
PGMAllBth.h 217.2 KB 74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
PGMAll.cpp 140.5 KB 74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
PDMAllQueue.cpp 6.1 KB 69111   7 years vboxsync (C) year
PDMAllNetShaper.cpp 2.9 KB 69111   7 years vboxsync (C) year
PDMAllCritSectRw.cpp 54.4 KB 69111   7 years vboxsync (C) year
PDMAllCritSectBoth.cpp 3.4 KB 69111   7 years vboxsync (C) year
PDMAllCritSect.cpp 29.4 KB 69111   7 years vboxsync (C) year
PDMAll.cpp 10.8 KB 73285   6 years vboxsync APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've …
PATMAll.cpp 25.3 KB 70948   6 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
NEMAllNativeTemplate-win.cpp.h 231.0 KB 74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
NEMAll.cpp 5.1 KB 76397   5 years vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
MMAllPagePool.cpp 7.6 KB 69111   7 years vboxsync (C) year
MMAllHyper.cpp 49.5 KB 70948   6 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
MMAll.cpp 19.9 KB 70948   6 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
Makefile.kup 0 bytes 2477   17 years vboxsync export
IOMAllMMIO.cpp 46.3 KB 73520   6 years vboxsync iomMMIODoComplicatedWrite: Fixed status code if we need to return ring-3.
IOMAll.cpp 27.0 KB 76382   5 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
IEMAllInstructionsVexMap3.cpp.h 27.5 KB 66479   7 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
IEMAllInstructionsVexMap2.cpp.h 43.8 KB 67072   7 years vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
IEMAllInstructionsVexMap1.cpp.h 152.0 KB 69221   7 years vboxsync VMM: scm cleanups
IEMAllInstructionsTwoByte0f.cpp.h 342.6 KB 75231   6 years vboxsync IEM: Check invalid r/m encoding to avoid IPE.
IEMAllInstructionsThree0f38.cpp.h 38.7 KB 73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
IEMAllInstructionsThree0f3a.cpp.h 22.3 KB 66479   7 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
IEMAllInstructionsPython.py 152.3 KB 67072   7 years vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
IEMAllInstructionsOneByte.cpp.h 393.0 KB 75820   6 years vboxsync IEM: typo
IEMAllInstructions.cpp.h 27.5 KB 69111   7 years vboxsync (C) year
IEMAllInstructions3DNow.cpp.h 4.1 KB 66471   7 years vboxsync IEM: Split the 3DNow! instruction out into a separate file.
IEMAllCImplVmxInstr.cpp.h 338.0 KB 76274   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Shadow variable fix.
IEMAllCImplSvmInstr.cpp.h 60.8 KB 76011   6 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM fixes.
IEMAllCImplStrInstr.cpp.h 65.7 KB 74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
IEMAllCImpl.cpp.h 324.8 KB 76200   6 years vboxsync VMM: Nested VMX: bugref:9180 Initialize VMX guest-MSRs from the …
IEMAllAImplC.cpp 44.7 KB 76397   5 years vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
IEMAllAImpl.asm 81.7 KB 69221   7 years vboxsync VMM: scm cleanups
IEMAll.cpp 644.2 KB 76275   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix to clobbering local variable when …
HMVMXAll.cpp 56.0 KB 76397   5 years vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
HMSVMAll.cpp 22.5 KB 75759   6 years vboxsync VMM: Nested SVM: bugref:7243 Remove super confusing virtual-GIF vs GIF …
HMAll.cpp 16.7 KB 73617   6 years vboxsync VMM/HMVMXR0: Use IEMExecOne() rather than manually interpreting a …
GIMAllKvm.cpp 16.1 KB 72524   6 years vboxsync VMM/GIM: Assert in R3 handler for assuming TSC/NanoTS values were …
GIMAllHv.cpp 56.1 KB 73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
GIMAll.cpp 14.7 KB 76382   5 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
FTMAll.cpp 1.9 KB 69111   7 years vboxsync (C) year
EMAll.cpp 55.3 KB 75998   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Consider GIF and virtual interrupts …
DBGFAll.cpp 14.4 KB 73354   6 years vboxsync DBGFAll.cpp: build fxi
CSAMAll.cpp 12.0 KB 70948   6 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
CPUMStack.cpp 1.4 KB 69111   7 years vboxsync (C) year
CPUMAllRegs.cpp 91.2 KB 75831   6 years vboxsync VMM: Virtual-interrupt is hypenated when referring to …
CPUMAllMsrs.cpp 236.8 KB 76200   6 years vboxsync VMM: Nested VMX: bugref:9180 Initialize VMX guest-MSRs from the …
APICAll.cpp 122.6 KB 74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
AllPdbTypeHack.cpp 3.9 KB 71290   6 years vboxsync VMM: Better GVM alignment; assert padding sanity.
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use