VirtualBox

Ignore:
Timestamp:
Dec 15, 2021 8:52:05 PM (3 years ago)
Author:
vboxsync
Message:

VirtioCore: VIRTIOCORER3::pfnFeatureNegotiationComplete must be optional as DevVirtioSCSI doesn't set it. bugref:8651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.h

    r92944 r92949  
    390390     * @{  */
    391391    /**
    392      * Implementation-specific client callback to report VirtIO when feature negotiation is
    393      * complete. It should be invoked by the VirtIO core only once.
     392     * Implementation-specific client callback to report VirtIO when feature
     393     * negotiation is complete, optional.
     394     *
     395     * It should be invoked by the VirtIO core only once.
    394396     *
    395397     * @param   pVirtio           Pointer to the shared virtio state.
     
    412414
    413415    /**
    414      * Implementation-specific client callback to access VirtIO Device-specific capabilities
    415      * (other VirtIO capabilities and features are handled in VirtIO implementation)
     416     * Implementation-specific client callback to access VirtIO Device-specific
     417     * capabilities (other VirtIO capabilities and features are handled in VirtIO
     418     * implementation).
    416419     *
    417420     * @param   pDevIns    The device instance.
     
    423426
    424427    /**
    425      * Implementation-specific client callback to access VirtIO Device-specific capabilities
    426      * (other VirtIO capabilities and features are handled in VirtIO implementation)
     428     * Implementation-specific client callback to access VirtIO Device-specific
     429     * capabilities (other VirtIO capabilities and features are handled in VirtIO
     430     * implementation).
    427431     *
    428432     * @param   pDevIns    The device instance.
     
    434438
    435439    /**
    436      * When guest-to-host queue notifications are enabled, the guest driver notifies the host
    437      * that the avail queue has buffers, and this callback informs the client.
     440     * When guest-to-host queue notifications are enabled, the guest driver notifies
     441     * the host that the avail queue has buffers, and this callback informs the
     442     * client.
    438443     *
    439444     * @param   pVirtio    Pointer to the shared virtio state.
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