Changeset 71759 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 9, 2018 10:24:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71758 r71759 2112 2112 == HMSVM_MANDATORY_GUEST_CTRL_INTERCEPTS); 2113 2113 2114 /** @todo This doesn't make sense. Re-think and remove. */ 2115 #if 1 2114 2116 /* 2115 2117 * If we don't expose Virtualized-VMSAVE/VMLOAD feature to the outer guest, we … … 2131 2133 | SVM_CTRL_INTERCEPT_STGI; 2132 2134 } 2135 #endif 2133 2136 2134 2137 /* Finally, update the VMCB clean bits. */
Note:
See TracChangeset
for help on using the changeset viewer.