VirtualBox

Changeset 95611 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jul 12, 2022 9:20:28 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152251
Message:

Network/virtio: scm fix. bugref:8651

File:
1 edited

Legend:

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

    r95610 r95611  
    11991199         */
    12001200        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. */
    12021202        virtioCorePrintDeviceFeatures(&pThis->Virtio, NULL, s_aDevSpecificFeatures, RT_ELEMENTS(s_aDevSpecificFeatures));
    12031203
     
    35533553
    35543554    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. */
    35563556    if (!virtioNetValidateRequiredFeatures(pThis->fNegotiatedFeatures))
    35573557        return PDMDEV_SET_ERROR(pDevIns, rc, N_("virtio-net: Required features not successfully negotiated."));
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