VirtualBox

Changeset 75574 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 19, 2018 2:31:44 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126733
Message:

Main/HGCM: Shutdown HGCM on VM construction failure, indicating that pUVM is invalid preventing info and stats deregistration calls.

Location:
trunk/src/VBox/Main/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HGCM.h

    r75500 r75574  
    3535RT_C_DECLS_BEGIN
    3636int HGCMHostInit(void);
    37 int HGCMHostShutdown(void);
     37int HGCMHostShutdown(bool fUvmIsInvalid = false);
    3838
    3939int HGCMHostReset(void);
  • trunk/src/VBox/Main/include/HostImpl.h

    r69500 r75574  
    185185};
    186186
    187 #endif // ____H_HOSTIMPL
     187#endif // !____H_HOSTIMPL
    188188
  • trunk/src/VBox/Main/include/VMMDev.h

    r69500 r75574  
    6464    int hgcmHostFastCallAsync (HGCMCVSHANDLE hSvc, uint32_t function, PVBOXHGCMSVCPARM pParm, PHGCMHOSTFASTCALLCB pfnCompletion, void *pvCompletion);
    6565#endif
    66     void hgcmShutdown (void);
     66    void hgcmShutdown(bool fUvmIsInvalid = false);
    6767
    6868    bool hgcmIsActive (void) { return ASMAtomicReadBool(&m_fHGCMActive); }
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