Changeset 23699 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 12, 2009 3:01:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCMInternal.h
r23553 r23699 178 178 } HWACCM_CPUINFO; 179 179 typedef HWACCM_CPUINFO *PHWACCM_CPUINFO; 180 181 /* VT-x capability qword. */182 typedef union183 {184 struct185 {186 uint32_t disallowed0;187 uint32_t allowed1;188 } n;189 uint64_t u;190 } VMX_CAPABILITY;191 180 192 181 typedef enum
Note:
See TracChangeset
for help on using the changeset viewer.