Changeset 75387 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 12, 2018 5:59:11 AM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 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). */ -
trunk/include/VBox/vmm/iem.h
r75201 r75387 328 328 329 329 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 330 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVirtApicAccessMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t *pu64Val, bool fWrite); 330 331 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitPreemptTimer(PVMCPU pVCpu); 331 332 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending);
Note:
See TracChangeset
for help on using the changeset viewer.