VirtualBox

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


Ignore:
Timestamp:
Nov 4, 2019 8:40:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134419
Message:

Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the virtio state. Untested! [clang fix] bugref:9218 bugref:9440

File:
1 edited

Legend:

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

    r81658 r81659  
    215215}
    216216
     217#ifdef LOG_ENABLED
    217218DECLINLINE(uint16_t) virtioReadUsedRingIdx(PVIRTIOSTATE pVirtio, uint16_t idxQueue)
    218219{
     
    224225    return uIdx;
    225226}
     227#endif
    226228
    227229DECLINLINE(uint16_t) virtioReadUsedFlags(PVIRTIOSTATE pVirtio, uint16_t idxQueue)
Note: See TracChangeset for help on using the changeset viewer.

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