VirtualBox

Changeset 52066 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 17, 2014 7:02:33 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95068
Message:

VMM: Fixed potential bug in AMD-V NMI injection when interrupt shadowing is in effect, renamed INHIBIT_NMIS to BLOCK_NMIS to match Intel specs.

File:
1 edited

Legend:

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

    r52041 r52066  
    29902990{
    29912991    /*
    2992      * First, clear NMI inhibition before causing any exceptions.
     2992     * First, clear NMI blocking, if any, before causing any exceptions.
    29932993     */
    29942994    PVMCPU pVCpu = IEMCPU_TO_VMCPU(pIemCpu);
    2995     VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INHIBIT_NMIS);
     2995    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_BLOCK_NMIS);
    29962996
    29972997    /*
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