Changeset 84779 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 11, 2020 6:55:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r84778 r84779 264 264 { 265 265 /** VirtIO 1.0 uAvailEventIdx (avail_event) immediately follows ring */ 266 AssertMsg(pV ∂∂irtio->uDeviceStatus & VIRTIO_STATUS_DRIVER_OK, ("Called with guest driver not ready\n"));266 AssertMsg(pVirtio->uDeviceStatus & VIRTIO_STATUS_DRIVER_OK, ("Called with guest driver not ready\n")); 267 267 PDMDevHlpPCIPhysWrite(pDevIns, 268 268 pVirtio->aGCPhysQueueUsed[idxQueue] + RT_UOFFSETOF_DYN(VIRTQ_USED_T, aRing[pVirtio->uQueueSize[idxQueue]]),
Note:
See TracChangeset
for help on using the changeset viewer.