Changeset 72208 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 15, 2018 4:11:35 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122647
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r70979 r72208 248 248 * we still need to implement hypercalls rather than throw a #UD. 249 249 */ 250 #ifdef VBOX_WITH_NESTED_HWVIRT 250 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM 251 251 if (pVM->cpum.ro.GuestFeatures.fSvm) 252 252 { -
trunk/src/VBox/VMM/include/HMInternal.h
r72178 r72208 286 286 /** In use by our code. (for power suspend) */ 287 287 volatile bool fInUse; 288 #ifdef VBOX_WITH_NESTED_HWVIRT 288 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM 289 289 /** Nested-guest union (put data common to SVM/VMX outside the union). */ 290 290 union
Note:
See TracChangeset
for help on using the changeset viewer.