VirtualBox

Changeset 97180 in vbox


Ignore:
Timestamp:
Oct 17, 2022 9:14:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154155
Message:

VMM/IEM: Use CPUMIsInInterruptShadowWithUpdate instead of checking flags manuall in iemVmxVmexitSaveGuestNonRegState. bugref:9941

File:
1 edited

Legend:

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

    r97178 r97180  
    14711471
    14721472    /* Blocking-by-STI. */
    1473     if (!(pVCpu->cpum.GstCtx.fInhibit & CPUMCTX_INHIBIT_SHADOW))
     1473    if (!CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx))
    14741474    { /* probable */}
    14751475    else
Note: See TracChangeset for help on using the changeset viewer.

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