VirtualBox

Ignore:
Timestamp:
May 5, 2009 9:49:16 PM (16 years ago)
Author:
vboxsync
Message:

VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM to a flag and dropping the pVM/pVCpu edition of the API.

File:
1 edited

Legend:

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

    r19293 r19400  
    5555    VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC);
    5656    REMR3NotifyInterruptSet(pVM, pVCpu);
    57     VMR3NotifyCpuFF(pVCpu, true);
     57    VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
    5858}
    5959
     
    158158    VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_APIC);
    159159    REMR3NotifyInterruptSet(pVM, pVCpu);
    160     VMR3NotifyCpuFF(pVCpu, true);
     160    VMR3NotifyCpuFFU(pVCpu->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
    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