Changeset 71760 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 9, 2018 10:35:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71759 r71760 2101 2101 * - VMMCALL: Exclude the outer guest intercept as when it's also not intercepted by 2102 2102 * the nested-guest, the physical CPU raises a \#UD exception as expected. 2103 *2104 * - SVM_CTRL_INTERCEPT_CR0_SEL_WRITE: Is always required as we want to track PGM mode2105 * changes and not honor cache disable changes even by the nested-guest.2106 2103 */ 2107 2104 pVmcbNstGst->ctrl.u64InterceptCtrl |= (pVmcb->ctrl.u64InterceptCtrl & ~( SVM_CTRL_INTERCEPT_VINTR
Note:
See TracChangeset
for help on using the changeset viewer.