Changeset 65905 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Mar 1, 2017 10:28:08 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r65904 r65905 3361 3361 PCPUMCPUIDLEAF pSvmFeatureLeaf = cpumR3CpuIdGetExactLeaf(pCpum, 0x8000000a, 0); 3362 3362 pSvmFeatureLeaf->uEax = 0x1; 3363 pSvmFeatureLeaf->uEbx = 0x8000; 3363 pSvmFeatureLeaf->uEbx = 0x8000; /** @todo figure out virtual NASID. */ 3364 3364 pSvmFeatureLeaf->uEcx = 0; 3365 3365 pSvmFeatureLeaf->uEdx = 0; /** @todo Support SVM features */
Note:
See TracChangeset
for help on using the changeset viewer.