Changeset 70661 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 21, 2018 4:26:54 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r70602 r70661 3068 3068 pVGAState->pVdma = pVdma; 3069 3069 3070 #ifdef VBOX_WITH_CRHGSMI 3070 3071 /* No HGCM service if VMSVGA is enabled. */ 3071 3072 if (!pVGAState->fVMSVGAEnabled) … … 3073 3074 int rcIgnored = vboxVDMACrCtlHgsmiSetup(pVdma); NOREF(rcIgnored); /** @todo is this ignoring intentional? */ 3074 3075 } 3076 #endif 3075 3077 return VINF_SUCCESS; 3076 3078 … … 3202 3204 RT_NOREF(cbCmd); 3203 3205 pCmd->rc = VERR_NOT_IMPLEMENTED; 3204 rc = VBoxSHGSMICommandComplete(pVdma->pHgsmi, pCmd);3206 int rc = VBoxSHGSMICommandComplete(pVdma->pHgsmi, pCmd); 3205 3207 AssertRC(rc); 3206 3208 #endif
Note:
See TracChangeset
for help on using the changeset viewer.