Changeset 85450 in vbox for trunk/include/VBox
- Timestamp:
- Jul 24, 2020 7:51:14 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r85213 r85450 144 144 { 145 145 uint64_t u64MsrHwcr; 146 uint64_t u64Padding[27]; 147 }svm; 146 uint64_t u64MsrSmmAddr; 147 uint64_t u64MsrSmmMask; 148 uint64_t u64Padding[25]; 149 } svm; 148 150 } u; 149 151 } SUPHWVIRTMSRS;
Note:
See TracChangeset
for help on using the changeset viewer.