Changeset 84384 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- May 20, 2020 5:07:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.h
r84351 r84384 101 101 uint32_t volatile cRefs; /**< Reference counter. */ 102 102 uint32_t uHeadIdx; /**< Head idx of associated desc chain */ 103 uint32_tcbPhysSend; /**< Total size of src buffer */103 size_t cbPhysSend; /**< Total size of src buffer */ 104 104 PVIRTIOSGBUF pSgPhysSend; /**< Phys S/G/ buf for data from guest */ 105 uint32_tcbPhysReturn; /**< Total size of dst buffer */105 size_t cbPhysReturn; /**< Total size of dst buffer */ 106 106 PVIRTIOSGBUF pSgPhysReturn; /**< Phys S/G buf to store result for guest */ 107 107
Note:
See TracChangeset
for help on using the changeset viewer.