vbox的更動 41809 路徑 trunk/src/VBox/Devices/VirtIO/Virtio.h
- 時間撮記:
- 2012-6-18 上午06:39:51 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/VirtIO/Virtio.h
r39091 r41809 304 304 } 305 305 306 bool vqueueGet(PVPCISTATE pState, PVQUEUE pQueue, PVQUEUEELEM pElem); 306 bool vqueueSkip(PVPCISTATE pState, PVQUEUE pQueue); 307 bool vqueueGet(PVPCISTATE pState, PVQUEUE pQueue, PVQUEUEELEM pElem, bool fRemove = true); 307 308 void vqueuePut(PVPCISTATE pState, PVQUEUE pQueue, PVQUEUEELEM pElem, uint32_t uLen, uint32_t uReserved = 0); 308 309 void vqueueNotify(PVPCISTATE pState, PVQUEUE pQueue); 309 310 void vqueueSync(PVPCISTATE pState, PVQUEUE pQueue); 310 311 312 DECLINLINE(bool) vqueuePeek(PVPCISTATE pState, PVQUEUE pQueue, PVQUEUEELEM pElem) 313 { 314 return vqueueGet(pState, pQueue, pElem, /* fRemove */ false); 315 } 311 316 312 317 DECLINLINE(bool) vqueueIsReady(PVPCISTATE pState, PVQUEUE pQueue)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器