VirtualBox

Ignore:
Timestamp:
Dec 17, 2021 8:18:43 AM (3 years ago)
Author:
vboxsync
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r91416 r92996  
    117117        return rc;
    118118#endif
    119 #ifdef VBOX_WITH_VIRTIO_NET_1_0
    120     rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceVirtioNet_1_0);
    121     if (RT_FAILURE(rc))
    122         return rc;
    123 #endif
    124119#ifdef VBOX_WITH_INIP
    125120    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceINIP);
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