VirtualBox

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


Ignore:
Timestamp:
Dec 17, 2021 7:26:36 AM (3 years ago)
Author:
vboxsync
Message:

Fix virtio-scsi and virtio-net device name until switchover to transitional device is done. Booted Windows VM whose system disk is on VirtIO controller, so that's working

File:
1 edited

Legend:

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

    r92994 r92995  
    35873587 * The device registration structure.
    35883588 */
    3589 const PDMDEVREG g_DeviceVirtioNet_1_0  =
     3589const PDMDEVREG g_DeviceVirtioNet_1_0 =
    35903590{
    35913591    /* .uVersion = */               PDM_DEVREG_VERSION,
    35923592    /* .uReserved0 = */             0,
    3593     /* .szName = */                 "virtio-net",
     3593    /* .szName = */                 "virtio-net-1-dot-0",
    35943594    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_NEW_STYLE | PDM_DEVREG_FLAGS_RZ,
    35953595    /* .fClass = */                 PDM_DEVREG_CLASS_NETWORK,
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