VirtualBox

Changeset 61690 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 14, 2016 8:52:34 AM (9 years ago)
Author:
vboxsync
Message:

VMM/EM: Clarify with a comment, can easily get confusing otherwise.

File:
1 edited

Legend:

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

    r61643 r61690  
    26072607                    {
    26082608                        rc = VMR3WaitHalted(pVM, pVCpu, !(CPUMGetGuestEFlags(pVCpu) & X86_EFL_IF));
     2609                        /* We're only interested in NMI/SMIs here which have their own FFs, so we don't need to
     2610                           check VMCPU_FF_UPDATE_APIC here. */
    26092611                        if (   rc == VINF_SUCCESS
    26102612                            && VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_NMI | VMCPU_FF_INTERRUPT_SMI | VMCPU_FF_UNHALT))
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