VirtualBox

Changeset 12684 in vbox for trunk/include/VBox/pdmdev.h


Ignore:
Timestamp:
Sep 24, 2008 12:12:24 PM (16 years ago)
Author:
vboxsync
Message:

refactoring to simplify migration to per-CPU action flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r12667 r12684  
    10551055     *
    10561056     * @param   pDevIns         Device instance of the APIC.
     1057     * @param   cpuid           Virtual CPU to set flag upon.
    10571058     */
    10581059    DECLRCCALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
     
    10621063     *
    10631064     * @param   pDevIns         Device instance of the APIC.
     1065     * @param   cpuid           Virtual CPU to clear flag upon.
    10641066     */
    10651067    DECLRCCALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
     
    11211123     *
    11221124     * @param   pDevIns         Device instance of the APIC.
     1125     * @param   cpuid           Virtual CPU to set flag upon.
    11231126     */
    11241127    DECLR0CALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
     
    11281131     *
    11291132     * @param   pDevIns         Device instance of the APIC.
     1133     * @param   cpuid           Virtual CPU to clear flag upon.
    11301134     */
    11311135    DECLR0CALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
     
    11861190     *
    11871191     * @param   pDevIns         Device instance of the APIC.
     1192     * @param   cpuid           Virtual CPU to set flag upon.
    11881193     */
    11891194    DECLR3CALLBACKMEMBER(void, pfnSetInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
     
    11931198     *
    11941199     * @param   pDevIns         Device instance of the APIC.
     1200     * @param   cpuid           Virtual CPU to clear flag upon.
    11951201     */
    11961202    DECLR3CALLBACKMEMBER(void, pfnClearInterruptFF,(PPDMDEVINS pDevIns, VMCPUID cpuid));
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