VirtualBox

Changeset 84778 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Jun 11, 2020 6:50:23 AM (5 years ago)
Author:
vboxsync
Message:

Attempt to fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r84777 r84778  
    249249}
    250250
     251#ifdef IN_RING3
     252
    251253DECLINLINE(uint16_t) virtioReadUsedRingFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue)
    252254{
     
    262264{
    263265    /** VirtIO 1.0 uAvailEventIdx (avail_event) immediately follows ring */
    264     AssertMsg(pVirtio->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"));
    265267    PDMDevHlpPCIPhysWrite(pDevIns,
    266268                          pVirtio->aGCPhysQueueUsed[idxQueue] + RT_UOFFSETOF_DYN(VIRTQ_USED_T, aRing[pVirtio->uQueueSize[idxQueue]]),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette