Changeset 93946 in vbox for trunk/include
- Timestamp:
- Feb 25, 2022 5:16:53 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150176
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r93913 r93946 3808 3808 uint32_t uIdtVectoringErrCode; 3809 3809 } VMXVEXITEVENTINFO; 3810 /** Pointer to the VMXVEXIT INFO2struct. */3810 /** Pointer to the VMXVEXITEVENTINFO struct. */ 3811 3811 typedef VMXVEXITEVENTINFO *PVMXVEXITEVENTINFO; 3812 /** Pointer to a const VMXVEXIT INFO2struct. */3812 /** Pointer to a const VMXVEXITEVENTINFO struct. */ 3813 3813 typedef const VMXVEXITEVENTINFO *PCVMXVEXITEVENTINFO; 3814 3814
Note:
See TracChangeset
for help on using the changeset viewer.