Changeset 84778 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Jun 11, 2020 6:50:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r84777 r84778 249 249 } 250 250 251 #ifdef IN_RING3 252 251 253 DECLINLINE(uint16_t) virtioReadUsedRingFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue) 252 254 { … … 262 264 { 263 265 /** VirtIO 1.0 uAvailEventIdx (avail_event) immediately follows ring */ 264 AssertMsg(pV irtio->uDeviceStatus & VIRTIO_STATUS_DRIVER_OK, ("Called with guest driver not ready\n"));266 AssertMsg(pV∂∂irtio->uDeviceStatus & VIRTIO_STATUS_DRIVER_OK, ("Called with guest driver not ready\n")); 265 267 PDMDevHlpPCIPhysWrite(pDevIns, 266 268 pVirtio->aGCPhysQueueUsed[idxQueue] + RT_UOFFSETOF_DYN(VIRTQ_USED_T, aRing[pVirtio->uQueueSize[idxQueue]]),
Note:
See TracChangeset
for help on using the changeset viewer.