Changeset 75387 in vbox for trunk/include/VBox/vmm/hm_vmx.h
- Timestamp:
- Nov 12, 2018 5:59:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r75301 r75387 3187 3187 /** The size of the Virtual-APIC page (in pages). */ 3188 3188 #define VMX_V_VIRT_APIC_PAGES 1 3189 3190 /** Virtual X2APIC MSR range start. */ 3191 #define VMX_V_VIRT_APIC_MSR_START 0x800 3192 /** Virtual X2APIC MSR range end. */ 3193 #define VMX_V_VIRT_APIC_MSR_END 0x8ff 3189 3194 3190 3195 /** The size of the VMREAD/VMWRITE bitmap (in bytes). */
Note:
See TracChangeset
for help on using the changeset viewer.