Changeset 87633 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Feb 5, 2021 9:37:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r86905 r87633 1282 1282 * code in VMEmt.cpp here, otherwise all kind of EMT interaction will 1283 1283 * suffer when the guest is polling on a busy FIFO. */ 1284 uint64_t cNsMaxWait = TMVirtualSyncGetNsToDeadline(PDMDevHlpGetVM(pDevIns)); 1284 uint64_t uIgnored1, uIgnored2; 1285 uint64_t cNsMaxWait = TMVirtualSyncGetNsToDeadline(PDMDevHlpGetVM(pDevIns), &uIgnored1, &uIgnored2); 1285 1286 if (cNsMaxWait >= RT_NS_100US) 1286 1287 RTSemEventMultiWaitEx(pSVGAState->hBusyDelayedEmts,
Note:
See TracChangeset
for help on using the changeset viewer.