VirtualBox

Changeset 91019 in vbox


Ignore:
Timestamp:
Aug 31, 2021 7:25:34 AM (3 years ago)
Author:
vboxsync
Message:

Security: The underlying driver specifies the input buffer size of the TPM for the device emulation to use and not the other way around, bugref:10075 [missing file]

File:
1 edited

Legend:

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

    r90996 r91019  
    8686     * @returns VBox status code.
    8787     * @param   pInterface          Pointer to the interface structure containing the called function pointer.
    88      * @param   cbCmdResp           Size of the command/response buffer.
    8988     */
    90     DECLR3CALLBACKMEMBER(int, pfnStartup, (PPDMITPMCONNECTOR pInterface, size_t cbCmdResp));
     89    DECLR3CALLBACKMEMBER(int, pfnStartup, (PPDMITPMCONNECTOR pInterface));
    9190
    9291    /**
     
    121120     */
    122121    DECLR3CALLBACKMEMBER(uint32_t, pfnGetLocalityMax, (PPDMITPMCONNECTOR pInterface));
     122
     123    /**
     124     * Returns the command/response buffer size of the driver below.
     125     *
     126     * @returns Buffer size in bytes.
     127     * @param   pInterface          Pointer to the interface structure containing the called function pointer.
     128     */
     129    DECLR3CALLBACKMEMBER(uint32_t, pfnGetBufferSize, (PPDMITPMCONNECTOR pInterface));
    123130
    124131    /**
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