VirtualBox

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


Ignore:
Timestamp:
May 10, 2023 1:41:39 PM (21 months ago)
Author:
vboxsync
Message:

VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of interrupt-window vs NMI delivery. The code should eventually be restructured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r99724 r99725  
    18581858                     * VMX interrupt-window VM-exit.
    18591859                     * This is a bit messy with the way the code below is currently structured,
    1860                      * but checking VMCPU_FF_INTERRUPT_NMI here should allow pending NMI to be delivered
    1861                      * prior to causing an interrupt-window VM-exit.
     1860                     * but checking VMCPU_FF_INTERRUPT_NMI here (combined with CPUMAreInterruptsInhibitedByNmi
     1861                     * already checked at this point) should allow a pending NMI to be delivered prior to
     1862                     * causing an interrupt-window VM-exit.
    18621863                     */
    18631864                    /** @todo Restructure this later to happen after injecting NMI/causing NMI-exit, see
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