Changeset 82817 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 22, 2020 4:17:26 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r82815 r82817 3424 3424 /** The size of the Virtual-APIC page (in pages). */ 3425 3425 #define VMX_V_VIRT_APIC_PAGES 1 3426 3427 /** Virtual X2APIC MSR range start. */3428 #define VMX_V_VIRT_APIC_MSR_START 0x8003429 /** Virtual X2APIC MSR range end. */3430 #define VMX_V_VIRT_APIC_MSR_END 0x8ff3431 3426 3432 3427 /** The size of the VMREAD/VMWRITE bitmap (in bytes). */
Note:
See TracChangeset
for help on using the changeset viewer.