VirtualBox

Changeset 10566 in vbox


Ignore:
Timestamp:
Jul 12, 2008 2:16:58 PM (17 years ago)
Author:
vboxsync
Message:

Comment

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r10542 r10566  
    11311131    /** @note NOW IT'S SAFE FOR LOGGING! */
    11321132
    1133     /* Take care of instruction fusing (sti, mov ss) */
     1133    /* Take care of instruction fusing (sti, mov ss) (see 15.20.5 Interrupt Shadows) */
    11341134    if (pVMCB->ctrl.u64IntShadow & SVM_INTERRUPT_SHADOW_ACTIVE)
    11351135    {
     
    17511751        if (    pCtx->eflags.Bits.u1IF
    17521752            &&  VM_FF_ISPENDING(pVM, (VM_FF_INTERRUPT_APIC|VM_FF_INTERRUPT_PIC)))
    1753         {
    17541753            goto ResumeExecution;
    1755         }
     1754
    17561755        rc = VINF_EM_HALT;
    17571756        break;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r10542 r10566  
    20372037        if (    pCtx->eflags.Bits.u1IF
    20382038            &&  VM_FF_ISPENDING(pVM, (VM_FF_INTERRUPT_APIC|VM_FF_INTERRUPT_PIC)))
    2039         {
    20402039            goto ResumeExecution;
    2041         }
    20422040
    20432041        rc = VINF_EM_HALT;
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