Changeset 75957 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 5, 2018 8:06:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r75683 r75957 329 329 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 330 330 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVirtApicAccessMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t *pu64Val, bool fWrite); 331 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxV irtApicWriteEmulation(PVMCPU pVCpu);331 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitApicWrite(PVMCPU pVCpu); 332 332 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitPreemptTimer(PVMCPU pVCpu); 333 333 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending);
Note:
See TracChangeset
for help on using the changeset viewer.