vbox的更動 26969 路徑 trunk/src/VBox/Devices/Graphics/HGSMI
- 時間撮記:
- 2010-3-2 下午08:28:01 (15 年 以前)
- 位置:
- trunk/src/VBox/Devices/Graphics/HGSMI
- 檔案:
-
- 新增 2 筆資料
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r26556 r26969 1677 1677 1678 1678 int rc = hgsmiGuestCompletionFIFOAlloc (pIns, &pEntry); 1679 1679 AssertRC(rc); 1680 1680 if (RT_SUCCESS (rc)) 1681 1681 { … … 1683 1683 1684 1684 rc = hgsmiFIFOLock(pIns); 1685 AssertRC(rc); 1685 1686 if (RT_SUCCESS (rc)) 1686 1687 { -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r25062 r26969 136 136 int HGSMIHostSaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM); 137 137 138 #if 0 139 /* Submit this buffer to the guest asynchronously. */ 140 int HGSMIHostBufferProcessAsync (PHGSMIINSTANCE pIns, 141 void *pvMem, 142 PFNHGSMIBUFFERPROCESSED); 138 #ifdef VBOXVDMA 139 int HGSMICompleteGuestCommand(PHGSMIINSTANCE pIns, void *pvMem, bool bDoIrq); 143 140 #endif 144 141 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h
r26876 r26969 50 50 } 51 51 52 DECLINLINE(bool) hgsmiListIsEmpty (HGSMILIST *pList) 53 { 54 return !pList->pHead; 55 } 56 52 57 DECLINLINE(void) hgsmiListInit (HGSMILIST *pList) 53 58 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器