VirtualBox

Changeset 76837 in vbox


Ignore:
Timestamp:
Jan 16, 2019 1:31:10 PM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h

    r76836 r76837  
    37363736     * Task-switch VM-exits are unconditional and provide the VM-exit qualification.
    37373737     *
    3738      * If the the cause of the task switch is due to execution of CALL, IRET or the JMP
     3738     * If the cause of the task switch is due to execution of CALL, IRET or the JMP
    37393739     * instruction or delivery of the exception generated by one of these instructions
    37403740     * lead to a task switch through a task gate in the IDT, we need to provide the
     
    37663766
    37673767/**
    3768  * VMX VM-exit handler for VM-exits due to expiry of the preemption timer.
     3768 * VMX VM-exit handler for VM-exits due to expiring of the preemption timer.
    37693769 *
    37703770 * @returns VBox strict status code.
     
    38093809 * @param   uVector         The external interrupt vector.
    38103810 * @param   fIntPending     Whether the external interrupt is pending or
    3811  *                          acknowdledged in the interrupt controller.
     3811 *                          acknowledged in the interrupt controller.
    38123812 */
    38133813IEM_STATIC VBOXSTRICTRC iemVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending)
     
    38323832            /*
    38333833             * 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 been
     3834             * on VM-exit, postpone VM-exit till after the interrupt controller has been
    38353835             * acknowledged that the interrupt has been consumed.
    38363836             */
     
    74357435 * @returns @c true if the instruction is intercepted, @c false otherwise.
    74367436 * @param   pVCpu           The cross context virtual CPU structure.
    7437  * @param   uExitReason     The VM-exit exit reason (VMX_EXIT_RDMSR or
     7437 * @param   uExitReason     The VM-exit reason (VMX_EXIT_RDMSR or
    74387438 *                          VMX_EXIT_WRMSR).
    74397439 * @param   idMsr           The MSR.
     
    74847484 * @param   pVCpu           The cross context virtual CPU structure.
    74857485 * @param   u64FieldEnc     The VMCS field encoding.
    7486  * @param   uExitReason     The VM-exit exit reason (VMX_EXIT_VMREAD or
     7486 * @param   uExitReason     The VM-exit reason (VMX_EXIT_VMREAD or
    74877487 *                          VMX_EXIT_VMREAD).
    74887488 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette