VirtualBox

Changeset 52066 in vbox for trunk/include/VBox/vmm


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/include/VBox/vmm/vm.h

    r52041 r52066  
    405405/** Inhibit interrupts pending. See EMGetInhibitInterruptsPC(). */
    406406#define VMCPU_FF_INHIBIT_INTERRUPTS         RT_BIT_32(24)
    407 /** Inhibit non-maskable interrupts. */
    408 #define VMCPU_FF_INHIBIT_NMIS               RT_BIT_32(25)
     407/** Block injection of non-maskable interrupts to the guest. */
     408#define VMCPU_FF_BLOCK_NMIS                 RT_BIT_32(25)
    409409#ifdef VBOX_WITH_RAW_MODE
    410410/** CSAM needs to scan the page that's being executed */
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