Changeset 79102 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 12, 2019 8:43:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79101 r79102 773 773 * @param pVCpu The cross context virtual CPU structure. 774 774 * @param pVmxTransient The VMX-transient structure. 775 * @param uP inCtlsThe Processor-based VM-execution controls to check.775 * @param uProcCtls The Processor-based VM-execution controls to check. 776 776 * 777 777 * @remarks This will not check merged controls when executing a nested-guest … … 796 796 * @param pVCpu The cross context virtual CPU structure. 797 797 * @param pVmxTransient The VMX-transient structure. 798 * @param uP inCtlsThe Secondary Processor-based VM-execution controls to798 * @param uProcCtls2 The Secondary Processor-based VM-execution controls to 799 799 * check. 800 800 * … … 820 820 * @param pVCpu The cross context virtual CPU structure. 821 821 * @param pVmxTransient The VMX-transient structure. 822 * @param u PinCtlsThe VM-entry controls to check.822 * @param uEntryCtls The VM-entry controls to check. 823 823 * 824 824 * @remarks This will not check merged controls when executing a nested-guest … … 842 842 * @param pVCpu The cross context virtual CPU structure. 843 843 * @param pVmxTransient The VMX-transient structure. 844 * @param u PinCtlsThe VM-exit controls to check.844 * @param uExitCtls The VM-exit controls to check. 845 845 * 846 846 * @remarks This will not check merged controls when executing a nested-guest
Note:
See TracChangeset
for help on using the changeset viewer.