summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/HM.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM/HM: Spaces.vboxsync2019-08-281-2/+2
* VMM/HM: Log nit.vboxsync2019-08-261-1/+2
* VMM/HM: Log nit.vboxsync2019-08-231-2/+2
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217vboxsync2019-08-151-5/+4
* VMM/HM: Build fix bugref:9217 bugref:9517vboxsync2019-08-091-1/+1
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-294/+245
* VMM: Kicking out 32-bit host support - VMX [drop VMCSCACHE]. bugref:9511vboxsync2019-08-061-31/+0
* VMM: Kicking out raw-mode and 32-bit hosts - HM, VMMSWITCHER, ++. bugref:951...vboxsync2019-07-311-79/+11
* Main: Kicking out 32-bit host support - Some HM bits using VMMSwitcher & CPUM...vboxsync2019-07-291-2/+2
* VMM: Kicking out raw-mode (work in progress). bugref:9517vboxsync2019-07-261-2/+0
* VMM/HM: Nested VMX: bugref:9180 Add StatFlushTlbNstGst for upcoming changes.vboxsync2019-07-191-0/+1
* VMM/HM: Nested VMX: bugref:9180 Add StatExitHostNmiInGCIpi for tracking how m...vboxsync2019-07-101-0/+1
* VMM/HM: Renamed some stat counters to make it more clear what they are for.vboxsync2019-07-091-3/+4
* VMM/HM: Add stat counter for determining reinjection of an event that caused ...vboxsync2019-07-091-0/+1
* VMM/HM: Nested VMX: bugref:9180 Clarify that the task switch counter here is ...vboxsync2019-07-081-1/+1
* VMM/HM: Nested VMX: bugref:9180 Add missing exception stat counters.vboxsync2019-07-051-1/+5
* VMM/HMVMXR0: Nested VMX: bugref:9180 Add missing #AC exception stat counter.vboxsync2019-07-051-0/+1
* VMM/HM: Nested VMX: bugref:9180 LogFlow nit.vboxsync2019-07-041-2/+2
* VMM/HM: Spaces, log nits.vboxsync2019-07-031-71/+70
* VMM/HMVMXR0: Safer to flag host-context change while interrupts are still dis...vboxsync2019-07-031-1/+1
* VMM/HMVMXR0: Nested VMX: bugref:9180 Add STAM counters for a few missing exit...vboxsync2019-07-021-6/+11
* VMM/HM: Nested VMX: bugref:9180 Add profiling counter for VMLAUNCH/VMRESUME i...vboxsync2019-06-271-0/+4
* VMM/HM: Nested VMX: bugref:9180 Fix stopping the XcptOrNmi profiling in the r...vboxsync2019-06-261-1/+0
* VMM/HM: Nested VMX: bugref:9180 Comment on where to tweak host MSRs for testi...vboxsync2019-06-261-1/+4
* VMM/HM: Nested VMX: bugref:9180 Implemented VMCS shadowing.vboxsync2019-06-261-30/+9
* VMM/HM: Nested VMX: bugref:9180 Dump the VMX control fields on VERR_VMX_INVAL...vboxsync2019-06-131-102/+120
* VMM/HM: Nested VMX: bugref:9180 space.vboxsync2019-06-131-9/+9
* VMM: Nested VMX: bugref:9180 Renamed HM_CHANGED_[VMX|SVM]_GUEST_XCPT_INTERCEPTS.vboxsync2019-05-241-5/+5
* VMM: Nested VMX: bugref:9180 Added RTIT_CTL MSR to the virtual VMCS. Brought ...vboxsync2019-05-221-23/+45
* Forward ported 130474,130475,130477,130479. bugref:9453vboxsync2019-05-211-4/+44
* VMM/HM: const bits.vboxsync2019-04-231-2/+2
* VMM: Nested VMX: bugref:9180 Hardware-assisted nested VT-x infrastructure cha...vboxsync2019-04-201-70/+88
* VMM/HM: Dump Real-on-v86 state as part of HM debugger info (and thus as part ...vboxsync2019-03-071-2/+17
* VMM/HM: Nested VMX: bugref:9180 Rename GstCtls as Ctls for upcoming changes.vboxsync2019-03-051-10/+10
* VMM/HMVMXR0: Nested VMX: bugref:9180 Grouped the VMCS controls in preparation...vboxsync2019-02-281-10/+10
* VMM/IEM: Nested VMX: bugref:9180 Renamed VMCSCACHE to VMXVMCSBATCHCACHE to be...vboxsync2019-02-271-11/+11
* VMM/HM: Added V8086 mode checks to HMCanExecuteVmxGuest.vboxsync2019-02-151-1/+6
* VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from ring-0 as w...vboxsync2019-01-251-300/+50
* VMM (and related changes): Add support for Shanghai/Zhaoxin CPUs. Modified an...vboxsync2019-01-181-2/+4
* Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, r124284, ...vboxsync2019-01-071-2/+31
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VMM/HM: Made vmx/svm VCPU state as a union, saves some space now that SVM bit...vboxsync2018-12-261-3/+3
* VMM/HM: Cleanup.vboxsync2018-12-251-2/+2
* VMM: Nested VMX: bugref:9180 Fix MSR initialization issue for exploding VMX f...vboxsync2018-12-251-8/+2
* VMM/HM: Nested VMX: bugref:9180 Added a new pre-init VMM call, invoked from H...vboxsync2018-12-191-6/+14
* VMM: Nested VMX: bugref:9180 Use Intel terminology of 'allowed-0' and 'allowe...vboxsync2018-12-131-99/+99
* VMM/HM: nit.vboxsync2018-12-101-1/+1
* VMM/HM: No need to assert here, fails gracefully.vboxsync2018-12-101-1/+0
* HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga 3d dri...vboxsync2018-11-291-1/+11