Changeset 99725 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 10, 2023 1:41:39 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r99724 r99725 1858 1858 * VMX interrupt-window VM-exit. 1859 1859 * 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. 1862 1863 */ 1863 1864 /** @todo Restructure this later to happen after injecting NMI/causing NMI-exit, see
Note:
See TracChangeset
for help on using the changeset viewer.