VirtualBox

Changeset 19417 in vbox


Ignore:
Timestamp:
May 6, 2009 9:40:37 AM (16 years ago)
Author:
vboxsync
Message:

Also check VMCPU_FF_REQUEST

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

Legend:

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

    r19326 r19417  
    906906
    907907    /* Pending request packets might contain actions that need immediate attention, such as pending hardware interrupts. */
    908     if (VM_FF_ISPENDING(pVM, VM_FF_REQUEST))
     908    if (    VM_FF_ISPENDING(pVM, VM_FF_REQUEST)
     909        ||  VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_REQUEST))
    909910    {
    910911        STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatEntry, x);
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r19326 r19417  
    20922092    }
    20932093    /* Pending request packets might contain actions that need immediate attention, such as pending hardware interrupts. */
    2094     if (VM_FF_ISPENDING(pVM, VM_FF_REQUEST))
     2094    if (    VM_FF_ISPENDING(pVM, VM_FF_REQUEST)
     2095        ||  VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_REQUEST))
    20952096    {
    20962097        rc = VINF_EM_PENDING_REQUEST;
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