VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72655   6 years vboxsync EM,HM,NEM,TRPM: Renamed some EMEXIT_XXXX stuff to shorten things down …
(edit) @72644   6 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @72643   6 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   6 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72639   6 years vboxsync IPRT,VMM: Try use KeShouldYieldProcessor to implement …
(edit) @72636   6 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp (reapplying …
(edit) @72620   6 years vboxsync HMVMXR0.cpp: Retry new RDTSC and RDTSCP code with HM_CHANGED_XXXX …
(edit) @72619   6 years vboxsync VMM: Temporarily put the old RDTSC[P] code back and enabled it …
(edit) @72606   6 years vboxsync HMVMXR0.cpp,EM: Code for optimizing I/O port, MMIO and CPUID exits …
(edit) @72600   6 years vboxsync VMM: Eliminated VBOX_WITH_2ND_IEM_STEP.
(edit) @72596   6 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp. bugref:6973
(edit) @72593   6 years vboxsync HMVMXR0.cpp: Enabled new rdtsc[p] code after limited testing. bugref:6973
(edit) @72590   6 years vboxsync HM,IEM,EM: Added IEMExecDecodedRdtsc and IEMExecDecodedRdtscp for …
(edit) @72561   6 years vboxsync HM/VMX: EMEXIT_F_KIND_SVM -> EMEXIT_F_KIND_VMX. bugref:9044
(edit) @72560   6 years vboxsync EM,HM: Replaced HM exit history with the EM one. VT-x now reads TSC on …
(edit) @72533   7 years vboxsync VMM/HMVMXR0: Left over from r123017.
(edit) @72531   7 years vboxsync VMM/HMVMXR0: Comment.
(edit) @72530   7 years vboxsync VMM/HMVMXR0: Always preload FPU as done before with SVM"
(edit) @72522   7 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72493   7 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72484   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72462   7 years vboxsync EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
(edit) @72390   7 years vboxsync VMM/HMVMXR0: Workaround erratum with INVVPID outside 64-bit mode not …
(edit) @72299   7 years vboxsync VMM/HMVMXR0: Comment update regarding ICEBP/INT1.
(edit) @71912   7 years vboxsync space.
(edit) @71910   7 years vboxsync VMM/HM: Clean up and also fix HMR0EnsureCompleteBasicContext for AMD-V …
(edit) @71415   7 years vboxsync VMM/HM: Get rid of lazy FPU loading for AMD-V. Nested Hw.virt: Fix FPU …
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @70612   7 years vboxsync VMM: Expose PCID, INVPCID, FSGSBASE features to guests. Implemented …
(edit) @70528   7 years vboxsync VMM/HMVMXR0: Temporarily back out r120196 (needs other local commit to …
(edit) @70527   7 years vboxsync VMM/HMVMXR0: Temporarily back out r120196 (neeeds another local commit …
(edit) @70526   7 years vboxsync VMM/HMVMXR0: Enable executing INVPCID in the guest and cause VM-exits …
(edit) @70516   7 years vboxsync VMM/HMVMXR0: Add VM-exit instruction information struct for INVEPT, …
(edit) @70498   7 years vboxsync hmR0VmxExitMovCRx: When reading into RSP/ESP we must set …
(edit) @69856   7 years vboxsync VMM/HMVMXR0: Fix assertion on longjmp callback code path while saving …
(edit) @69851   7 years vboxsync VMM/HMVMXR0: todo, the ifdef shouldn't be required any longer.
(edit) @69850   7 years vboxsync VMM/HMVMXR0: Don't flag guest-CPU context changed while reverting …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67784   7 years vboxsync VMM/HMVMXR0: nit to r116700.
(edit) @67783   7 years vboxsync VMM/HMVMXR0: Don't assert about error code for exceptions when in …
(edit) @67136   8 years vboxsync HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
(edit) @67050   8 years vboxsync VMM/APIC, HMVMXR0: Fixes for when the APIC isn't present.
(edit) @67026   8 years vboxsync VMM/HMVMXR0: Fixes in event reflection with pending events.
(edit) @67025   8 years vboxsync VMM/HMVMXR0: If event delivery causes an EPT misconfig/APIC access, …
(edit) @67024   8 years vboxsync VMM/HMVMXR0: Don't go back to IEM for injecting secondary/final …
(edit) @66987   8 years vboxsync VMM/HMVMXR0: Todo regarding returning VINF_EM_RAW_INJECT_TRPM_EVENT …
(edit) @66929   8 years vboxsync VMM/HMVMXR0: Try re-enable IEM event reflection for Intel only.
(edit) @66871   8 years vboxsync disable IEM event reflection for VMX and SVM to find out if the recent …
(edit) @66848   8 years vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66790   8 years vboxsync VMM/HMVMXR0: Fixes while using the IEM event reflection logic.
(edit) @66756   8 years vboxsync VMM/HMVMXR0: Forgot to translate soft. ints while converting IEM …
(edit) @66749   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @66717   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @66716   8 years vboxsync VMM/HMVMXR0: Try re-enable the IEM event reflection logic.
(edit) @66713   8 years vboxsync VMM/HMVMXR0: Fixes while using IEM event reflection code.
(edit) @66706   8 years vboxsync VMM/HMVMXR0: Disabled using IEM event reflection from r115095. Needs …
(edit) @66705   8 years vboxsync VMM/HMVMXR0: Build fix for r115095.
(edit) @66702   8 years vboxsync VMM/HMVMXR0: Nit and a todo.
(edit) @66701   8 years vboxsync VMM/HMVMXR0: Use IEM's event reflection logic.
(edit) @66390   8 years vboxsync hmR0VmxExitXcptGeneric: Corrected incomplete debug assertion that …
(edit) @66281   8 years vboxsync VMM: Nested Hw.virt: Decls, naming.
(edit) @66052   8 years vboxsync HMVMXR0.cpp: Disabled (for me only) annoying HMCPU_CF_IS_PENDING …
(edit) @65767   8 years vboxsync VMM/HMVMXR0: LogRel fix.
(edit) @65697   8 years vboxsync VMM/HMVMXR0: Set HM_CHANGED_ALL_GUEST after saving the guest state to …
(edit) @65656   8 years vboxsync VMM/HMVMXR0: fall thru.
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @65585   8 years vboxsync VMM/HMVMXR0: Flag CR0 to be reloaded after interpreting LMSW instruction.
(edit) @65564   8 years vboxsync VMM/HMVMXR0: While leaving VT-x (preemption/longjmp/ring-3 returns), …
(edit) @65475   8 years vboxsync VMM/HMVMXR0: Scoping, space.
(edit) @65474   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @65473   8 years vboxsync VMM/HMVMXR0: Comment, space.
(edit) @65451   8 years vboxsync VMM/HMVMXR0: Added assertion to ensure we don't overwrite stuff in the …
(edit) @65446   8 years vboxsync VMX: Better SYSENTER MSR fix for CPUs with no MSR bitmaps (bugref:8745).
(edit) @65439   8 years vboxsync VMX: May need to save SYSENTER related MSRs in WRMSR exit (bugref:8745).
(edit) @65355   8 years vboxsync VMM/HMVMXR0: Save guest rflags before handling any hypercalls.
(edit) @65316   8 years vboxsync VMM/HM: Fixed case in name prefixes of a few internal functions.
(edit) @65280   8 years vboxsync VMM/HMVMXR0: Lazy load guest MSRs when they've changed despite being …
(edit) @65276   8 years vboxsync VMM/HMVMXR0: Update comment.
(edit) @65275   8 years vboxsync VMM/HMVMXR0: Fixed an extra VMMRZCallRing3Enable when cleaning up the …
(edit) @65251   8 years vboxsync VMM/HMVMXR0: Adjustments to fix in r112756 and comment update.
(edit) @65241   8 years vboxsync VMM/HMVMXR0: Fix longjmp related regression introduced in r112729.
(edit) @65233   8 years vboxsync VMM/HMVMXR0: column limit.
(edit) @65222   8 years vboxsync VMM/HMVMXR0: Fix longjump when mapping the APIC access page, map the …
(edit) @65137   8 years vboxsync VMM/HMVMXR0: Dummy out unused member missed in r112639.
(edit) @65136   8 years vboxsync VMM/HMVMXR0: Try using the APIC allocated page as the virtual-APIC page.
(edit) @65134   8 years vboxsync VMM/HMVMXR0: Comment nits.
(edit) @65106   8 years vboxsync VMM/HMVMXR0: Don't need to initialize #UD intercepts when it's being …
(edit) @64882   8 years vboxsync VMM/HMVMXR0: Avoid setting HM_CHANGED_VMX_GUEST_APIC_STATE in …
(edit) @64881   8 years vboxsync VMM/HMVMXR0: Remove the Vista 64-bit TPR-threshold hack.
(edit) @64880   8 years vboxsync VMM/HMVMXR0: "& 0xf" is redundant while right-shifting a uint8_t by 4 …
(edit) @64873   8 years vboxsync VMM/HMVMXR0: Use macro constants instead of hardcoded offsets
(edit) @64856   8 years vboxsync VMM/HMVMXR0: Comment to clarify VM-exit history updates for 3 edge cases.
(edit) @64837   8 years vboxsync VMM/HMVMXR0: Fix VM-exit history update to be done *after* successful …
(edit) @64823   8 years vboxsync VMM/HMVMXR0: Comment to clear up confusing code paths.
(edit) @64797   8 years vboxsync VMM/HMVMXR0: Build fix when not using HMVMX_USE_FUNCTION_TABLE.
(edit) @64790   8 years vboxsync VMM/HMVMXR0: Fix new declarations in conditionally compiled code.
(edit) @64775   8 years vboxsync VMM/HMVMXR0: nits.
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64676   8 years vboxsync VMM/HMVMXR0: Pass 'rcRun' from VMLAUNCH/VMRESUME to …
Note: See TracRevisionLog for help on using the revision log.

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