Changeset 67660 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 28, 2017 10:17:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r67529 r67660 1648 1648 1649 1649 /* 1650 * SVM R0 code assumes if the decode-assist feature exists, NRIP feature exists too. 1651 */ 1652 AssertLogRelReturn( !(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_DECODE_ASSIST) 1653 || (pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE), 1654 VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO); 1655 1656 /* 1650 1657 * Nested paging is determined in HMR3Init, verify the sanity of that. 1651 1658 */
Note:
See TracChangeset
for help on using the changeset viewer.