VirtualBox

Changeset 77577 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 6, 2019 9:52:47 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Comment.

File:
1 edited

Legend:

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

    r77574 r77577  
    85288528#endif
    85298529
    8530     /* Check force flag actions that might require us to go back to ring-3. */
     8530    /*
     8531     * Check and process force flag actions, some of which might require us to go back to ring-3.
     8532     */
    85318533    VBOXSTRICTRC rcStrict = hmR0VmxCheckForceFlags(pVCpu, fStepping);
    85328534    if (rcStrict == VINF_SUCCESS)
     
    85368538
    85378539    /*
    8538      * Setup the virtualized-APIC accesses.
    8539      *
    8540      * Note! This can cause a longjumps to R3 due to the acquisition of the PGM lock
    8541      * in both PGMHandlerPhysicalReset() and IOMMMIOMapMMIOHCPage(), see @bugref{8721}.
    8542      *
    8543      * This is the reason we do it here and not in hmR0VmxExportGuestState().
     8540     * Virtualize memory-mapped accesses to the physical APIC (may take locks).
    85448541     */
    85458542    PVM pVM = pVCpu->CTX_SUFF(pVM);
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