VirtualBox

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


Ignore:
Timestamp:
May 20, 2020 5:07:26 AM (5 years ago)
Author:
vboxsync
Message:

Network/DevVirtioNet_1_0.cpp: Fix some Windows build warnings and check for more

File:
1 edited

Legend:

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

    r84351 r84384  
    101101    uint32_t volatile   cRefs;                                      /**< Reference counter. */
    102102    uint32_t            uHeadIdx;                                   /**< Head idx of associated desc chain        */
    103     uint32_t            cbPhysSend;                                 /**< Total size of src buffer                 */
     103    size_t              cbPhysSend;                                 /**< Total size of src buffer                 */
    104104    PVIRTIOSGBUF        pSgPhysSend;                                /**< Phys S/G/ buf for data from guest        */
    105     uint32_t            cbPhysReturn;                               /**< Total size of dst buffer                 */
     105    size_t              cbPhysReturn;                               /**< Total size of dst buffer                 */
    106106    PVIRTIOSGBUF        pSgPhysReturn;                              /**< Phys S/G buf to store result for guest   */
    107107
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