VirtualBox

Changeset 73285 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 21, 2018 1:49:30 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123892
Message:

APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've got LogRel. Updated related (mostly) docs here and there. bugref:9044

File:
1 edited

Legend:

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

    r73203 r73285  
    12091209     * @param   iLevel          IRQ level. See the PDM_IRQ_LEVEL_* \#defines.
    12101210     * @param   uTagSrc         The IRQ tag and source (for tracing).
     1211     *
    12111212     * @remarks Caller enters the PDM critical section
     1213     *          Actually, as per 2018-07-21 this isn't true (bird).
    12121214     */
    12131215    DECLR3CALLBACKMEMBER(void, pfnSetIrqR3,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
     
    12261228     * @param   uValue          Request value.
    12271229     * @param   uTagSrc         The IRQ tag and source (for tracing).
     1230     *
    12281231     * @remarks Caller enters the PDM critical section
     1232     *          Actually, as per 2018-07-21 this isn't true (bird).
    12291233     */
    12301234    DECLR3CALLBACKMEMBER(void, pfnSendMsiR3,(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, uint32_t uValue, uint32_t uTagSrc));
     
    12391243     * Set the EOI for an interrupt vector.
    12401244     *
    1241      * @returns VBox status code.
     1245     * @returns Strict VBox status code - only the following informational status codes:
     1246     * @retval  VINF_IOM_R3_MMIO_WRITE if the I/O APIC lock is contenteded and we're in R0 or RC.2
     1247     * @retval  VINF_SUCCESS
     1248     *
    12421249     * @param   pDevIns         Device instance of the I/O APIC.
    12431250     * @param   u8Vector        The vector.
     1251     *
    12441252     * @remarks Caller enters the PDM critical section
     1253     *          Actually, as per 2018-07-21 this isn't true (bird).
    12451254     */
    12461255    DECLR3CALLBACKMEMBER(int, pfnSetEoiR3,(PPDMDEVINS pDevIns, uint8_t u8Vector));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette