Changeset 95611 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jul 12, 2022 9:20:28 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r95610 r95611 1199 1199 */ 1200 1200 pThis->fNegotiatedFeatures = virtioCoreGetNegotiatedFeatures(&pThis->Virtio); 1201 /** @todo :shouldn't we update the virtio header size here? it depends on the negotiated features. */1201 /** @todo shouldn't we update the virtio header size here? it depends on the negotiated features. */ 1202 1202 virtioCorePrintDeviceFeatures(&pThis->Virtio, NULL, s_aDevSpecificFeatures, RT_ELEMENTS(s_aDevSpecificFeatures)); 1203 1203 … … 3553 3553 3554 3554 pThis->fNegotiatedFeatures = virtioCoreGetNegotiatedFeatures(&pThis->Virtio); 3555 /** @todo :validating features at this point is most probably pointless, as the negotiation hasn't started yet. */3555 /** @todo validating features at this point is most probably pointless, as the negotiation hasn't started yet. */ 3556 3556 if (!virtioNetValidateRequiredFeatures(pThis->fNegotiatedFeatures)) 3557 3557 return PDMDEV_SET_ERROR(pDevIns, rc, N_("virtio-net: Required features not successfully negotiated."));
Note:
See TracChangeset
for help on using the changeset viewer.