Changeset 84775 in vbox
- Timestamp:
- Jun 11, 2020 6:15:59 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
-
Network/DevVirtioNet_1_0.cpp (modified) (1 diff)
-
VirtIO/Virtio_1_0.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r84774 r84775 2822 2822 2823 2823 /** @todo Race w/guest enabling/disabling guest notifications cyclically. 2824 that causes the controlq activity to hang sporadically.See BugRef #8651, Comment #82 */2824 See BugRef #8651, Comment #82 */ 2825 2825 2826 2826 virtioCoreQueueNotifyEnable(&pThis->Virtio, pQueue->idx, true /* fEnable */); -
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r84774 r84775 240 240 } 241 241 242 #ifdef IN_RING3 243 242 244 #ifdef LOG_ENABLED 243 245 DECLINLINE(uint16_t) virtioReadUsedRingIdx(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue) … … 252 254 #endif 253 255 254 #ifdef IN_RING3255 256 DECLINLINE(uint16_t) virtioReadUsedRingFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue) 256 257 {
Note:
See TracChangeset
for help on using the changeset viewer.

