VirtualBox

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


Ignore:
Timestamp:
Nov 19, 2024 8:25:35 AM (2 months ago)
Author:
vboxsync
Message:

VirtioNet: Allow re-negotiation of features after reset. bugref:10572

File:
1 edited

Legend:

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

    r106294 r107035  
    13931393    LogFunc(("Resetting device VirtIO state\n"));
    13941394    pVirtio->fLegacyDriver          = pVirtio->fOfferLegacy;   /* Cleared if VIRTIO_F_VERSION_1 feature ack'd */
     1395    pVirtio->fDriverFeaturesWritten = 0;    /* Features can be re-negotiated after reset! */
    13951396    pVirtio->uDeviceFeaturesSelect  = 0;
    13961397    pVirtio->uDriverFeaturesSelect  = 0;
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