Changeset 94945 in vbox for trunk/include/VBox/vmm/vm.h
- Timestamp:
- May 9, 2022 10:02:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r94944 r94945 1248 1248 uint8_t abHidden0[64]; 1249 1249 /** Host CPU feature information. */ 1250 CPUMFEATURES HostFeatures X;1250 CPUMFEATURES HostFeatures; 1251 1251 /** Guest CPU feature information. */ 1252 1252 CPUMFEATURES GuestFeatures;
Note:
See TracChangeset
for help on using the changeset viewer.