- Timestamp:
- Jan 4, 2019 3:29:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r76585 r76636 3195 3195 /** Virtual VMCS revision ID. Bump this arbitarily chosen identifier if incompatible 3196 3196 * changes to the layout of VMXVVMCS is done. Bit 31 MBZ. */ 3197 #define VMX_V_VMCS_REVISION_ID UINT32_C(0x 1d000001)3197 #define VMX_V_VMCS_REVISION_ID UINT32_C(0x40000001) 3198 3198 AssertCompile(!(VMX_V_VMCS_REVISION_ID & RT_BIT(31))); 3199 3199
Note:
See TracChangeset
for help on using the changeset viewer.