Changeset 94959 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 9, 2022 2:13:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r94945 r94959 1246 1246 { 1247 1247 /** Padding for hidden fields. */ 1248 uint8_t abHidden0[64]; 1249 /** Host CPU feature information. */ 1250 CPUMFEATURES HostFeatures; 1248 uint8_t abHidden0[64 + 48]; 1251 1249 /** Guest CPU feature information. */ 1252 1250 CPUMFEATURES GuestFeatures;
Note:
See TracChangeset
for help on using the changeset viewer.