- Timestamp:
- Jun 11, 2013 5:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46498 r46505 160 160 * Structures and Typedefs * 161 161 *******************************************************************************/ 162 /** 162 /** @name VMX transient. 163 * 163 164 * A state structure for holding miscellaneous information across 164 165 * VMX non-root operation and restored after the transition. 165 */ 166 * 167 * @{ */ 166 168 typedef struct VMXTRANSIENT 167 169 { … … 219 221 AssertCompileMemberAlignment(VMXTRANSIENT, uExitIntrInfo, sizeof(uint64_t)); 220 222 AssertCompileMemberAlignment(VMXTRANSIENT, uEntryIntrInfo, sizeof(uint64_t)); 223 /** @} */ 221 224 222 225
Note:
See TracChangeset
for help on using the changeset viewer.