VirtualBox

Changeset 46498 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 11, 2013 3:54:28 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46492 r46498  
    26742674 * Gets the guest's interruptibility-state ("interrupt shadow" as AMD calls it).
    26752675 *
    2676  * @returns
     2676 * @returns Guest's interruptibility-state.
    26772677 * @param   pVCpu       Pointer to the VMCPU.
    26782678 * @param   pMixedCtx   Pointer to the guest-CPU context. The data may be
     
    26992699            /*
    27002700             * We can clear the inhibit force flag as even if we go back to the recompiler without executing guest code in
    2701              * VT-x the flag's condition to be cleared is met and thus the cleared state is correct.
     2701             * VT-x, the flag's condition to be cleared is met and thus the cleared state is correct.
    27022702             */
    27032703            VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS);
     
    60136013 * cause a VM-exit as soon as the guest is in a state to receive interrupts.
    60146014 *
    6015  * @returns VBox status code.
    60166015 * @param pVCpu         Pointer to the VMCPU.
    60176016 */
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