Changeset 49430 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Nov 8, 2013 5:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r47485 r49430 1040 1040 LogFlowFunc(("pIns = %p, pvMem = %p\n", pIns, pvMem)); 1041 1041 1042 VM_ASSERT_OTHER_THREAD(pIns->pVM);1043 1044 1042 #if 0 1045 1043 void *pvContext = NULL; … … 1047 1045 1048 1046 HGSMIOFFSET offBuffer = HGSMIHeapBufferOffset (&pIns->hostHeap, pvMem); 1049 1050 // /* Have to forward to EMT because FIFO processing is there. */1051 // int rc = VMR3ReqCallVoid (pIns->pVM, &pReq, RT_INDEFINITE_WAIT,1052 // (PFNRT) hgsmiHostCommandProcess,1053 // 3, pIns, offBuffer, &pvContext);1054 1047 1055 1048 int rc = hgsmiHostCommandProcess (pIns, offBuffer,
Note:
See TracChangeset
for help on using the changeset viewer.