VirtualBox

儲存庫 vbox 的更動 79298


忽略:
時間撮記:
2019-6-24 上午10:10:39 (6 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
131511
訊息:

Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature masks between guest and host so new features can more easily be added without resorting to version comparsion magic. Added alternative read and write completion notifications that includes the new file offset. Made sure RTFileReadAt and RTFileWriteAt are followed by a RTFileSeek call so we'll end up with the same file position regardless of guest OS. [fixes] bugref:9320

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp

    r79297 r79298  
    891891        , m_fLegacyMode(true)
    892892        , m_cPreparedSessions(0)
     893        , m_fGuestFeatures0(0)
     894        , m_fGuestFeatures1(0)
    893895    {
    894896        RTListInit(&m_PreparedSessions);
     
    11661168 * @param   hCall       The client's call handle.
    11671169 * @param   cParms      Number of parameters.
     1170 * @param   paParms     Array of parameters.
    11681171 */
    11691172int GstCtrlService::clientReportFeatures(ClientState *pClient, VBOXHGCMCALLHANDLE hCall,
     
    12161219 * @retval  VERR_WRONG_PARAMETER_COUNT
    12171220 *
    1218  * @param   pClient     The client state.
    12191221 * @param   hCall       The client's call handle.
    12201222 * @param   cParms      Number of parameters.
     1223 * @param   paParms     Array of parameters.
    12211224 */
    12221225int GstCtrlService::clientQueryFeatures(VBOXHGCMCALLHANDLE hCall, uint32_t cParms, VBOXHGCMSVCPARM paParms[])
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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