Changeset 79571 in vbox for trunk/include/VBox
- Timestamp:
- Jul 7, 2019 9:21:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r79342 r79571 1439 1439 * In accordance with the VT-x spec. 1440 1440 * See Intel spec. "27.7 VMX Aborts". 1441 * Update HMGetVmxAbortDesc() if new reasons are added. @{ 1441 * Update HMGetVmxAbortDesc() if new reasons are added. 1442 * @{ 1442 1443 */ 1443 1444 typedef enum … … 4250 4251 kVmxVDiag_Vmexit_MsrStoreRing3, 4251 4252 kVmxVDiag_Vmexit_MsrStoreRsvd, 4253 kVmxVDiag_Vmexit_VirtApicPagePtrWritePhys, 4252 4254 /* Last member for determining array index limit. */ 4253 4255 kVmxVDiag_End
Note:
See TracChangeset
for help on using the changeset viewer.