VirtualBox

Changeset 84775 in vbox


Ignore:
Timestamp:
Jun 11, 2020 6:15:59 AM (4 years ago)
Author:
vboxsync
Message:

Attempt fix burns

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp

    r84774 r84775  
    28222822
    28232823 /** @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 */
    28252825
    28262826    virtioCoreQueueNotifyEnable(&pThis->Virtio, pQueue->idx, true /* fEnable */);
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r84774 r84775  
    240240}
    241241
     242#ifdef IN_RING3
     243
    242244#ifdef LOG_ENABLED
    243245DECLINLINE(uint16_t) virtioReadUsedRingIdx(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue)
     
    252254#endif
    253255
    254 #ifdef IN_RING3
    255256DECLINLINE(uint16_t) virtioReadUsedRingFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue)
    256257{
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