VirtualBox

Changeset 92996 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 17, 2021 8:18:43 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148983
Message:

virtio-net works on linux in local testing, and virtio-scsi works on windows. Integrating the switchover to make DevVirtioNet_1_0.cpp the 'virtio-net' option in the Virtual Network Controller list.

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp

    r91416 r92996  
    246246        case NetworkAdapterType_Virtio:
    247247#endif
    248 #ifdef VBOX_WITH_VIRTIO_NET_1_0
    249         case NetworkAdapterType_Virtio_1_0:
    250 #endif /* VBOX_WITH_VIRTIO */
    251248            break;
    252249        default:
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r91416 r92996  
    16501650        NetworkAdapterType_I82545EM,
    16511651        NetworkAdapterType_Virtio,
    1652 #ifdef VBOX_WITH_VIRTIO_NET_1_0
    1653         NetworkAdapterType_Virtio_1_0,
    1654 #endif
    16551652    };
    16561653    aSupportedNetworkAdapterTypes.assign(aNetworkAdapterTypes,
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