Changeset 76952 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 23, 2019 11:00:57 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r76886 r76952 1729 1729 Assert(!pGuestFeat->fVmxUseTscScaling); 1730 1730 } 1731 if (pGuestFeat->fVmxUnrestrictedGuest) 1732 { 1733 /* See footnote in Intel spec. 27.2 "Recording VM-Exit Information And Updating VM-entry Control Fields". */ 1734 Assert(pGuestFeat->fVmxExitSaveEferLma); 1735 } 1731 1736 1732 1737 /*
Note:
See TracChangeset
for help on using the changeset viewer.