Changeset 52685 in vbox
- Timestamp:
- Sep 10, 2014 5:29:24 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
r52110 r52685 113 113 114 114 /* Hypervisor capabilities; features used by the hypervisor. */ 115 /** @todo This is currently busted as it's too early. See @bugref{7270} 116 * comment 130. */ 115 117 pHv->uHyperCaps = HMIsNestedPagingActive(pVM) ? GIM_HV_HOST_FEAT_NESTED_PAGING : 0; 116 118 pHv->uHyperCaps |= HMAreMsrBitmapsAvailable(pVM) ? GIM_HV_HOST_FEAT_MSR_BITMAP : 0;
Note:
See TracChangeset
for help on using the changeset viewer.