VirtualBox

Changeset 19456 in vbox for trunk


Ignore:
Timestamp:
May 6, 2009 7:24:30 PM (16 years ago)
Author:
vboxsync
Message:

PDM: Poke the target CPU when setting the interrupt FF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDevMiscHlp.cpp

    r19448 r19456  
    5555    VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC);
    5656    REMR3NotifyInterruptSet(pVM, pVCpu);
    57     VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
     57    VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM | VMNOTIFYFF_FLAGS_POKE);
    5858}
    5959
     
    158158    VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_APIC);
    159159    REMR3NotifyInterruptSet(pVM, pVCpu);
    160     VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
     160    VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM | VMNOTIFYFF_FLAGS_POKE);
    161161}
    162162
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