Changeset 76837 in vbox
- Timestamp:
- Jan 16, 2019 1:31:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r76836 r76837 3736 3736 * Task-switch VM-exits are unconditional and provide the VM-exit qualification. 3737 3737 * 3738 * If the thecause of the task switch is due to execution of CALL, IRET or the JMP3738 * If the cause of the task switch is due to execution of CALL, IRET or the JMP 3739 3739 * instruction or delivery of the exception generated by one of these instructions 3740 3740 * lead to a task switch through a task gate in the IDT, we need to provide the … … 3766 3766 3767 3767 /** 3768 * VMX VM-exit handler for VM-exits due to expir yof the preemption timer.3768 * VMX VM-exit handler for VM-exits due to expiring of the preemption timer. 3769 3769 * 3770 3770 * @returns VBox strict status code. … … 3809 3809 * @param uVector The external interrupt vector. 3810 3810 * @param fIntPending Whether the external interrupt is pending or 3811 * acknow dledged in the interrupt controller.3811 * acknowledged in the interrupt controller. 3812 3812 */ 3813 3813 IEM_STATIC VBOXSTRICTRC iemVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending) … … 3832 3832 /* 3833 3833 * If the interrupt is pending and we -do- need to acknowledge the interrupt 3834 * on VM-exit, postpone VM-exit til after the interrupt controller has been3834 * on VM-exit, postpone VM-exit till after the interrupt controller has been 3835 3835 * acknowledged that the interrupt has been consumed. 3836 3836 */ … … 7435 7435 * @returns @c true if the instruction is intercepted, @c false otherwise. 7436 7436 * @param pVCpu The cross context virtual CPU structure. 7437 * @param uExitReason The VM-exit exitreason (VMX_EXIT_RDMSR or7437 * @param uExitReason The VM-exit reason (VMX_EXIT_RDMSR or 7438 7438 * VMX_EXIT_WRMSR). 7439 7439 * @param idMsr The MSR. … … 7484 7484 * @param pVCpu The cross context virtual CPU structure. 7485 7485 * @param u64FieldEnc The VMCS field encoding. 7486 * @param uExitReason The VM-exit exitreason (VMX_EXIT_VMREAD or7486 * @param uExitReason The VM-exit reason (VMX_EXIT_VMREAD or 7487 7487 * VMX_EXIT_VMREAD). 7488 7488 */
Note:
See TracChangeset
for help on using the changeset viewer.